@charset "UTF-8";

/*********//*********//*********
MISC
/*********//*********//*********/
	
hr {
	border: 1px solid #000000;
	}
	
/*********//*********//*********
fonts
/*********//*********//*********/
	
p {
	color:#666;
	font-family:sans-serif;
	margin-top:0pt;
	line-height:15pt;
	}
	
h1 {
	color:#608b99;
	font-family:sans-serif;
	font-weight:lighter;
	margin-top:0pt;
	margin-bottom:5pt;
	font-size:25pt;
	}
	
h2 {
	color:#608b99;
	font-family:sans-serif;
	font-weight:lighter;
	margin-top:0pt;
	margin-bottom:5pt;
	font-size:15pt;
	}

/*********//*********//*********
LINKS
/*********//*********//*********/

a {
	font-family: sans-serif;
	color:#666666;
	text-decoration:none;
	}

a:hover {
	font-family: sans-serif;
	color:#000000;
	}
	
/*********//*********//*********
IMAGES
/*********//*********//*********/
	
img.floatLeft { 
	padding:0 10px 2px 0;
    float: left; 
	}
	
img.floatRight { 
	padding:0 0 2px 10px;
    float: right; 
	}
	
img {
	margin:0 0 3px 0;
	}
	
/*********//*********//*********
MAINSTAGE CONTENT
/*********//*********//*********/

/*dropshadow box*/
.center #container {
	position:static;
	width: 900px;
	height:100%;
	margin: 0 auto;
	padding-bottom:0px;
	background-color:; /** none **/
	text-align: left; 
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000; /** k **/
	text-align: center;
	color: #000000;
	background-image:url(../img/bg_lines.jpg);
	background-repeat:repeat;
	}
	
.mainstage {
	position:static;
	width: 800px;
	height:100%;
	margin-left:50px;
	background-color:; /** none **/
	text-align: left; 
	}	
	
/**************************
HEADER
***************************/

.header {
	width:800px;
	height:auto;
	background-color:; /* none */
	margin-bottom:15px;
	}
	
#logo {
	width:180px;
	height:120px;
	background-color:#FFFFFF;
	float:left;
	clear:right;
	}
	
#spacer {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	width:510px;
	height:30px; /* auto */
	margin-left:290px;
	margin-bottom:70px;
	}
	
#menu {
	font-size:10pt;
	position:relative;
	width:510px;
	height:20px;
	margin-left:290px;
	margin-bottom:15px;
	background-color:;
	}
	
/**************************
Main content
***************************/

.mainphoto {
	position:static;
	width:770px;
	height:370px;
	padding:15px;
	background-color:#FFF; /* white */
	margin-bottom: 15px;
	}
	
.maintext {
	width:800px;
	height:auto;
	margin-bottom: 15px;
	background-color:#FFFFFF;
	}
	
.maintext a {
	color:#608b99;
	}
	
.maintext a:hover {
	color:#000000;
	}

#leftbar {
	
	font-family:Arial, Helvetica, sans-serif;
	width:515px;
	height:auto;
	padding:15px;
	background:url(img/bg_leftbar.jpg) left top repeat-y;
	background-color:#FFF; /*  */
	float:left;
	clear:right;
	}
	
#rightbar {
	position:relative;
	width:210px;
	height:auto;
	padding:15px;
	margin-bottom:15px;
	margin-left:560px;
	background-color:#FFF; /*  */
	background:url(img/bg_rightbar.jpg) left top repeat-y;
	}
	
#rightbar p {
	font-size:11pt;
	color:#608b99;
	line-height:12pt;
	}
	
/*********//*********//*********
FORMS
/*********//*********//*********/
	
.textfield {
	background-color:#CCFFFF;
	}
	
/*********//*********//*********
FOOTERS
/*********//*********//*********/
	
.footerclear {
	clear: both;
	width:800px;
	}
	
#footer {
	padding:5px 0 5px 0;
	position:relative;
	bottom:auto;
	margin-bottom:15px;
	width:800px;
	color:#CCCCCC;
	background-color:#608b99;
	font-size:10px;
	font-family:sans-serif;
	text-align:center;
	}
	
#footer p {
	margin-top:0;
	margin-bottom:5px;
	}
	
#footer a {
	font-family: sans-serif;
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none;
	}
#footer a:hover {
	font-family: sans-serif;
	font-size:10px;
	color:#CCFFFF;
	}