/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  	height: 99%;
  	margin-bottom: 1px;
}

form {
  	margin: 0;
  	padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.2;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	background: #000000;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #ffc000;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;
}

img { 
	border: 0px; 
}

#SubmitError {
	font-size: 12px;
	color: red;
}

#page_bg {
	border: 0px solid purple;
}

#wrapper {
	background: #000000;
}

#global_wrapper {
	border: 0px solid black;
	vertical-align: top;
	width: 900px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background: #000000;
	height: auto;
}



#Header a {
	font-weight: Bolder;
	font-family: Verdana;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}

#Header {
	border: 0px solid #ffffff;
	background: #c00000;
	padding-left: 0px;
	vertical-align: top;
	font-family: Times New Roman;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	line-height: 55px;
	width: 900px;
	height: 80px;
	float: left;
	color: #ffc000;
	padding-bottom:26px;
}

#HeaderIn {
	border: 5px dashed #FFC000;
	padding-top: 20px;
	height: 76px;
	width: 890px;
}

#Menu {
	width: 898px;
	height: 30px;
	float: left;
	background: #000000;
	color: #ffffff;
	border: 1px solid #333333;
	text-align: center;
}


#MainBody {
	float: left;
}

.LeftCell,
.RightCell {
	border: 1px solid #333333;
	background: #000000;
	padding: 5px;
	color: #ffffff;
}

.CenterCell {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	padding: 5px;
	color: #ffffff;
}

#LeftColumn {
	vertical-align: top;
	width: 100%;
	padding: 5px;
	margin: 0px;
	color: #ffffff;
}

#CenterColumn {
	vertical-align: top;
	width: 100%;
	padding: 5px;
	margin: 0px;
	color: #ffffff;
}

#RightColumn {
	border: 0px solid purple;
	vertical-align: top;
	width: 100%;
	padding: 5px;
	margin: 0;
	color: #ffffff;
}

#LeftColumn a,
#LeftColumn a:visited,
#CenterColumn a,
#CenterColumn a:visited,
#RightColumn a,
#RightColumn a:visited {
	font-size: 13px;
	line-height: 16px;
	text-decoration:none;	
}

#LeftColumn a:hover,
#CenterColumn a:hover,
#RightColumn a:hover {
	text-decoration:underline;	
}

.ContentBody  p,
.ContentBody  p span,
.ContentBody {
	color: #ffffff;
}

.Notification,
.notification {
	color: red;
}

.BadMessage {
	color: red;
}

.GoodMessage {
	color: green;
}

.Title {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #C00000;
}
.LeftTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #C00000;
}

.RightTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #C00000;
}

.Title2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
}

