/* CSS Document */

/*layout styles */

body{
	width:650px;
	margin:0;
	height:100%;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 1.4em;
	padding: 0;
	}

#outer{
	width:650px;
	height: 100%;
	border-right:1px solid #2d6699;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-color: #2d6699;
	}
	
#top{
	background-color:#2d6699;
	height:22px;
	}
	
#left{
	margin:0px;
	background-color:#addedb;
	height:100%;
	width:177px;
	float: left;
	
	}
	
#right{
	padding: 18px 30px 30px 0px;
	width:366px;
	float: right;
	}
	

#bot{
	width:651px;
	background-color:#2d6699;
	height:22px;
	clear: both;
	vertical-align: bottom;
	}
	
	
#indexcard{
	width:90px;
	background-color:#2d6699;
	height:20px;
	margin-bottom:0px;
}

.indexcard2{
	width:366px;
	border-bottom:1px solid #2d6699;
	margin-bottom:7px;
}

.indexcard3{
	width:170px;
	border-bottom:1px solid #2d6699;
	margin-bottom:7px;
}
	
	

	
/* text styles*/
	
.white{
	font:11px Verdona, Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding-left:27px;
	padding-top:8px;
	}
	
.white2{
	font:11px Verdona, Arial, Helvetica, sans-serif;
	color:#addedb;
	padding-left:7px;
	padding-top:3px;
	font-weight:bold;
	}
	
.blue{
	font-size:11px;
	color:#4d73a3;
	padding:20px;
	}
	

h1{
	font-size:14px;
	color:#4d73a3;
	margin-top:2px;
	margin-bottom:3px;
	}
	
h2{
	font-size:13px;
	color:#7a96bd;
	margin-top:5px;
	margin-bottom:3px;
	}
	
h3{
	font-size:12px;
	color:#4d73a3;
	}
	
hr{
	height:2px;
	color:#e0e0e0;
	margin-top:0px;
	background-color: #fff;
	}
	
.dark{
	height:1px;
	color:#444444;
	margin-top:0px;
	}
		
a:link{
	color:#4d73a3;
}

a:visited{
	color:#4d73a3;
}

a:hover{
	color:#4d73a3;
}

a:active{
	color:#4d73a3;
}

.text-small{
	font-size: 10px;
	}
	
.links{
	line-height: 1.8em;
	}

/* image styles */

.image-left{
	width: 150px;
	float: left;
	margin: 5px 10px 10px 0px;
	}
	
image-center{
	margin: 20px 0px 20px 0px;
	}
	
.legend{
	font-size:11px;
	color:#4d73a3;
	float: left;
	width: 130px;
	margin-top: 8px;
	}
	
/* table styles */

.table{
	width: 100%;
	font-size: 10px;
	line-height: 1.2em;
	}
	
.table td{
	padding: 0px 10px 10px 0px;
	}
	
.table2{
	width: 100%;
	font-size: 12px;
	line-height: 1.2em;
	}
	
.table2 td{
	padding: 5px 0px 5px 0px;
	}
	
/*callout styles*/

.callout{
	padding:12px;
	background-color:#addedb;
	border:1px solid #2d6699;
	margin-top:10px
	}
	
.callout-left{
	background-color:#addedb;
	border:1px solid #2d6699;
	float: left;
	margin: 10px 15px 15px 0px;
	width: 150px;
	padding: 5px;
	}
	