@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

.mainbg {
	background-color:#AEB9C5;
}

.navline {
	background-color:#303030;
}


.imgb {
border:#5691BA solid thin;
}


h1 {
	font-family:"Trebuchet MS", Arial, Verdana, Helvitica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5691BA;
	width: 100%;
	display: block;
	border-bottom:thin solid #999999;
	text-transform: uppercase;
}


h2 {
	font-family:"Trebuchet MS", Arial, Verdana, Helvitica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5691BA;
	width: 100%;
	padding-bottom:0px;
	margin-bottom:0px;
}


h3 {
	font-family:"Trebuchet MS", Arial, Verdana, Helvitica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #5691BA;
	width: 100%;
	display: block;
	text-transform: uppercase;
}


.addimg{
	font-weight:bold;
	margin: 5px;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #145C95;
	border-right-color: #145C95;
	border-bottom-color: #145C95;
	border-left-color: #145C95;
}


#formlogin label{
font-weight:bold;
}

#formlogin input{
font-weight:bold;
margin-bottom: 5px;
background-color:#EBEBEB;
color:#000000;
}

.loginbts {
	border: 1px solid #006;
	color: #FFFFFF;
	background-color: #145C95;
	margin-top: 10px;
	cursor:pointer;
}
.loginbts:hover {
	border: 1px solid #006;
	color: #FFFFFF;
	background-color: #0C3B60;
	margin-top: 10px;
	cursor:pointer;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenucontainer{
	height:24px;
	display:block;
	padding:10px 0 0 15px;
}
#foxmenu{
	position:relative;
	display:block;
	height:24px;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvitica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:19px;
	background-color: #145C95;
	background-repeat: no-repeat;
	background-position: left top;
}
#foxmenu ul li a:hover{
	color:#333333;
	background-color: #AEB9C5;
	background-repeat: no-repeat;
	background-position: right top;
}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
	color:#333333;
	background-color: #AEB9C5;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
