@charset "UTF-8";
/******************************************** about styling ********************************************/

#resourcelink {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	line-height:22px;
	display:block;
}
#imageBar {
	float: right;
	height: 174px;
	width: 730px;
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-right: 30px;
	background-image: url(../images/image_BGs.jpg);
}
#mainContent {
	width: 709px;
	float: left;
	margin-top: 38px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 20px;
	height: 505px;
}
#mainContent a {
	line-height: 1.3em;
}
#mainContent ul {
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	padding-bottom: 22px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	width: 675px;
}
#mainContent li {
	float: left;
	padding-right: 25px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #004b8d;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-left: 25px;
}
#mainContent li.first {
	padding-left: 20px;
}
#mainContent li.last {
	border-right-style: none;
}
#mainContent .end {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 35px;
}
#studyNav a {
	color: #333333;
}
#informed ul ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/******************************************** loginForm styling ********************************************/

#loginForm {
	color:#004b8d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	width: 520px;
}

#loginForm a {
	border-style:none;
	outline:medium none;
}
#loginForm a:link, a:visited, a:active {
	color:#DD8910;
	text-decoration:none;
}
#loginForm a:hover {
	color:#CC6600;
	text-decoration:underline;
}
#loginForm p {
	margin-bottom:6px;
	padding: 0px;
	margin-top: 0px;
}
#loginForm table {
	margin-top:10px;
}
#loginForm table td.tableheader {
	background-color:#004b8d;
	color:#FFFFFF;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
}
#loginForm table.shaded {
	background-color:#EDEDF2;
}
#loginForm td {
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding:5px;
}
#loginForm ul {
	list-style-type:none;
	padding-bottom:15px;
	padding-left:10px;
	width:inherit;
	border-width: 0px;
	border-style: none;
}
#loginForm li {
	margin:0;
	padding-left:15px;
	border-width: 0px;
	border-style: none;
}
#loginForm ul ul {
	font-style:italic;
	margin:0;
	padding:0;
}
#poweredby {
	margin-top: 20px;
	text-align: right;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#poweredby a {
	color: #004B8D;
	text-decoration: none;
}
#poweredby a:hover {
	text-decoration: underline;
}
