/* 
Brand Guidelines:

Blue: #3E647E
Red: #FF0000
Light Blue: #5B83A2
Light Light Blue: #7D9BB6
Green: #B9D300
 */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	min-width:975px;
}

#head{
	width:auto;
	background-color: #3E647E;
	margin-top:12px;
	margin-bottom:3px;
	padding:0 20px;
	height:76px;
}

#wrapper{
	background:url('../images/nav_bg.gif') left repeat-y;
	padding-bottom:10px;
	min-height:450px;
}

#content{
	width:auto;
	margin:auto;
	padding:0 20px;
}

#nav{
	width:175px;
	float:left;
}

#main{
	width:auto;
	margin:0 20px 0 195px;
	text-align:justify;
	padding-bottom:90px;
	background:url('../images/tda.gif') bottom right no-repeat;
}

#head .right{
	float:right;
}

#nav ul{
	list-style:none;
	margin:0;
	padding:0;
}

#nav ul li{
	border-bottom:1px solid #FFF;
	text-indent:5px;
	display:block;
	width:175px;
	height:20px;
	background-color:#3E647E;
	
}

#redBar{
	width:auto;
	height:5px;
	background-color:#F00;
	margin-bottom:3px;
}

h1{
	color:#F00;
	font-size:18px;
	text-align:left;
}
h3{
	color:#F00;
	font-size:15px;
}

#nav a:hover, #nav .selected{
	background-color:#5B83A2;
	height:18px;
	padding-top:2px;
}

#nav a, #nav .selected, #nav .navHeader, .no_btm, .no_top{
	text-decoration:none;
	color:#FFF;
	width:100%;
	height:18px;
	padding-top:2px;
	display:block;
	font-weight:bold;
}

#nav .navHeader{
	background-color:#7D9BB6!important;
	text-transform:uppercase;
	border-bottom:0!important;
}

.no_btm{
	border-bottom:0!important;
	padding-top:0!important;
}

.no_top{
	border-top:0!important;
}

#nav a:hover, #nav .selected, #nav .navHeader{
	background-color:#5B83A2;
	height:18px;
	padding-top:2px;
}

#main a{
	text-decoration:none;
	color:#1E88A0;
}

#main a:hover{
	text-decoration:underline;
}

.para_head{
	color:#3E647E;
	font-weight:bold;
	text-transform:uppercase;
}
strong{
	color:#3E647E;
}

ol{
	list-style:lower-roman!important;
}

.pres {
	width: 95%;
	margin: 0 auto;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pres th {
	background: #ddd;
	padding: 2px;
}
.pres .dl {
	width: 100px;
	text-align: center;
}
.pres .dl img {
	border: 0;
}
.pres td {
	padding: 2px;
	border-right: 1px solid #ddd;
}
.pres .bg td {
	background: #eee;
}

.note{
	width:850px;
	margin:auto;
	text-align:center;
	font-size:smaller;
}
pre{
	font-family:Arial, sans-serif;
}
table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
