/* CSS Document */
html, body {
	height: 100%;
	}

body {
	background-color: #eee;
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Lucida Grande, Helvetica, sans serif;
	font-size: 11px;
	}

td,p {
	font-family: Lucida Grande, Helvetica, sans serif;
	font-size: 11px;
	}
	
a {
	color: #000066;
	}
	
td.nav {
	color: white;
	}

th {
	background-color:#CCC;
	font-weight:bold;
	font-size: 11px;
	}

ul li {
	padding-bottom: 5px;
	list-style-image: url(../images/star_bull.gif);
	}

a.nav {
	color: white;
	text-decoration:none;
	padding: 0 5px 0 5px;
	font-size:12px;
	}

.masthead {
	background-image:url(../images/masthead.jpg);
	background-repeat:no-repeat;
	height:100px;
	}

h1 {
	color: #990000;
	margin-bottom: 0;
	padding-bottom:0;
	}

.Title {
	font-size: 18pt;
	font-weight:bold;
	color: #990000;
	}

.PageTitle {
	font-size: 14pt;
	color:#990000;
	padding-top: 10px;
	}

.Subtitle {
	color: #000066;
	font-size:12pt;
	font-weight:bold;
	}

.content {
	padding: 10px 15px 25px 15px;
	background-color: white;
	}

.column-right {
	padding: 10px 5px 25px 5px;
	background-color: white;
	}

th {
	background-color:#000066;
	font-size:12px;
	color: #FFF;
	font-weight:bold;
	text-align: left;
	}

table.module {
	width: 190px;
	}

.module-head {
	background-color:#000066;
	border-left: 1px solid ##000066; 
	border-top: 1px solid ##000066; 
	width: 100%;
	font-size:12px;
	color: #FFF;
	font-weight:bold;
	}

.module-corner {
	width: 10px;
	height:25px;
	}

.module-content {
	border: 1px solid #000066;
	padding: 5px;
	background-color:white;
	}

.divider {
	border-top: 1px dotted #000066;
	margin:10px 0 10px 0;
	}

td.divider {
	border-top: 3px solid #000066;
	padding-bottom: 5px;
	}

.divider-vert {
	border-left: 1px dotted #000066;
	margin:10px;
	height: 50px;
	}
.footer {
	font-size:10px;
	color:#FFF;
	background-color: #000066;
	padding: 5px 10px 0px 10px;
	}

.footer a {
	color: #FFF; 
	}

.shadow-top {
	background-image: url(../images/shadow-top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top: 10px;
	}
	
.shadow-middle {
	background-image: url(../images/shadow-middle.gif);
	background-position:top center;
	background-repeat: repeat-y;
	}

.shadow-bottom {
	background-image: url(../images/shadow-bottom.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom: 10px;
	}