﻿body 
{
	background-color: #C4213C;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	margin: 0 0 15px 0;
	color: #C4213C
}

h4 {
	margin: 0 0 5px 0;
	color: #000000;
}

a:link, a:visited {
	color: #C4213C;
}

a:hover {
	color: #8F8F8F;
	text-decoration:none;
}

.bodyWrapper{
	margin: auto;
	padding: 0 0 0 0;
	width: 750px;
}

.header{
	background-image: url(images/HeaderLogo.jpg);
	height: 124px;
}

.contentWrapper {
	display: block;
	width: 750px;
	margin: 0 0 0 0;
	padding:  0px 0 75px 0;
	background-color: #FFFFFF;
}

.column1 {
	float:left;
	width:202px;
	position:relative;
	background-color: #FFFFFF;
	margin: 10px 0 10px 0;
}

.column2 {
	width:525px;
	float:left;
	background:#fff;
	background-color: #FFFFFF;
	margin: 10px 0  10px 0;
	padding: 0 10px 0 0;
}

.leftNavTop {
	height: 14px;
	background-image: url(images/NavTop.jpg);
	background-color: #CCCCCC;
	border-bottom: 1px solid #8F8F8F;
}

.leftNav {
	font-weight: bold;
	font-size: 11px;
	width:174px;
	position:relative;
	padding:0 0 0 10px;
	margin: 0 0 0 0;
}

.leftNav p {
	width:174px;
	background-color: #CCCCCC;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
}

.leftNav ul {
	width:174px;
	background-color: #CCCCCC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.leftNav ul li {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	border-bottom: 1px solid #8F8F8F;
}

.leftNav ul a {
	padding:5px 0 5px 15px;
	display:block;
}

.leftNav ul a:link, .leftNav ul a:visited {
	color:#000000;
	text-decoration:none;
}
.leftNav ul a:hover {
	color:#333;
	background-color: #EAEAEA;
	text-decoration:none;
	display:block;
}

.leftNav ul a.selected, .leftNav ul a.selected:visited {
	color: #FFFFFF;
	background:#d2c591 url(images/NavSelected.jpg) repeat-y;
	text-decoration:none;
	display:block;
}

.bradLogo {
	width: 195px;
	border: none;
}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	padding-bottom: 3px
}

.footer p {
	margin:0 0 0 0;
	text-align: center;
	font-size:11px;
	font-weight: bold;
	}


.conn {
	width: 750px;
	background-color: #C4213C;
	color: #FFFFFF;
	font-size:11px;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
}

.conn .adminLogin {
	display: inline; 
	float:left;
}

.conn .adminLogin a:link, .conn .adminLogin a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size:11px;
	text-decoration: underline;
}

.conn .adminLogin a:hover {
	color: #EAEAEA;
	font-weight: bold;
	font-size:11px;
	text-decoration: underline;
}

.itemListing {
	border-bottom: dashed 1px #CCCCCC;
	margin: 0 0 10px 0;
}

.itemListing p.lastUpdate {
	padding: 3px 0 6px 0;
	margin: 0 0 0 0;
}

.itemListing p.teaser {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}

.itemListing a:link, .itemListing a:visited {
	/*color: #C4213C;*/
	color: #070787;
	font-weight: bold;
	font-size:14px;
}
.itemListing a:hover {
	color: #8F8F8F;
	text-decoration:none;
}

.contactListing {
	margin: 0 0 0 15px;
}

.contactListing p.lastUpdate {
	padding: 3px 0 6px 0;
	margin: 0 0 0 0;
}

.contactListing p.teaser {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}

.contactListing a:link, .contactListing a:visited {
	/*color: #C4213C;*/
	color: #070787;
	font-weight: bold;
	font-size:14px;
}
.contactListing a:hover {
	color: #8F8F8F;
	text-decoration:none;
}


/****tables***/
.table1 {
	color: #000; 
	background:#fff; 
	border:1px solid #1e2b3c; 
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	border-collapse: collapse; /* this sets cellspacing to 0 on tables */
	}
.table1 A { color: #003C7B;}

.table1 td { padding: 6px 15px 6px 6px;}
.table1 label {
	margin:4px 5px 0 0;
	float:left;
	font-weight: bold;
	width:180px;
	}

/* In the HTML, use "th" if possible. If .net does not support "th" then use "tablehead" class */
.table1 th, .table1 .tablehead {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C4213C;
	}

.table1 th, .table1 .tablehead td { text-align:left; padding: 6px 15px 6px 6px;}

.table1 th A, .table1 .tablehead A {color: #FFFFFF;}

.table1 .alt { background:#EAEAEA;}

.table1 .pager { color: #000000;}
.table1 .pager A { color: #9f8f51;}
.table1 .pager td { padding: 2px 4px 2px 2px;}

.documentSetupTable {
	color: #000; 
	background:#fff; 
	border:1px solid #1e2b3c; 
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	border-collapse: collapse; /* this sets cellspacing to 0 on tables */
	margin-bottom: 25px;
	}
.documentSetupTable A { color: #003C7B;}

.documentSetupTable td { padding: 6px 15px 6px 6px;}
.documentSetupTable label.singleLine {
	margin:4px 5px 0 0;
	float:left;
	font-weight: bold;
	width:125px;
    color: #3d5678;	
	}

/* In the HTML, use "th" if possible. If .net does not support "th" then use "tablehead" class */
.documentSetupTable th, .documentSetupTable .tablehead {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C4213C;
	}

.documentSetupTable th, .documentSetupTable .tablehead td { text-align:left; padding: 6px 15px 6px 6px;}

.documentSetupTable th A, .documentSetupTable .tablehead A {color: #FFFFFF;}

.documentSetupTable .alt { background:#EAEAEA;}

.documentSetupTable .pager { color: #9f8f51;}
.documentSetupTable .pager A { color: #9f8f51;}

.error {
	color: Red;
	background-color: Yellow;
}

.login {
	width: 290px;
}

.login label {
	width: 75px;
	float:left;
}

.login .loginButton 
{
	padding-top: 10px;
	float: right;
}