/* CSS Document */
body {
	margin-top: 0px;
 	padding: 0;
	border: 0;
	text-align: center;
	background-color: #507BBE;
}

.inpt{
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
color: #FF0000;
}
#site{
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 154px;
	width: 890px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.headerText{
	position: relative;
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 125px;
	padding-left: 40px;
}
#content{
	width: 890px;
	background-color: #FFFFFF;
}
#leftContent{
	float: left;
	width: 235px;
	height: 430px;
	background-color: #FFFFFF;
}
#menu{
	float: left;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-y;
	width: 210px;
	text-align: left;
	padding-left: 25px;
}
#menuLink{
	padding-top: 3px;
	padding-bottom: 3px;
}
.menuLink{
	font-family: Arial, Sans Serif;
	font-size: 13px;
	font-weight: bold;
	color: #2E9592;/*007370; */
	text-decoration: none;
}
.menuLink:hover{
	color: #000000;
	text-decoration: none;
	/*background-color: #ececec;*/
	padding-left: 8px;
}
#menuBottom{
	float: left;
	background-image: url(images/menu_btm.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 235px;
	height: 13px;
}
#loginTop{
	float: left;
	background-image: url(images/login_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 235px;
	height: 12px;
}
#login{
	float: left;
	background-image: url(images/login_bg.gif);
	background-repeat: repeat-y;
	width: 235px;
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#loginBottom{
	float: left;
	background-image: url(images/login_btm.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 235px;
	height: 16px;
}

#infoTop{
	float: left;
	background-image: url(images/info_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 235px;
	height: 13px;
}
#info{
	float: left;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-y;
	width: 200px;
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 14px;
	font-weight: bold;
	color: #4E75C3;/*507BBE;*/
	text-align: left;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#infoTitle{
	text-decoration: underline;
}
.infoLink{
	color: #507BBE;
	text-decoration: none;
}
.infoLink:hover{
	text-decoration: underline;
	color: #007370; 
}
#infoBottom{
	float: left;
	background-image: url(images/menu_btm.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 235px;
	height: 13px;
}
#rightContent{
	float: right;
	width: 655px;
	height: 430px;
	background-color: #FFFFFF;
}
#rightContentDiv{
	padding: 0px 10px 10px 10px;
}

#bottom{
	clear: both;
	background-image: url(images/bottom.gif);
	background-position: bottom;
	background-color: #FFFFFF;
	height: 26px;
	width: 890px;
	padding-top:16px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 11px;
	font-weight: bold;
	color: #7A879C;
}
#menuLinkBottom{
	display: inline;
}
.menuLinkBottom{
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #7A879C;
}
.menuLinkBottom:hover{
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #007370;
}
#copyright{
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
}