@charset "windows-1252";
					   

 /* commented backslash hack \*/ 
 html, body{height:100%;} 
 /* end hack */

#outer {
    min-height:100%;
    height:auto;
    width:200px;
}
    
* html #outer {
    height:100%;
}
    
html, body {
    margin:0em;
    padding:0;
    color:#EEEEEE;
    background-color: #111111;
}

body { 
	font: 12pt/16pt arial; 
	color: #555753; 
	margin: auto 0pt;
	height: 100%; 
	max-height: 100%; 
	text-align: center;
}
	
div {
	font: 8pt/13pt arial; 
}
	
p { 
	font: 12pt/16pt arial; 
	margin-top: 0px; 
	text-align: justify;
}

p.smallLineSpace { 
	font: 8pt/10pt arial; 
	margin-top: 0px; 
	text-align: justify;
}

ul {
	float:right;
	width:100%;
	position:relative;
	padding:0;
	margin:0;
	list-style-type: none;
}

hr {
	background: #111111;
	color: #111111;
	height: .5px;
	border: none 0; 
	border-top: 	1px dashed #666666;
}

.subtle {
	font-size: 10px;
	color: #999999;
}

.service {
	font-size: 9px;
	color: #999999;
}

.attention 
{
    color: #FFCC00;
}
a {
	color: #EEE;
}

a:hover {
	color: #9685BA;
}
h1,h2,h3,h3,h5,h6 {
	color: #FFF;
}
.classImage {
	margin: 17px 0 0 0;
}

		/**************************************/
				/* Navigation */  
		/**************************************/
		
.navigation a {
	float:right;
	width:6.52em;
	height:23px;
	text-align: center;
	background-image: url('images/navigation.jpg');	
	font-family:arial;
	text-decoration:none;
	color:white;
	background-color:#666666;
	padding:0.0em 0.0em 0.0em 0.5em;
	outline: none;
	/*border-right:1px solid white;*/
}

.navigation a:hover {
	background-color:#333333;
}

.navigation a:link { 
	font-weight: normal;
	text-decoration: none; 
	color: #AAAAAA;
}

.navigation a:visited {
	text-decoration: none; 
	color: #D4CDDC;
}

.navigation a:hover, .navigation a:active { 
	text-decoration: none; 
	color: #9685BA;
}	

ul.ulNav {
	float:right;
	width:100%;
	position:relative;
	padding:0;
	margin:0;
	list-style-type: circle;
}

li.liNav {
	display: inline
}

.content A:link {
	text-decoration: none; 
	color: #BBBBBB;
	text-decoration: underline;
}

.content A:visited {
	text-decoration: none;
	color: #BBBBBB;
	text-decoration: underline;
}

.content A:active {
	text-decoration: none;
	color: #BBBBBB;
}

.content A:hover {
	text-decoration: none;
	color: #BBBBBB;
}


		/**************************************/
				/* Specific Divs */  
		/**************************************/

#container {
	width: 600px;
	height: auto;
	position: relative;
	background: #333333; 
	border: #111111 1px solid;
	margin: 0 auto;
	font: 8pt/16pt arial; 
	text-align: left;
}  
	
#header {
	height: 65px;
	width: 570px;
	margin: 0 auto;
}
	
img.header{
	position:relative;
	left:120px;
	top:15px;
}
	
#navigation {
	width: 600px;
	height:23px;
	margin: 0 auto;
	border-bottom: #444444 1px solid;
	border-top: #444444 1px solid;
	background-image: url('images/navigation.jpg');	
	background-repeat: repeat-x;
}

#intro {
	width: 600px;
	height: 63px;
	margin-top: 10px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
	background: #333333;
	text-align: center;
}

#middle {
	margin: 10px auto;
	margin-left: 30px;
	margin-right: 30px;
	height: 100%;
	overflow: hidden;
	color: #999999;
	font: 8pt/16pt arial;
}

#flashcontent {
	margin: 10px auto;
	margin-left: 30px;
	margin-right: 30px;
	height: 100%;
	text-align: center;
}

#outro {
	width: 600px;
	height: 110px;
	margin: 0 auto;
	text-align: center;
	clear:both;
	position: relative;
	display: table-cell;
	vertical-align: middle;	
	color: #BBBBBB;
	font-size: 12px;
}

.imageRow {
	margin: 10px auto;
	margin-bottom: 30px;
	height: 100%;
	overflow: hidden;
	text-align: center;
	clear:both;
}
	
#footer {
	width: 600px;
	height:23px;
	margin: 0 auto;
	text-align: center;
	clear:both;
	bottom: 0;
	font: 8pt/16pt arial;  
}

#extra_left{
width: 45%;
padding: 10px;
text-align: justify;
float: left;
}

#extra_right{
width: 45%;
padding: 10px;
text-align: justify;
float: right;
}

/*****************************************/
		/*Page Specific Styles*/
/*****************************************/

img.bio {
	float:right;
	margin: 0px 0px 15px 20px;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
