a{
	text-decoration: none;
	font-size: 11pt;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: black;
	font-size: 11pt;
}
body{
	background-color: #cecece;
	margin: 0pt;
	color: black;
	font-size: 11pt;
	font-family: verdana, arial, times new roman;
}

table.main{
	margin-left:auto;
	margin-right:auto;
	width: 921;
	height: 100%;
	background-image: url(../images/background.jpg);
}

table{
	color: black;
	font-size: 11pt;
	font-family: verdana, arial, times new roman;
	margin-left:10px;
}

td.header{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	padding-top: 93px;
	padding-left: 110px;
	height: 160px;
}

input{
	border: 1px solid #000;
	width: 250px;
	height: 18px;
	padding: 1px;
}

SELECT {
	border: 1px solid #000;
	width: 250px;
	height: 18px;
	padding: 1px;
}

#total {
	width:820px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: top center;
}

#mainBody{
	position: absolute;
	width:600px; 
	z-index:1; 
	margin-left:140px; 
	top:130px;
}

#main{
	height: 200px;
	width: 650px;
	overflow-y: none;
	overflow-x: none;
	left: 20px; 
	padding-right: 20px;
	padding-top: 10px;
	text-align: justify;
}

#menuLeft{
	width:100px; 
	z-index:1; 
	margin-left:-30px; 
	margin-top:50px;
	color: #FFFFFF;
}

#menuBar{
	margin-top: -67px;
	margin-left: 85px;
	z-index: 2;
	font-size: 9pt;
}

.menuItem{
	border: 0px;
}


/********************
 *    	MENU       *
 ********************/
.activepage{
	color: #999999;
}

/********************
 *    LOGIN FORMS   *
 ********************/
#login{
	top: 80px;
	left: 450px;
	width: 470px;
	z-index: 2;
	font-size: 9pt;
	text-align: right;
	
}

.loginbox, .registerbox {
	font-size: 9pt;
	width: 80px;
	background-color: #CCCCCC;
	border: 2px solid #333333;
	color: #4b4b4b;
	padding: 2px;
	cursor: text;
}

.loginbox:hover, .registerbox:hover {
	border: 2px solid #eaeaea;
}

.loginbox:focus, .registerbox:focus {
	border: 2px solid #eaeaea;
	
}

.logincheckbox, .registercheckbox {
	width: auto !important;
	vertical-align: middle;
	cursor: pointer;
}

.loginbutton, .registerbutton {
	background: #333333 none repeat-x top;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

#logoptions{
	font-size: 7pt;
}

/********************
 *       NOTICE     *
 ********************/

#notice{
	background-color: #D6D6D6;
	text-align: center;
	color: #990000;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px;
	border: dashed 1px #000066;
	margin-bottom: 10px;	
}
 

