body{
	background-color: #0B1326;
	background-image: url(../images/tempbggrad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.align_bg{
	background-repeat: no-repeat;
	background-position: left top;
}
.sidenav{
	background-color: #FFFFFF;
	background-image: url(../images/side_nav_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.mainbody{
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.yellowbuttons{
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 15px;
	color: #FFFFFF;
}
.cellpadding{
	height: auto;
	width: auto;
	padding: 6px;
}
A:link {
	text-decoration: underline;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
A:visited {
	text-decoration: underline;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
A:active {
	text-decoration: underline;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
A:hover {
	text-decoration: underline;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
.class1	A:link {
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.class1	A:visited {
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
.class1	A:hover {
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 20px;
	color: #FDFD00;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center center;
}
.class1	A:active {
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.image_bg{
	background-attachment: fixed;
	background-image: url(../images/logo/image_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.purpletext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7B7EB5;
}
.whitetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.logotext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.logotextyellow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
}
.logotextital{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
}
.alignrightblackbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.yellowsm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E7B932;
}
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #4467B9;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFFFFF;
	color: #4467B9;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #4467B9;
}
