﻿

body
{
	  text-align:center;
  padding: 0;
  margin: 0, auto; 
  font-family:Verdana;
  font-size:11px;
  padding-top:10px;
}

.header { background-color:#67001E; width:150px; text-align:center; cursor:pointer }
.header1 { background-color:#67001E; width:150px; text-align:center; color:#ccc;}
.headerOver { background-color:#000000; width:150px; text-align:center; cursor:pointer; border-top: 1px solid #67001E; border-bottom: 1px solid #BABABA; }
#container
{
  text-align:center;
  padding: 0;
  margin: 0 auto; 
  width:900px;
}
#poweredby
{
		background-image:url('../images/logo.jpg');
		height:80px;
		background-repeat:no-repeat;
		background-color:#fff;
		text-align:right;
		padding-top:20px;
		width:auto;
		
		clear:right;
}
#diamond
{
		background-image:url('../images/diamondsystem.jpg');
		height:30px;
		background-repeat:no-repeat;
}

#logo
{
	text-align:left;
	width:900px;
}
#content
{
		width:900px;

}
#bottom
{
	width:900px;
	background-image:url('../images/bottom_bg.jpg');
	height:27px;
	background-repeat:repeat-x;
}

#bottom_content
{
	padding-top:5px;
	color:#315171;
}
#menu
{
	width:900px;
	background-image:url('../images/menu_bg.jpg');
	height:49px;
	background-repeat:repeat-x;	
}
#nav
{
	list-style:none;
	float:left;
		margin-left:0px;
}


#nav li 
{
	padding-left:0px;
	margin-left:0px;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	width:177px;
	height:32px;
	padding: 17px 0 0 0;
	color:#fff;
		text-decoration:none;
	font-weight:bold;
	background-image:url('../images/menu_tab.jpg');
	}
	
	#nav a:link {
	float: left;
	width:177px;
	height:32px;
	padding: 17px 0 0 0;
	color:#fff;
	font-weight:bold;
	background-image:url('../images/menu_tab.jpg');
	}
	
	#nav a:hover {
	float: left;
	width:177px;
	height:32px;
	padding: 17px 0 0 0;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-image:url('../images/menu_tab_on.jpg');
	}
	

.Form_Container
{
	width:650px;
	text-align:center;
}

.Form_Container em
{
	color:Red;
}
.Form_Label
{
	width:130px;
	text-align:right;
	padding-right:3px;
}
.Form_Input_Cell
{
	width:470px;
	text-align:left;
}

.Form_Input
{
	width:300px;
}

.Form_Input_Large
{
	width:400px;
}
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

ul
{
	color:#68011E;
	margin:0px;
	text-decoration:none;
	list-style:none;
	float:left;
	width:800px;
	margin-left:0px;
}
li
{
	float:left;
	padding:0px !important;
	margin:0px !important;
	display:inline;
}

#BottomNavigation ul
{
	color:#68011E;
	margin:0px;
	text-decoration:none;
	list-style:none;
	float:left;
	width:800px;
	padding:0px;
}

#BottomNavigation li
{
	float:left;
	padding:0px;
}


