/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	background: url(../images/layout_right.png) top right no-repeat white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 100%;
	height: 572px;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 182px 23px 181px 41px;
	list-style: none;
	background: url(../images/layout_left.png) top left no-repeat;
}
#nav li {
	margin: 0 0 1px 0;
}
#nav li a {
	height: 29px;
	width: 175px;
	display: block;
	background: url(../images/nav_norm.gif) top left no-repeat;
	line-height: 29px;
	font-size: 15px;
	color: white;
	text-indent: 25px;
	text-decoration: none;
}
#nav li a:hover {
	background-image: url(../images/nav_hover.gif);
}
#nav li.current a {
	background-image: url(../images/nav_curr.gif)!important;
}
#title {
	
	height: 60px;
	margin: 61px 70px 0 239px;
	padding: 0;
	border-bottom: 10px solid #EDA739;
	vertical-align: bottom;
	position: relative;
	overflow: hidden;
}
#title img {
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
#subheader {
	background: #EDA739;
	margin: 0 70px 0 239px;
	position: relative;
	bottom: 10px;
	padding: 0 35px;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	color: white;
	text-align: left;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
}
#subheader a:link,
#subheader a:visited {
	color: white;
	text-decoration: underline;
}
#subheader a:hover {
	text-decoration: none;
}
#content {
	margin: 15px 85px 15px 254px;
}
a:link, a:visited {
	color: #09c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #a5a;
}
#content p {
	text-align: justify;
}
#content p,#content td {
	font-size: 11px;
	line-height: 17px;
}
#content li {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
}
#content li li {
	margin-bottom: 5px;
}
#content td {
	vertical-align: top;

	
}
#content ul {
	margin-bottom: 15px;
}
#content li {
	margin-bottom: 10px;
}
#content h3 {
	color: #9F3F97;
	font-weight: bold;
	font-size: 14px;
}
#content table h3 {
	margin-top: 25px;
	margin-bottom: 5px;
}
#content h4 {
	color: #9F3F97;
	font-weight: bold;
	font-size: 12px;
}
#content table h4 {
	margin: 0 0 5px 0;
}
#content td.site {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}

.rb {
	border-right: 1px solid #ccc;
}
#studymat td {
	vertical-align: middle;
	text-align: center;
	width: 33%;
}
#studymat ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#studymat li {
	list-style: none;
	margin-bottom: 12px;
	line-height: 13px;
}


#forms {
	border: 1px solid #aaa;
}
#forms td {
	padding: 3px 5px !important;
}
#forms th {
	height: 18px;
	border: 2px solid;
	border-color: #FFC870 #BA7607 #BA7607 #FFC870;
	text-align: left;
}
#forms th a {
	display: block;
	width: 100%;
	height: 18px;
	font-size: 12px !important;
	line-height: 18px;
	color: white;
	text-decoration: none;
	text-indent: 5px;
	background: #EDA739;
}
#forms th a:hover {
	background: #D88F1A;
}
#forms td a {
	color: #777;
}





.important {
	color: #c00 !important;
	font-weight: bold !important;
}
#footer {
	margin: 10px 70px 20px 239px;
	padding: 10px;
	border-top: 1px solid #ddd;
}
#footer h5 {
	color: #999;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer h5 a:link,
#footer h5 a:visited {
	color: #777;
}

.contentbox {
	margin: 20px 50px;
	padding: 0 15px;
	background: #cff;
	border: 3px solid #ddd;
}
.contentbox h3 {
	margin: 0 -15px;
	background: #ddd;
	color: black !important;
	text-align: center;
	line-height: 28px;
}
.purple {
	color: #9F3F97;
	font-weight: bold;
}
