/* basic elements */

html {
		min-height: 100%;
		}

* {
		margin: 0;
		padding: 0;
		}

a {
		color: #6DA6E2;
	  	text-decoration: none;
	  	font-weight: bold;
		}
		
a:hover {
	  	color:#2763A5;
	  	font-weight: bold;
	  	text-decoration: underline;
		}

body {
		background: #2763A5 url(../img/back.gif);
		font: normal 0.75em Verdana, Helvetica, Georgia, sans-serif;
		color: #333;
		margin-bottom: 30px;
		}
		
h1 {
		font: bold 1.2em Georgia, Verdana, Helvetica, sans-serif;
		margin-bottom: 4px;
		}
		
dt {
		font: normal 0.9em Georgia, Verdana, Helvetica, sans-serif;
		margin-left: 15px;
		}

/* misc */
.space {
		clear: both;
		}

.left {
		float: left;
		}

.right {
		float: right;
		}
		
.image {
		padding: 6px; 
		}
		
.submit {
		background:url(../img/button-gradient-up.gif) repeat-x;
		border-style: solid;
		border-width: 1px;
		border-color: #d5d5d5;
		text-decoration: none;
		color: #333;
		font: bold 1.1em Trebuchet MS, Helvetica, sans-serif;
		width: 80px;
		height: 30px;
		cursor: pointer;
		}
		
.submit:hover {
		background:url(../img/button-gradient.gif) repeat-x;
		font-color: #999;
		}

/* structure */
.main {
		border-top: 0px solid #FFF;
		background: url(../img/text-bg.gif);
		}

.container {
		background: #FFF;
		font-size: 1.2em;
		margin: 0 auto;
		padding: 0 3px 3px;
		width: 790px;
		}
		
.top {
		padding: 10px 10px 0;
		}

/* header */
.header {
		background: #FFF;
		font-size: 1.2em;
		height: 130px;
		margin: 0 auto;
		padding: 3px 3px 0pt 3px;
		width: 790px;
		}
		
.header .left, .header .right {
		background: #69CCF5;
		color: #FFF;
		height: 130px;	
}

.header .left {
		background: url(../img/design_elements/header_left.jpg);
		width: 580px;
		}
		
.header .left h2 {
		padding-left: 140px;
		padding-top: 5px;
		font: normal 1.2em Verdana, Helvetica, sans-serif;
		}
		
.header .right {
		background: url(../img/design_elements/header_right.jpg) repeat-x top left;
		width:210px;
		font: 0.95em Verdana, Helvetica, sans-serif;
		}

/* navigation */

#nav {
	height: 40px;
	width: 790px;
	background: url(../img/design_elements/nav.png) repeat-x;
}

#nbar a {
	font-weight: normal;
}

#nbar {
	position: relative;
	width: auto;
	height: 40px;
	margin: 0;
	padding : 8px 0 0 0;
	font: 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}

#nbar ul {
	float: left;
	list-style : none;
	margin: 0;
	padding: 0;
}

#nbar ul li {
	display: inline;
}

#nbar ul li a {
	display: block;
	height: 25px;
	float: left;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
	background: none;
	border-right: dotted 1px #666;
}


#nbar ul li a:hover {
	color: #000;
	padding-top: 2px;
}

#nbar ul li#selected a {
	color: #000;
	background: url(nbg-inv.png) top repeat-x;
	font-weight: bold;
}

/* left content */
.leftcontent {
		float: left;
		margin: 10px 0;
		padding: 0 10px;
		width: 544px;
		font-size: 0.85em;
		line-height: 1.3em;
		color: #333;
		}
		
.leftcontent h2 {
		font: bold 0.9em Georgia, Verdana, Helvetica, sans-serif;
		margin-bottom: -10px;
		color: #A30033;
		margin-left: 15px;
		margin-top: 30px;
		}
		
.leftcontent p {
		font-family: Verdana, Helvetica, Georgia, sans-serif;
		font-size: 0.9em;
		margin-left: 15px;
		margin-top: 25px;
		}
		
.leftcontent h1 {
		margin-left: 15px;
		margin-top: 25px;
		margin-bottom: -30px;
		}
		
.leftcontent a {
		font-weight: bold;
		color: #A30033;
		}
		
.leftcontent a:hover {
		font-weight: bold;
		color: #999;
		}
		
.leftcontent .table {
		width: 100%;
		padding: 0pt;
		margin: 15px 0pt 15px 15px;
		margin-bottom:30px;
		font-size: 0.9em; 
		font-family: Verdana, Helvetica, Georgia, sans-serif;
		border-color: #548FD9;
    	border-width: 1px;
    	border-style: solid;
		}
		
.leftcontent .request {
		width: 100%;
		padding: 0;
		margin-left: 15px;
		margin-top: 15px;
		font-size: 0.95em; 
		font-family: Verdana, Helvetica, Georgia, sans-serif;
		border-color: #FFF;
    	border-width: 1px;
    	border-style: solid;
		}
		
.leftcontent td.line {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #A30033;
		}
		
.leftcontent td {
	padding: 6px 6px 6px 0;
	font-color: #333;
	font-size: 0.95em;
	font-family: Verdana, Helvetica, Georgia, sans-serif;
	}
	
.leftcontent td a{
		color: #A30033;
	  	text-decoration: none;
		font-weight: bold;
		}
		
.leftcontent td a:hover {
		color: #333;
		text-decoration: underline;
		font-weight: bold;
		background: #F1F1F1;
		}

/* sidebar navigation */
.sidenav {
		float: right;
		width: 185px;
	  	padding-bottom: 5px;
		margin-top: -10px;
		}
		
.sidenav a {
		color: #21548c;
	  	text-decoration: none;
	  	font-weight: normal;
		font-size: 1.1em;
		font-family: Trebuchet MS, Georgia, Helvetica, serif;
		}
		
.sidenav a:hover {
	  	color:#21548c;
		font-size: 1.1em;
	  	font-weight: normal;
	  	text-decoration: underline;
		}
		
.sidenav ul {
		list-style-type: none;
		}
		
.sidenav ul li {
		list-style-image: url(../img/arrow4.gif);
		font-size:0.75em;
		margin: 8px 20px;
		font-color: #333;
		}
		
.trngspec ul 	{
    list-style-type:none;
	}
	
.trngspec li 	{
    padding-left:12px;
    background:transparent url(images/redarrow.gif) no-repeat;
    background-position:0 5px;
	}
		
.sidenav table {
		color: #333;
		font-size: 0.75em;
		padding-top: 5px;
		}
		
.sidenav h2 {
	  color: #21548c;
	  font-size: 0.95em;
	  padding: 0pt 0pt 5px 3px;
	  margin: 25px 0pt 0pt 0pt;
	  font-weight: bold;
	  border-bottom: 1px solid #3e7fc4;
	  font-family: Georgia, Verdana, Helvetica, sans-serif;
		}
	
.sidenav p {
		font-size: 0.75em;
		padding: 8px 12px;
		line-height: 1.5;
		}
		
.sidenav .seqslidestyle {
		margin-right: 5px;
		margin-left: 20px;
		}
	  
/* slideshow */
.seqslidestyle {
		margin-right: 1px;
		margin-left: 1px;
		}

/* footer */
.footer {
		background: #548FD9 url(../img/foot.gif) repeat-x;
		color: #FFF;
		font: bold 0.85em Verdana, Helvetica, Georgia, sans-serif;
		text-align: center;
    	clear:both;
		padding:8px 0pt;
		width:790px;
		}
		
.footer a,.footer a:hover {
		color: #FFF;
		text-decoration:underline;
		}

.footer .image {
		float: left;
		margin-top: 5px;
		margin-left: 3px;
		}

