@charset "UTF-8";

/*********//*********//*********
MISC
/*********//*********//*********/
	
hr {
	border: 1px solid #000000;
	}

td {
	padding:1px;
	}

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

a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#330000;
	text-decoration:none;
	
	}

a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	
	}
	
/*********//*********//*********
IMAGES
/*********//*********//*********/
	
img.floatLeft { 
	padding:0 10px 2px 0;
    float: left; 
	}
	
img.floatRight { 
	padding:0 0 2px 10px;
    float: right; 
	}
	
img.border {
	border:solid #000000 medium;
	}
	
/*********//*********//*********
FONTS
/*********//*********//*********/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	letter-spacing:-1pt;
	margin-bottom:5pt;
	margin-top:0px;
	}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
/*	margin-top:0;*/
	font-size:12pt;
	color:#660000;
	line-height:14pt;
	}

/* */	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	/*margin-top:0;
	margin-bottom:0;*/
	font-size:14pt;
	color:#600;
	letter-spacing:0pt;
	line-height:10pt;
	}
	
/*  */
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin-top:0;
	font-size:9pt;
	line-height:10pt;
	color:#600;
	}
	
/*********//*********//*********
MAINSTAGE CONTENT
/*********//*********//*********/

/*dropshadow box*/
.center #container {
	
	width: 900px;
	height:auto;
	margin: 0px auto;
	padding-bottom:0px;
	background-color:; /**  **/
	text-align: left; 
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	}

body {
	margin:0px;
	background-color:#660000; /** red **/
	text-align: center;
	color: #000000;
	}
	
.mainstage {
	
	width: 800px;
	height:auto;
	margin-left:50px;
	background-color:#d2c2a1; /** tan **/
	text-align: left;
	}
	
/**************************
HEADER
***************************/

#header {
	margin:0px;
	width:800px;
	height:auto;
	background-color:#000000; /* k */
	}

/**************************
MENU
***************************/
	
#nav {
	margin:0px;
	width:auto;
	height:auto;
	background-color:#000000;
	padding: 10px 0px;
	}
	
/**************************
LEFTBAR
***************************/
	
.leftbar {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:20px 0px 20px 20px;
	width:245px;
	height:auto;
	float:left;
	clear:right;
	
	}


/**************************
RIGHTBAR
***************************/

.rightbar {
	margin:10px 0px 0px 285px;
	width:490px;
	height:auto;
	}
	
#maintext {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:15pt;
	margin-bottom:15px;
	width:450px;
	height:auto;
	padding:10px 25px 10px 10px;
	}
	
/*********//*********//*********
FORMS
/*********//*********//*********/
	
.textfield {
	background-color:#FFFFCC;
	}
	
/*********//*********//*********
FOOTERS
/*********//*********//*********/
	
.footerclear {
	clear: both;
	width:auto;
	}
	
#footer {
	padding:10px 20px;
	width:auto;
	height:auto;
	color:#FFF;
	background-color:#000;
	font-size:10px;
	font-family:sans-serif;
	text-align:left;
	}
	
#copyright {
	float:left;
	}
	
#crevin {
	float:right;
	}
	
#footer a {
	font-family: sans-serif;
	font-size:10px;
	color:#333333;
	text-decoration:none;
	}
#footer a:hover {
	font-family: sans-serif;
	font-size:10px;
	color:#666666;
	}