﻿* { padding: 0; margin: 0; }
body
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #010f1f;
	background-image: url(../images/bg.gif);

}
p
{
	margin-bottom:10px;

}	

#faux ul li
{
	margin-left:15px;
	list-style-image:url(../images/red_bullet.jpg);
	line-height:20px;
}
#faux ol li
{
	margin-left:20px;
	line-height:20px;
}
h1
{
	text-transform: uppercase;
	font-size: 1.3em;
	color: #0760CB;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
h2
{
	font-size: 1.25em;
	color: #3F3F3F;
	letter-spacing: 1px;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px #cccccc solid;
	margin-bottom: 10px;
}
h3
{
	font-size: 1.0em;
	color: #3F3F3F;
	margin: 0 0 3px 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link
{
	color: #0066ff;
	text-decoration: none;
}

a:visited
{
	color: #0066ff;
	text-decoration: none;
}
a:hover
{
	color: #0066ff;
	text-decoration: underline;
}





#leftcolumn a:link
{
	color: #1f4063;
	text-decoration: none;
}

#leftcolumn a:visited
{
	color: #1f4063;
	text-decoration: none;
}
#leftcolumn a:hover
{
	color: #1f4063;
	text-decoration: underline;
}






#wrapper { 
 margin: 10px auto 10px;
 width: 750px;
 border:1px #050537 solid;
 background-color:#ffffff;
}
#faux {
 background: url(../images/faux-3-2-col.gif);
 background-color:#ffffff;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#consolidatedFaux{
 padding:10px;
 color: #606060;
}
#header {
 width: 730px;
 padding: 10px;
 height: 100px;
 margin: 0px 0px 0px 0px;
 background: #ffffff;
 background:url(../images/header.jpg);
}
#header a
{
	color:#ffffff;
}
#navigation {
 padding: 0px;
 margin: 0px;
 height: 30px;
 width:750px;
 /*background: #cccccc;*/
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 10px;
 width: 130px;
 float: left;
 line-height:25px;
}
#rightcolumn { 
 float: right;
 color: #606060;
 margin: 10px;
 padding: 0px;
 width: 580px;
 display: inline;
 position: relative;
}
#footer { 
 width: 750px;
 clear: both;
 color: #ffffff;
 background: #ffffff;
 margin: 0px;
 padding: 0px;
 height:67px;
 background-image:url(../images/footer.jpg);
 background-repeat:no-repeat;
 background-position:top left;
 }
#footer a
{
 color:#ffffff; 
}
.clear { clear: both; background: none; }


/****************************************************************/
.commentbox
{
	color: #006600;
	font-family: 'Courier New';
	background-color: silver;
	border-top: darkgray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	margin: 0px;
	overflow: auto;
}
.developerNote
{
	font-family: 'Courier New';
	color: #175e0b;
	padding: 2px;

}
.attentionNote
{
	font-family: 'Courier New';
	color: #CC0000;
	padding: 2px;

}	
	
/****************************************************************/
