/* CSS Document */

html {
font-size:90%;
height:100%;
}

body {
	background-color: #555555;
	background-image: url(images/black_bg.jpg);
	background-repeat:repeat-x;
	border-left:0px solid #996633;
	font:0.85em/1.333 verdana, "trebuchet MS", helvetica, sans-serif;
	color:#000;}

a {
	color: #003366;}

a:hover {
	text-decoration:none;
	color:#8B2323;}
	
.clear {
	clear: both;
	margin-top:5px;
}	

.table {
margin-left:100px;
margin-right:100px;
line-height:150%;
}

.blue_text {
color: #003366;
}

.red_text {
color: #FF0000;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size:1.75em;
	color:#000;
	font-weight: bold;
	padding-bottom:.3em;
	padding-top:.3em;
	background-color:#FFCC33;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
	}
	

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: normal;
	font-size:1.25em;
	color:#000;
	font-weight: bold;
	text-align: center;
	padding-top:10px;
	}
	
h3 {
font-size:1.2em;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-style:normal;
text-decoration: none;
text-align:center;
}
	
#header {
	width:980px;
	height:191px;
	background-color:#fff;
	border-bottom:2px solid #FFCC33;
	background-image: url(images/checkered_2.jpg);
	background-repeat: no-repeat;
	margin:0;
}

#black_banner {
background-color:#000000;
color:#FFFFFF;
text-align:center;
font-size:16px;
height:45px;
}

#container {
	margin:0 auto;
	padding:0px;
	background-color: #333;
	background-image: none;
	background-repeat:no-repeat;
	border:6px double #666666;
	width:980px;
	min-height:100%;	
}

.list {
width:80%;
margin-left:10%;
margin-right:10%;
}

.list ul li {
list-style-image:url(images/DOT.jpg);
vertical-align: middle;
font-weight: bold;
font-size:1em;
margin-bottom:20px;
}

#content {
width:100%;
height:auto;
}

#leftCol {
float : left;
width : 245px;
margin : 0 0 5px 0;
padding : 5px;
color : #000;
text-align:center;
background-color : #fff;
border:0px solid #000;
height:100%;
}

#leftCol p {
text-align: center;
margin-left:15px;
margin-right:15px;
font-weight:bold;

}


#rightCol {
    float:left;
	margin-left:10px;
	width:705px;
	padding:5px;
	margin-right:0px;
	background-color:#FFFFFF;
	height:100%;
}


#rightCol p {
	text-indent:0;
	text-align: left;
	line-height:140%;
	margin-left:20px;
	margin-right:20px;	
}

.location {
border:1px solid #666;
padding:3px;
}
	
.location_image {
width:300px;
float:left;
margin-left:24px;
height:auto;
margin-top:30px;
}

.location_info {
width:255px;
float:left;
margin-left:55px;
margin-top:5px;
text-align:left;
border:0px solid #993300;
}

img {
border:none;
}

/****images****/


.pdf {
vertical-align:middle;
}

.img_left {
float:left;
margin-right:10px;
margin-left:12px;

}

.img_right {
float:right;
margin-left:10px;
margin-right:12px;
margin-bottom:24px;
}

#footer {
width:980px;
	clear:both;
	color: #333;
	background-color:#FFFFFF;
	text-align: center;
	height: auto;
	margin:0 auto;
	border-top:1px solid #333;
	border-left:0px solid #000;	
	border-right:0px solid #000;
	border-bottom:0px solid #000;
	padding-top:10px;
	padding-bottom:15px;
}

#footer p {
color:#003300;
font-size:.85em;
text-align:center;
}

.designer {
text-align:center;
color:#fff;
font-size:.85em;
padding-top:15px;
}

.designer a {
color: #fff;
}