@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-position:top;
	background-color:#08244d;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

h1, h2, h3, h4 { color:#000000; }


.page h2 { font-size:24px; }

h3 { font-size:18px; }

h4 { font-size:16px; }

a {
	text-decoration:none;
	}
	
td { text-align: center; }
	
.left { float:left; }
.right { float:right; }

p { margin:0px 0px 20px 0px; }

#box {
	margin:0px auto;
	padding:0px;
	width:1000px;
	}
#header {
	width:970px;
	padding:15px;
	}
.home #header { height:135px; }
.page #header { height:100px; }
#header h1 { margin:0px; padding:0px; font-size:28px; }

.tagHouse {
	float:right;
	clear:right;
	padding:15px 0px 0px 0px;
	}
.tagOne, .tagTwo {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.tagOne {
	float:left;
	text-align:left;
	font-size:18px;
	width:500px;
	}
.tagTwo {
	float:right;
	clear:both;
	text-align:right;
	width:650px;
	font-size:24px;
	}
#nav {
	visibility:hidden;
	display:none;
	}

.logo {
	float:left;
	}
#content {
	margin:0px;
	padding:20px 40px;
	text-align:left;
	background-position:top;
	background-repeat:no-repeat;
	min-height:500px;
	line-height:1.5em;
	}
#content h1, #content h2 { margin:0px; padding:10px 0px; }
#content h2 { margin-bottom:15px; }

#content a {
	color:#0066ff;
	}
#content .left {
	width: 655px;
	}
#content .right {
	width:217px;
	}

.bioPic {
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	}
.firstPar {
	font-size:16px;
	line-height:1.5em;
	}
.floated {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px 0px 0px 18px;
	font-size:16px;
	}
.two { width:300px; }
.three { width:200px; }
.floated li {
	margin-bottom:10px;
	}
.sideBar {
	width:187px;
	padding:15px 15px 25px 15px;
	margin-bottom:5px;
	border:1px solid #cccccc;
	font-size:12px;
	line-height:1.5em;
	text-align:center;
	}
.sideBar strong {
	font-size:14px;
	}

#footer {
	clear:both;
	width:940px;
	margin:20px auto 0px auto;
	padding:10px;
	font-size:10px;
	text-transform:uppercase;
	}
#footer .left, #footer .right { width:400px; }
#footer .left { text-align:left; }
#footer .right { text-align:right; }
