/***************************************************************************
 *                                  css/style.css
 *                            ------------------------
 *   begin                : 09/18/06
 *   author               : Chad Berg
 *   email                : chad@bdhtechnology.com
 *   description          : This files contains the page styles for the entire site.
 *
 ***************************************************************************/

/* main page and link styles */
body{
	background-color: #525151;
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
	/*background:#FFF;*/
	color:#000000;
	margin:0px;
}
body,p{
	font-family: "Times New Roman", Times, serif;
	font-size:11pt;
}
a,a:visited { 
	background-color:inherit;
	color:#4f81bd;
	text-decoration:none;
}
a:hover, a:active {
	background-color:inherit;
	color:#4f81bd;
	text-decoration:underline;
}
img{
	border-style:none;
}
h2{
	margin:0;
}
.horizontalrule{
	background:url(../img/hr.png) repeat-x #ff0;
	height:6px;
	border:none;
	clear:both;
	padding:0;
}
.smallfont{
	font-size:9pt;
}
.clearfloat{
	clear:both;
}
.centermain {
	width:800;
		margin: 0 auto;
}

#mainbox {
	padding-top:4px;
	display: block;
	border: none;
width: 798px;
	/*ackground-color: #ffffff;*/
	margin: 0 auto;
}
.content, .horizontalrule, #navwrapper, #headerimg, #footer {
	width: 798px;
		margin:0 auto;
}
#headerimg {
}
#headerimgleft {
	float:left;
}
#headerimgright {
	float:right;
}
#navbar {
	background:url(../img/nav-bg.png);
}

.content-wrapper {
	background:url(../img/bg.png) repeat-x;
}
.content {
	background:#FFF;
	padding:0;
}
.content-wrapper-inside {
	padding:0 15px 14px 15px;
}


/* Copyright and bottom info */
.copyright{
	background-color:inherit;
	color:#000000; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:800; 
	font-size:12px;
}
a.copyright, a.copyright:visited{
	background-color:inherit;
	color:#000000;
	text-decoration:none;
} 
a.copyright:hover, a.copyright:active {
	background-color:inherit;
	color:#000000; 
	text-decoration:underline;
}

.profilepic {
	width:20%;
	float:left;
	padding-right:20px;
}
.profilepic p{
	font-size:10pt;
}
.profileinfo {
	float:right;
	width:75%;
}
.profileinfo ul li {
	/*list-style:none;*/
}
.profileinfo ol {
	list-style:upper-alpha;
}
.profileinfo ol ol{
	list-style:decimal;
}
.profiletitle {
	font-weight:900;
}

