@charset "utf-8";
/* CSS Document */

/* Font Definitions */
@font-face
	{font-family:"Arial Black";
	panose-1:2 11 10 4 2 1 2 2 2 4;}
@font-face
	{font-family:"Trebuchet MS";
	panose-1:2 11 6 3 2 2 2 2 2 4;}
@font-face
	{font-family:"Times New Roman";
	panose-1:2 2 6 3 5 4 5 2 3 4;}
@font-face
	{font-family:Arial;
	panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
	{font-family:Verdana;
	panose-1:2 11 6 4 3 5 4 4 2 4;}

body{
	color:#333333;
	background:#ffffff url(images/skyline.jpg) repeat-x;
	}

#head{

	}
	
.sitemap {
	font-size: large;
	}

.thispagetitle {
	font-weight:bold;
	font-size:24px;
	font-style:oblique;
	color:#0000ff;
	}
		
.thispagetitlesep {
	color: #990000;
	size:10;
	}
	
a {
	color:#000099;
	font-weight:bold;
}

a:hover {
	color:#000033;
	font-weight:bold;
}

#top .post_title a{
	color:#333333;
	}
	
.breadcrumb{
	font-size:10px;
	right:auto;
	line-height:12px;
	position:relative;
	top: auto;
	width: inherit;
	border:#CC0000;
	background-color:#a4acc1;
	}

.breadcrumb a{
	text-decoration:none;
	}
	
.headtext	{
	color:#CC0000;
	font-size:18px;
	font-weight:bold;
	background:#FFFFFF;
	text-align:center;
	}

.combobox {
	background-color: #FFFFFF;
	color: #0066CC;
	font-size: 10pt;
	font-family: arial;
	font-style: italic;
	} /*stylesheet for the sitemap box*/

#footer, 
#respond{
	border-top:5px solid #c4c4c4;	
	}

.floatleft{
	float:left;
	}

.floatright{
	float:right;
	}
	
.clearboth{
	clear:both;
	}
	
.alignleft{
float:left;
margin:0px 10px 10px 0pt;
overflow:hidden;
max-width:588px;
}

.alignright{
float:right;
margin:0px 0pt 10px 10px;
overflow:hidden;
max-width:588px;
}

.aligncenter{
clear:both;
display:block;
margin:0pt auto 1.5em;
overflow:hidden;
max-width:588px;
}

#top .sidebar{
	margin-right:70px;
	width:260px;
	}
	
.sidebar{
	float:left;
	margin-right:20px;
	overflow:hidden;
	position:relative;
	width:200px;
	margin: 5px;
	border-color:#333333;
	border-width:thick;
	}
	
.infobx{
    float:left;
	margin-right:20px;
	overflow:hidden;
	position:relative;
	width:300px;
	margin: 5px;
	border:thick #666666 inset;
	}

.bximg{
	background-color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:middle;
	padding: 5px;
	height: 20px;
	margin: 5px;
	}

#footer{
	clear:both;
	margin:20px 0 0 0;
	padding:2px 0 20px 0;
	width:100%;
	text-align:center;
	font-size:11px;
	float:left;
	}
