html, body {
	border:0;
	padding:0;
	margin:0;
	background-color:#8b0000;
	font-family: Tahoma, Geneva, Arial, "MS sans serif", sans serif;
	font-size:12px;
	color:#5e5e5e;
	line-height:1.3;
}

.shellbanner {
	width:628px;
	margin:auto;
	padding:276px 97px 30px 97px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.navbar {
	height:35px;
	background-image:url(images/navbar.gif);
	background-repeat:no-repeat;
	text-align:center;
}

/* navbar breakup */
.n-left {
	width:230px;
	float:left;
}
.n-left h1 { padding:0; line-height:22px;}
.n-right {
	width:387px;
	float:right;
	height:35px;
}
	/* navbuttons */
.n-right ul {
	padding:0;
	margin:0;
	height:35px;
}
.n-right li:first-child {
	background-image:none;
}
.n-right li {
	display:inline;
	padding:0;
	margin:0;
	height:35px;
	background-image:url(images/nav-divider.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.n-right a {
	color:#5e5e5e;
	text-decoration:none;
	font-weight:bold;
	padding:8px 6px 8px 10px;
	line-height:19px;
	height:35px;
	margin:0;
}
.n-right a:hover {
	color:#f74040;
}
	/* end navbuttons */
/* end navbar breakup */

.content {
	background-image:url(images/content-rpt.gif);
	background-repeat:repeat-y;
	padding:0 19px 0 18px;
}

/* content columns */

.c-left {
	width:226px;
	float:left;
}
.c-right {
	width:348px;
	float:right;
	background-color:#f1f1f1;
	background-image:url(images/rightcol-top.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.c-right-in {
	width:326px;
	padding:11px;
	background-image:url(images/rightcol-btm.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.clear {
	clear:both;
}

/* end content columns */

.footer {
	height:74px;
	background-image:url(images/content-btm.gif);
	text-align:center;
	line-height:74px;
}

/* TEXT STYLES */
p, h1, h2, h3, h4 {margin:0; font-weight:normal;}
h1, h2, h3, h4 {color:#f74040;}
p, h1 { padding-bottom:10px;}
h2, h3, h4 { padding-top:10px;}
a { color:#333333; font-weight:normal; text-decoration:underline;}
a:hover { color:#f74040;}

h1 { font-size:20px;}
h2 { font-size:18px;}
h3 { font-size:16px;}
h4 { font-size:14px;}

.fs12 {font-size:12px;}
.fs16 {font-size:16px;}
.red {color:#f74040;}
.bodygrey {color:#5e5e5e;}

img {
	border:none;
}
/* END TEXT STYLES */

/* SHOWHIDE */
.showhide-out {
	overflow: visible;
	position: relative;
	visibility: visible;
	width: 326px;
	height: 550px;
}

.showhide-in {
	overflow: visible;
	position: absolute;
	visibility: hidden;
	z-index: auto;
	height: 550px;
	width: 326px;
}
/* END SHOWHIDE */

/* FORMS */
form { margin:0;}
dl {
	padding: 4px 0;
	margin: 0px;
	cursor:default;
	color:#666666;
	width:100%;
	clear:both;
}

dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
	margin: 0px;
}

dd {
	margin-left: 41%;
	vertical-align: top;
	margin: 0px;
}

.width200 { width:200px;}

.nohover:hover {
	background-color:#FFFFFF;
}

.h50 {
	height:50px;
}
/* Hover Effects */

dl:hover {
	background-color: #f7ece5;
}

dl:hover dt label {
	color: #333333;
}

dl:hover dt label {
	color: #000000;
}

/* Input hover and focus styles */
input, textarea {
	border:1px solid #999999;
}

input:hover, textarea:hover {
	border: 1px solid #65A7EF;
}

input:focus, textarea:focus {
	border: 1px solid #1362B9;
	color: #000000;
}
/* END FORMS */