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

body {
	background-color: #000000;
	margin: 0px;
}

a:hover {
	color: #E31736;
}

a:link {
	color: #C0C0C0;
	text-decoration:none;
}
a:visited {
	color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5a605d;
}
.sub-header {
	color: #5a605d;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.main-header {
	color: #5a605d; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}

input {
	border:thin; 
	border:	#5a605d;
	border-width: 1px;
	background: #D9E2DA;
}

select {
	border:thin; 
	border:	#5a605d;
	border-width: 1px;
	background: #D9E2DA;
}


/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
/*   http://www.dynamicdrive.com/style/csslibrary/item/glossy_horizontal_menu/  */

.glossymenu{
	position: relative;
	padding: 0 0 0 0px;  /*sets left boarder start for tabs*/
	margin: 0 auto 0 auto;
	height: 46px;
	list-style: none;
	background-image: url(images/menur_bg.gif);  /*tab background image path*/
	background-repeat: repeat-x;
	text-align:center;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 11px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #000;
	background: url(images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left top;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #000;
	background: url(images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.cssFloatMenu {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 646px;
}
.FlashFloatMenu {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 700px;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/* Logo Box  Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.footertext {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-align: center;
	word-spacing: 0.15em;
	letter-spacing: 0.1em;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 600px;
	padding: 1em;
}

.boldheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1em;
	font-weight: bolder;
	text-align: left;
}
