﻿/* CSS Document */

body {
	border: #D10008;
	background-color: #FFFFFF;
	background-image: url(images/default-pattern.gif);
	font-family: Lucida Grande, Helvetica, sans serif;
	font-size: 11px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #1e0062;
	}
	
td.nav {
	color: white;
	font-family:Lucida Grande, Helvetica, sans serif
	}

th {
	background-color:#CCC;
	font-weight:bold;
	font-size: 11px;
	}
	
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;
	border-right: 1px solid #9d0a0e;
	}

.Title {
	font-size: 18pt;
	font-weight: bold;
	color: #000080;
}

.PageTitle {
	font-size: 11pt;
	color:#1e0062;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.Subtitle {
	color: #1e0062;
	font-size:12px;
	font-weight: bold;
	}

.content {
	padding: 10px 5px 25px 5px;
	background-color: white;
	border-left: 1px solid #d10008;
	}

.column-right {
	padding: 10px 5px 25px 5px;
	background-color: white;
	border-right: 1px solid #d10008;
	}

table.module {
	width: 190px;
	}

.module-head {
	background-color:#1e0062;
	border-left: 1px solid #A8ADB4; 
	border-top: 1px solid #A8ADB4; 
	width: 100%;
	font-size:11px;
	color: #FFFFFF;
	}

.module-head2 {
	background-color:#1e0062;
	border-left: 1px solid #A8ADB4; 
	border-top: 1px solid #A8ADB4; 
	font-size:10px;
	color: #FFFFFF;
	padding-left:5px
	}

.module-corner {
	width: 10px;
	height:25px;
	}

.module-content {
	border: 1px solid #A8ADB4;
	background-color: white;
	padding: 0px 0px 0px 0px;
}

.divider {
	border-top: 1px dotted #1e0062;
	margin:10px 0 10px 0;
	}

td.divider {
	border-top: 3px solid #d10008;
	padding-bottom: 5px;
	background-color: #1e0062;
	}

.divider-vert {
	border-left: 1px dotted #1e0062;
	margin:10px;
	height: 150px;
	}
.footer {
	font-size:10px;
	color:#A8ADB4;
	background-color: #1e0062;
	padding-left: 20px;
	}