/* ProfessionalChoice
	Developed by Chris Roberts of Lucky Pro
	Modified, January 2008 */

body {
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-position: top middle;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0 0 20px 0;
	text-align: center;
	line-height: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	color: #3081b9;
}

a {
	color: #B91111; 
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

	
.bold {
	font-weight: bold;
	font-size: 16px;
}

.bold-u {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

.small {
	font-size: 12px;
}

.smallblack {
	font-size: 12px;
	color: #000000;
}

.smallgrey {
	font-size: 12px;
	color: #888888;
}

.image-align-right {
	border: 0;
	margin: 0 0 10px 20px;
}

.image-align-left {
	border: 0;
	margin: 0 20px 10px 0;
}


#container {
	background-color: #FFFFFF;
	width: 860px;
	margin: 20px 0 0 0;
	padding: 20px;
	text-align: left
}

#footer {
	border: 0px solid #000;
	background-color: #E80000;
	width: 840px;
	clear: both;
	margin: 0px;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
}

#header {
	border: 0px solid #000;
	background-color: #DDDDDD;
	width: 860px;
	margin: 0px;
	padding: 0px;
}

#content {
	border: 0px solid #000;
	background-color: #FFFFFF;
	width: 840px;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	text-align: justify;
}

#content2 {
	border: 0px solid #000;
	background-color: #FFFFFF;
	width: 580px;
	float: left;
	margin: 0px 0 10px 0;
	padding: 0 20px 0 10px;
	text-align: justify;
}

#rightcol {
	border: 0px solid #000;
	background-color: #D6C8AB;
	width: 230px;
	float: right;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

/* Footer Navigation */
#navcontainer {
   clear: both;
   width: 860px;
   height: 50px;
   text-align: center;
   background-image: url(images/nav_bg.jpg);
}

#navcontainer ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
#navcontainer ul li  {
   margin: 0;
   padding: 5px 0 15px 0;
   display: block;
   width: 20%;
   float: left;
}
#navcontainer ul li a  {
   display: block;
   color: #000;
   text-decoration: none;
   font-weight: bold;
}

#navcontainer ul li a:hover  {
   text-decoration: underline;
}

#navcontainer2 {
	clear: both;
	width: 860px;
	height: 80px;
	padding: 15px 0 0 0;
	text-align: center;
	background: url(images/footer_bg.jpg) center bottom no-repeat;
}

#navcontainer2 ul {
   margin: 0;
   list-style: none;
}
#navcontainer2 ul li  {
	margin: 0;
	padding: 8px 0 0 0;
	display: block;
	width: 20%;
	float: left;
}
#navcontainer2 ul li a  {
   display: block;
   color: #000;
   text-decoration: none;
   font-weight: bold;
}

#navcontainer2 ul li a:hover  {
   text-decoration: underline;
}


.largewhite {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

.sidebarul {
	margin: 15px;
	padding: 0;
	text-align: left
}