﻿body { 
font-family: Arial, sans-serif; 
line-height: 1.4;
font-size: 12px;
background: #FFFFFF;
margin: 0;
padding: 0;
}

a { color:blue; text-decoration: none;}
a:hover { text-decoration: underline; }
h1 { margin: 0; padding: 0; }
h2 { margin: 0; padding: 0; }

h2 {
	color: black;
	font-size:20px;
	font-weight:bold;
}
h3 {
	color: black;
	font-size:20px;
	font-weight:bold;
}
h4 {
	color: black;
	font-style:italic;
	font-size:18px;
	font-weight:normal;
	background-color:darkgray;
}
h5 {
	color: black;
	font-size:18px;
	font-style:italic;
}

h6 {
	color: black;
	font-weight:bolder;
	font-size:16px;
	font-weight:normal;
	background-color:#CCCCCC;
	
}

p {
	
	color: black;
	font-size: 16px;
}

table, th, td {
	text-align:left;
    border-bottom: 1px black solid;
    font-size:16px;
    font-weight:bold;
    padding: 10px;
}

#center-p {
	text-align: center;
}
div.borderbox 
{
	border: medium black;
}
div.left
{
clear:both;
float:left;
width:160px;
margin-top:15px;
padding:1em;
font-size:18px;
font-weight:bold;
border-bottom:thick,gray,solid;
}

div.right
{
margin-left:190px;
border-left:1px solid gray;
border-bottom:thick,gray,solid;
margin-top:15px;
padding:1em;
}

.advertising {
	}

.column-left{ float: left; width: 25%; }
.column-right{ float: right; width: 25%; }
.column-center{  }

.contact ul {
	
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#wrap { 
width: 800px;
margin: 20px auto;
}

#header {
height: 140px;
background: url("images/blheader2.jpg") no-repeat;
}
#header h1 {
margin: 0;
padding: 35px 0 0 30px;
font-weight: 100;
font-size: 40px;
letter-spacing: -2px;
}
#header h1 a { text-decoration: none; color: #fff; }
#header h1 a:hover { text-decoration: none; border-bottom: 1px solid #F9F7ED; }

#header h2 { padding: 0 0 0 30px; margin: 0; color: #fff; font-weight: 100; font-size: 25px; }

#menu {
background: url("images/blmenu.jpg") no-repeat;
height: 30px;
line-height: 30px;
}

#menu ul {
list-style-type: none;
margin: 10;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: black;
font-size: 14px;
font-weight: 550;
}
#menu ul li a:hover {
color: #fff;
background: url("images/blmenuover.png") repeat-x;
}
#contentwrap {
background: url("images/blcontent.jpg") repeat-y;
padding: 15px 20px 15px 30px;
}

#content {
float: left;
width: 520px;
}
#content h2 {
margin: 0;
color: #1f1f1f;
line-height: 30px;
font-size: 17px;
font-weight: 100;
}

#content p { padding: 0 0 12px 0; color: #232323;}
#content ul { padding: 0 20px 10px 30px;  }



#sidebar {
float: right;
width: 210px;
}

#logo {
	float: right;
	padding:10px;
	text-align:center;
}
#photo {
	text-align: center;
	padding:10px;
}

#spotlight {
background: url("images/spotlight.jpg") no-repeat;
	text-align: center;
	font-size: large;
}

#sidebar h3 {
background: url("images/blsidebarh3.jpg") no-repeat;
height: 30px;
line-height: 30px;
font-weight: 600;
font-size: 12px;
margin: 0; padding: 0 0 0 10px; 
color: #fff;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
padding: 10px 0 25px 10px;
margin: 0;
list-style-type: none;
}

#sidebar ul li {
background: url("images/bullet.jpg") no-repeat center left;
padding: 2px 0 2px 25px;
}

#footer { 
text-align: center;
color: black;
font-size: 12px;
background: url("images/blfooter.jpg") no-repeat;
height: 70px;
line-height: 70px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }







