/*Evan*/
/** TEXT **/

body
{
	background-color: #FFFFFF;
	margin: 0px;
	text-align:center;
	padding:0px;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 0px 15px 0px 0px;
	padding-top: 5px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 0px 15px 0px 0px;
	padding-top: 5px;
	/**border-bottom: 1px solid #d1d1d1;**/
}

/** LAYOUT AND NAVIGATION **/

#contentframe
{
	background-color: #FFFFFF;
	width: 910px;
	margin: auto;
	text-align:center;
	padding-top:0px;
}

#header
{
	border: 0px;
	padding: 0px 5px 0px 5px;
	background: url(images/logo.jpg) no-repeat left top;
	width: 900px;
	position: auto;
	height: 95px;
	margin: auto;
	link: "/"
}

.headerright
{
	position:relative;
	float:right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	font-weight: bold;
	color: #666666;
	margin: 55px 0px 0px 0px;
	text-align: right;
	padding: 0px 5px 0px 5px;
}

.headerright a:link, .headerright a:visited
{
	color: #666666;
	text-decoration: none;
}

.headerright a:hover, .headerright a:active
{
	color: #0000ff;
	text-decoration: none;
}

#navcontent
{
	width: 900px;
	height: 0px;
	border: 0px solid #D1D1D1;
	background: url() no-repeat left top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: auto;
	padding:0px;
}
#navcontent ul
{
	margin:auto;
	display:block;
 	list-style-type: none;
	text-align: center;
}
#navcontent ul li
{
	margin:auto;
	display: inline;
}
#navcontent ul li a, #navcontent ul li a:visited
{
	text-transform: capitalize;
	padding: 0px 0px;
	line-height: 0px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 0px solid #D1D1D1;
	border-left: 0px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
}

#navcontent ul li a:hover, #navcontent ul li a:active
{
	background-color: #A6D4E8;
	color: #000000;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;

}

#pathway
{
	position: relative;
	width: 900px;
	height: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-top: 0.0em;
	margin:auto;
}
#pathway a, #pathway .active
{
	text-transform: capitalize;
}

#pathway a, #pathway a:visited
{
	color: #666666;
	text-decoration: none;
}
#pathway a:hover, #pathway a:active
{
	color: #000000;
	text-decoration: underline;
}

#pagecontent
{
	position: relative;
	width: 910px;
	border: 0px solid #D1D1D1;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding:0px;
	z-index: 1;
}

a:link, a:visited
{
	color: #003399;
	text-decoration: none;
}

#pagecontent a:hover, #pagecontent a:active
{
	color: #ff0000;
	text-decoration: underline;
}

#columnleft
{
	width:140;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	background-color: #FFFFFF;
/*	border: 0px solid #ff0000;*/
}
	
#columncenter
{
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	background-color: #FFFFFF;
	border-left: 0px solid #D1D1D1;
	display:block;
}
#columncenter p
{
	margin: 0px 0px 0px 0px;
	display:block;
}
#columncenter ul li
{
	list-style-position: outside;
	list-style-image: url(images/dat_bullet.gif);
	margin: 0px 0px 6px 10px;
}
	
#columnright
{
	width: 140px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #FFFFFF;
	display:block;
	float:right;
/*	border: 0px solid #ff0000;*/
}

#columnwide
{
	width: 580px;
	margin: 0px 12px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #FFFFFF;
	border-left: 0px solid #D1D1D1;
	float:left;
}
#columnwide p
{
	margin: 0px 0px 8px 0px;
}
#columnwide ul li
{
	list-style-position: outside;
	list-style-image: url(images/dat_bullet.gif);
	margin: -5px 0px 6px 0px;
}
#footer
{
	position: relative;
	height: 16px;
	background: url(images/menu.jpg) no-repeat left top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	clear:both;
}
#footer a:link, #footer a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover, #footer a:active
{
	color: #ffff00;
	text-decoration: underline;
}

#implementator
{
	position:relative;
	height: 4px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2px;
	font-style: normal;
	color: #ffffff;
	margin:0px;
	padding:0px;
	clear:both;
}
#implementator a, #implementator a:active, #implementator a:hover, #implementator a:visited
{
	color:#ffffff;
}

/** CONTENT PRESENTATION **/
/*
#navlistleft
{
}
#navlistsubleft
{
}
*/
#module
{
	position: relative;
	width: 100%;
	margin: 0px 0px 8px 0px;
}

#module h1
{
	background-position: left top;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/dat_modbkgnd.gi);
	margin: 0px;
	text-transform: capitalize;
	width: 100%;
	color: #000000;
	line-height: 10px;
	background-repeat: repeat-x;
	font-style: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
	text-align: left;
}
#module h1 a, #module h1 a:visited
{
	color: #000000;
}
#module h1 a:hover, #module h1 a:active
{
	color: #0000ff;
	text-decoration: none;
}

#module h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #4087C0;
	text-align: left;
	margin: -3px 5px 0px 5px;
}

#module p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin: 0px 5px 0px 5px;
}

#module ul
{ 
	display: block;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding:0px;
	text-align: left;
}

#module ul li a, #module ul li a:visited
{
	text-transform: capitalize;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#module ul li a:hover, #module ul li a:active
{
	color: #4087C0;
	text-decoration: underline;
}

#module ul li.active a, #module ul li.active a:visited
{
	color: #ff0000;
}

.readmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	margin: 0px 5px 10px 5px;
}
.readmore  a:link, a:visited
{
	color: #666666;
	text-decoration: none;
}
.readmore  a:hover, .readmore a:active
{
	color: #ff00000;
	text-decoration: underline;
}

#separator
{
	height: 18px;
	background-image: url(images/dat_modbkgnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 15px 8px 10px;
	line-height: 10px;
}

#separatorwide
{
	width: 542px;
	height: 18px;
	background-image: url(images/dat_modbkgnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 15px 8px 10px;
	line-height: 10px;
}
h41 {font-size: 3em; margin: 0px 0;}
.rcontainer {width: 700px; margin: 5px auto;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 27px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	margin-bottom: -1px;
	background: #0053a0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}
html ul.tabs li.active a {
	color: #000;
	background: #fff;
	border-bottom: 1px solid #fff;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	color: #f00;
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.getbutton {
	float: right;
	margin: 0 5px 5px 0;
	padding: 0px;
}