/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(images/bg.gif);
 background-repeat:repeat-x;
 background-color:#cbdcff;
}
#wrapper {
	margin: 0 auto;
	width: 822px;
	min-width: 822px;
}
#topnav {
/*	color: #d2e0ff;*/
	width: 800px;
	float: left;
	height: 51px;
	background-image:url(images/topnav.png);
	background-repeat:no-repeat;
}
	
ul#navlist {
white-space: nowrap;
text-align:center;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:15px;
margin-top: 10px;
color: #fff;
}

#navlist li {
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 6px; }

#navlist a:link, #navlist a:visited {
color: #fff;
text-decoration: none;
}

#navlist a:hover {
color: #fff;
text-decoration: none;
/*font-weight:bold;*/
color:#C5D0EA;
}
#navlist a.active {
text-decoration: none;
/*font-weight:bold;*/
color:#C5D0EA;
}	
#header {
	color: #333;
	width: 822px;
	float: left;
	height: 218px;
	/*margin: 0px 0px 5px 0px;*/
	width: 822px;
/*	background-image:url(images/header.jpg);*/
	background-repeat:no-repeat;
}

#header2 {
	color: #333;
	width: 254px;
	float: right;
	height: 240px;
	margin: 0px 0px 0px 0px;
	background-image:url(images/headermini.jpg);
	background-repeat:no-repeat;
	padding-bottom: 5px;
	border-bottom: 1px #000000 solid;
}

#leftcolumn {
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin-top:0px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:45px !important; margin-left: 20px;
	padding: 15px;
	width: 430px;
	float: left;
	min-height: 350px;
}

#leftcolumn2 {
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin: 40px 5px 5px 5px;
	padding: 15px;
	width: 470px;
	float: left;
	min-height: 539px;
}

#leftcolumn3 {
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin: 40px 5px 5px 5px;
	padding: 15px;
	width: 470px;
	float: left;
	min-height: 350px;
}

#leftcolumn4 {
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin-top:10px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:45px !important; margin-left: 25px;
	padding: 15px;
	width: 700px;
	float: left;
	min-height: 350px;
}

.h1 {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 14px;
color:#0e2f78;
font-weight:bold;
margin: 10px 0 0 0;
}

.h2 {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 14px;
color:#0e2f78;
margin: 0 0 10px 0;
}

.maintext {
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
color:#626262;
text-align:justify;
}

.sublink {
font-family:Arial;
font-size: 12px;
color:#163E94;
text-align:right;
margin: 10px 5px 10px 0;
}

.sublink a {
color:#153d94;
text-decoration:underline;
}

.sublink a:hover {
color:#0066FF;
}

#rightcolumn {
	float: right;
	color: #333;
	margin: 0px 25px 5px 0px;
	padding: 10px;
	height: 380px;
	width: 265px;
	display: inline;
}

#rightcolumn2 {
	float: right;
	color: #333;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 380px;
	width: 265px;
	display: inline;
}

.notetext {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#2f529e;
	padding: 125px 40px 0 40px;
    text-align:center;

}

.notetext a {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#0e2f78;
	text-decoration:none;
	padding-left: 10px;
}

.notetext a:hover {
	text-decoration:underline;
	color:#1c2950;
}


#subbuttons {
	float: right;
	padding-top:10px;
	padding-right: 10px;
}
#subbuttons2 {
	margin:0 auto;
	width:800px;
	text-align:center;
}

#nextconference {
	background-image:url(images/right_note.png);
	background-repeat:no-repeat;
	height: 280px;
}
	
#topnav2 {
	width: 100%;
	clear: both;
	color: #d2e0ff;
	border-bottom: 1px solid #4372b9;
	background: #0e2f78;
	clear:both;
	float:left;
	min-width:822px;
}

ul#topnav2list {
white-space: nowrap;
text-align:center;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:12px;
padding-top: 5px;
padding-bottom: 5px;
}

#topnav2list li {
display: inline;
list-style-type: none;
}

#topnav2list a { padding: 3px 10px; }

#topnav2list a:link, #topnav2list a:visited {
color: #fff;
text-decoration: none;
}

#topnav2list a:hover {
color: #fff;
text-decoration: none;
font-weight:bold;
}

#bottomnav {
	width: 100%;
	clear: both;
	color: #d2e0ff;
	border-bottom: 1px solid #4372b9;
	background: #0e2f78;
	clear:both;
	float:left;
	margin-top:40px;
	min-width:822px;
}

ul#bottomnavlist {
white-space: nowrap;
text-align:center;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:12px;
padding-top: 5px;
padding-bottom: 5px;
}

#bottomnavlist li {
display: inline;
list-style-type: none;
}

#bottomnavlist a { padding: 3px 10px; }

#bottomnavlist a:link, #bottomnavlist a:visited {
color: #fff;
text-decoration: none;
}

#bottomnavlist a:hover {
color: #fff;
text-decoration: none;
/*font-weight:bold;*/
color:#C5D0EA;
}

#footer {
	width: 100%;
	clear: both;
	background: #1c2950;
	float:left;
	min-width:822px;

}

.footertext {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	padding: 10px;
	text-align:left;
}

.footertext a{
	text-decoration:none;
	color: #fff;
}

.footertext a:visited{
	text-decoration:none;
	color: #fff;
}

.footertext a:hover{
	text-decoration:underline;}
	

.footertextb {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	padding: 10px;
	text-align:right;
}
fieldset
{
    border: solid 1px #8A8A8A;
    padding: 10px;
    margin-top: 10px;
}

legend
{
    color: #8A8A8A;
    font-size: 11px;
}
.form
{
    width: 500px;
}

.form div
{
    clear: left;
    padding-top: 10px;
}

.form label
{
    float: left;
    width: 30%;
}

.form input.txt
{
    width: 250px;
    border: inset 1px #AABBCC;
    padding:2px;
}

.form input.btn
{
    border: outset 1px #AABBCC;
}

.arial14px
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#menuright {
	width:20%;
	float:left;
	padding-left:0px;
}
#menu {
clear: left;
float: left;
width: 140px;
margin: 5px 10px 10px 0px;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 140px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.0em;
text-align:left;
}	

#menu li {
margin-bottom: 1px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #44474b;
display: block;
padding: 5px 0 0 8px;
background: #ffffff;
border-left: 5px solid #8ab3d7;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}	
	
#menu li a:hover {
background: #cbdeed;
color: #333;
border-left: 5px solid #666;
}


#menu li a.current {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #ffffff;
display: block;
padding: 5px 0 0 8px;
background: #42464a;
border-left: 5px solid #5faaea;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}

#menu li a.current2 {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #ffffff;
display: block;
padding: 5px 0 0 8px;
background: #5faaea;
border-left: 5px solid #173F96;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
background-image:url(images/dropdown.gif);
background-position:right;
background-repeat:no-repeat;
}
.myDatagrid td 
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
a, a:visited, a:active { color: #163E94; }
a:hover { color: #000; }
.breadcrumbs {font-size:0.7em; font-weight:bold; width:100%; margin-bottom:10px}