body { background-color:#000000; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; 
text-transform: none; 
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ }

.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00448f;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; background-color:#FFFFFF; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p { color: #333333; font-size: 0.9em; line-height: 100%; text-transform: none }
p.white {color: #ffffff; font-size: 1.1em; line-height: 150%; text-transform: none }
p.wh {color: #ffffff; font-size: 0.5em; line-height: 100%; text-transform: none }

.table { color: #333333; font-size: 0.9em; line-height: 100%; text-transform: none }

p.grey { color: #333333; font-size: 80%; line-height: 100%; text-transform: none }

a {	color: #f15a22;	font-size: 100%; font-weight:bold; text-decoration:  none }
a:Hover { color: #f15a22; font-weight:bold; text-decoration: underline }

a.foot {	color: #00448f;	font-size: 80%; text-decoration:  none }
a.foot:Hover { color: #00448f; text-decoration: underline }

a.about {	color: #ef3f34;	font-size: 90%; font-weight:bold; text-decoration:  none }
a.about:Hover { color: #ef3f34; font-size: 90%; font-weight:bold; text-decoration: underline }

a.nav {color:#ffffff; font-weight:bold; text-decoration:none; font-size:80% }
a.nav:Hover{ color:#333333; font-weight:bold; text-decoration:underline; }

a.navf {color:#333333; font-weight:bold; text-decoration:none; font-size:80% }
a.navf:Hover{ color:#333333; font-weight:bold; text-decoration:underline; }

ol, ul
    { color:#000000; font-size: 100%; line-height: 120%; font-weight:bold; }

ul.serv
    { color:#AF170D; font-size: 120%; line-height: 130%; font-weight:bold; }

ul.projects
    { color:#AF170D; font-size: 90%; line-height: 100%; font-style:bold; margin-left:0px; text-indent: 0px;   }

ul.services1
    { color:#AF170D; font-size: 100%; line-height: 100%; font-style:normal; }

ul.home
    { color:#AF170D; font-size:  100%;	line-height: 190%; font-weight:bold; }

h1 { color: #f15a22; font-size: 170%; font-weight:bold; line-height: 100%; margin-bottom:10px }
h2 { color: #f15a22; font-size: 150%; font-weight:bold; line-height: 100%; margin-bottom:10px }
h3 { color: #f15a22; font-size: 130%; font-weight:bold; line-height: 100%; margin-bottom:10px }
h4 { color: #ffffff; font-size: 120%; font-weight:bold; line-height: 110%; margin-bottom:10px }
h5 { color: #f15a22; font-size: 150%; font-weight:bold; line-height: 100%; margin-bottom:10px }
h6 { color: #333333; font-size: 150%; font-weight:bold; line-height: 100%; margin-bottom:10px }

/* Footer Text */	
p.FooterAddress { color: #000000; font-size: 100%; text-decoration: none; font-weight:bold }
p.Footerfsa { color: #ffffff; font-size: 80%; text-decoration: none; font-weight:bold }
p.blue { color: #333333; font-size: 100%; text-decoration: none; font-weight:normal }

.flr {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}