body {
	margin: 0px;
	font: normal 12px Arial;
	background:white;
	/*background:#003876;*/
	text-align: center;
	min-width: 775px;

}

h1 {
	color: red;
	font: bold 22px Arial;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px 0px 2px 0px;
}

h2 {
	font: bold 16px Arial;
	margin-bottom: 0px;
	padding: 4px 0px 2px 0px;
}

.eventInfo {
	font: normal 14px Arial;
}

.inform {
	font: bold 14px Arial;
	color: #D73647;

}

a:link {
	color:#1A5A9A;
	text-decoration: none;
}

a:active {
	color:#1A5A9A;
	text-decoration: none;
}

a:visited {
	color:#1A5A9A;
	text-decoration: none;
}

a:hover {
	color:#red;
	text-decoration: underline;
}

.footer {
	height: 20px;
	font: normal 10px Arial;
	vertical-align:middle;
	text-align:center;
	padding:3px;
}


th {
	text-align: left;
}

.header {
	height: 142px;
}

.header_text {
	font:bold 20px Arial;
}

.sub_header_text {
	font:bold 16px Arial;
	color: red;
}

.bordered_text {
	background:#E6E6E6;
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.page_text {
	font:normal 12px Arial;
}

.input {
	width: 200px;
	border: solid 1px #666666;
}

.button {
	color: white;
	font-weight:bold;
	background: #003876;
	border: solid 1px black;
	cursor: hand;		
}

#left_column {
	width:203px;

}

#getset_box {
	width:201px;
	border: solid 1px #666666;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #E6E6E6;
}

#getset_box td {
	/*font-weight:bold;*/
	color: #666666;
}

#getset_box .button {
	color: white;
	background: #666666;
	border: solid 1px black;
	cursor: hand;	
}

.getset_input {
	background: white;
	border: solid 1px #666666;
	width: 150px;
}

.mainbody_div {
	background:white;
	width:775px;
	text-align:left;
	height:100%;
	margin:0 auto;
	padding: 0px;
	
}

.mainbody {
	height:100%;
	width:100%;
}

.menu_table {
	width: 203px;
	
}

.menu_cel {

	
}

.menu_spacer {
	height:2px;
}

.spacer {
	height: 5px;
}

.page_body {
	padding:8px;
	/*width: 501px;*/
}

#subcontainer {
	border: thin solid #999;
	padding: 4px 10px 10px 10px;
}