body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color:#999999;
	/*background: url('..../images/bg.jpg') repeat-x 0 0;*/
	width: 100%;
	/*height: 100%;*/
	margin: 10px auto;
}

h1 { font-size: 16px; font-weight: bold; color: #666666; margin-bottom:0; padding-bottom:0; }
h2 { font-size: 14px; font-weight: bold; color: #666666; margin-bottom:0; padding-bottom:0; }
h3 { font-size: 12px; font-weight: bold; margin-bottom:0; padding-bottom:0; }
h4, strong, b { font-size: 11px; font-weight: bold; margin-bottom:0; padding-bottom:0; }

img { border: 0; }

a {
	text-decoration: underline;
}

a.file { line-height: 22px; background-repeat: no-repeat; background-position: 0 0; padding: 2px 0 2px 20px; }

a.csv { background-image: url(../images/file_icons/csv.gif); }
a.msg { background-image: url(../images/file_icons/email.gif); }
a.txt { background-image: url(../images/file_icons/txt.gif); }
a.xls { background-image: url(../images/file_icons/excel.gif); }
a.html, a.htm { background-image: url(../images/file_icons/html.gif); }
a.pdf { background-image: url(../images/file_icons/pdf.gif); }
a.ppt { background-image: url(../images/file_icons/ppt.gif); }
a.mpg, a.wmv { background-image: url(../images/file_icons/wmv.gif); }
a.doc, a.dot, a.rtf { background-image: url(../images/file_icons/word.gif); }
a.swf { background-image: url(../images/file_icons/swf.gif); }
a.zip { background-image: url(../images/file_icons/zip.gif); }
a.phone { background-image: url(../images/file_icons/phone.gif); }
a.fax { background-image: url(../images/file_icons/fax.gif); }
a.print { background-image: url(../images/file_icons/print.gif); }
a.checkbox { background-image: url(../images/file_icons/checkbox.gif); }

a.left { float:left; text-align:left; }
a.right { float:right; text-align:right; }

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	border: 1px solid #CCCCCC;
}

.error { 
	border:0px solid #CC0000;
	color:#CC0000;
	margin:5px 0px;
	padding:3px;
}  

.success { 
	border:0px solid #008000;
	color:#008000;
	margin:5px 0px;
	padding:3px;
} 

.shade { background-color: #eaeaea; }
.noshade { background-color: #fff; } 
.skip { color: #fff; } 

#container {
	z-index:100;
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

#header {
	margin: 0;
	padding: 0;
	height:auto;
	width:inherit;
}

#banner {
	width:inherit;
	margin:inherit;
}

#jump-menu {
	color:#999999;
	float:right;
	text-align:right;
	margin:0;
	padding:10px;
}

#nav-head {
	color:#999999;
	float:right;
	text-align:right;
	margin:0;
	padding:5px;
}

#nav-head a {
	color:#999999;
	text-decoration: none;
}

#nav-main { 
	clear:both;
	position:relative;
	/*width:730px;
	height:50px;*/
	margin:0 auto;
	padding:0;
	z-index:0;
	border:0px solid green;
	text-align:center;
}


#nav-left li {
	list-style-image: url(../images/RedCircle.jpg);
	list-style-position: outside;
	padding: 8px 0;
}

#content-container {
	z-index:200;
	margin: 0 auto;
	padding: 0;
	background-color:#FFFFFF;
	width: 730px;
	/*height: 100%;*/
}

#content {
	z-index:300;
	margin:0 auto;
	padding:0;
	width:711px;
	/*width:inherit;
	width: 96%;*/
}
	#content li {
		list-style-type:square;
	}
	
	.box { 
		margin:0;
		padding:20px 0 20px 20px;
		border:0px solid #999999;
		background-color:#f5f5f5;
		width:98%;
	}
	
	.legal {
		font-size: 9px;
		color: #999999;
		text-align:left;
	}

#col-left { border: 1px solid #999999; position:relative; float:left; width:250px; height:100%; margin:0 8px 0 0; padding:10px; }

#col-right { border: 0px solid #999999; background-color:#ffffff; position:relative; float:left; width:400px; height:100%; margin:0 0 0 8px; padding:10px; }

#col-main { clear:both; border: 1px solid #999999; background-color:#ffffff; position:relative; float:left; width:96%; height:100%; margin:5px; padding:10px; }

#col-bottom {
	padding: 10px;
	font-size: 9px;
	color: #333333;
	text-align: right;
	border: 0px solid #999999;
}

#footer {
	width: 750px;
	margin: 5px auto;
	font-size: 9px;
	color: #FFFFFF;
	border: 0px solid blue;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
}

.privacy { float:left; width:33em; text-align:left; border: 0px solid red;}
.copyright { float:right; width:33em; text-align:right; border: 0px solid yellow;}

#logo a{
	float: left;
	/*background: url(../images/header.gif) no-repeat;*/
	width: 350px;
	height: auto;
	margin-left: 0px;
}

#signature {
	margin: 10px 0;
	width: 100px;
	height: 33px;
	background: url(../images/Signature.jpg) no-repeat;
}


