/* CSS Document */

html, body {
	height: 100%;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #dddddd;
	line-height: 15px;
	margin: 0px;
	}
td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	}
.content {
	padding: 20px 5px;
	width: 600px;
	background-color: #FFFFFF;
	background-image: url(../images/gradient-Body.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.rightside {
	vertical-align: text-top;
	background-color: #FFFFFF;
	float: right;
	margin-left: 5px;
	}
.leftside {
	width:150px;
	background-color: #183168;
	}	
	
.masthead {
	background-image:url(images/masthead.jpg);
	background-color: #01319d;
	border-bottom: 1px solid #183168;
	height: 90px;
	}	
		
.Footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; line-height: 13pt}
.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a:link {  color: #003399}
a:active { color: #003399 }
a:visited { color: #003399 }
a:hover { color: #003399 }

.Title {  
	font-family: Times New Roman, Times, serif;
	font-size: 18px; 
	font-style: italic; 
	font-weight: bold; 
	color: #33339A
	}

.SubTitle {
	font-size: 12px; 
	font-weight: bold;
	/*font-style: italic;*/
	color: #183168; 
	}


.module {
	border: 1px solid #c5053d;
	border-collapse: collapse;
	}

th.module {
	padding: 4px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	background-image: url(images/tblbkg.gif);
	}

td.nav {
	color: #183168;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/Navbkg.gif)
	}

.nav a:link, .nav a:visited, .nav a:active {
	color: #183168;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	padding: 5px;
	height: 25px;
	width: 150px
	}
.nav a:hover {
	color: #183168;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	text-decoration: underline;
	padding: 5px;
	height: 25px;
	width: 150px
	}
	
.ModuleTblText {
	padding: 3px;
	font-size: 9px;
	}
	
.ModuleTblTitle {
	padding: 3px;
	font-weight: bold;
	}

.ModuleTblHeader {
	border: 1px solid #33339A; 
	padding: 4px; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #9A9ACC;
	}

.LocationTblHeader {
	border: 1px solid #33339A; 
	padding: 4px; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #9A9ACC;
	}
	
.caption {
	font-size: 9px;
	line-height: 11px;
	}

table.repo td {
	padding-bottom: 20px;
	}

table.repo table.repo-info td {
	padding: 0;
	}

table.repo img {
	margin-right: 10px;
	}