body {
	font-size: 12px;
	margin: 0px;
	color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	background-color: #000000; 
}

h1 {
	color:#CC0000;
	font-size:14px;
}

h2 {
	color:#CC0000;
	font-size:12px;
}

.center {
	text-align: center
}

a:link {
	font-size: 12x;
	font-weight: regular;
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	font-size: 12x;
	font-weight: regular;
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-weight: regular;
	color: #CC0000;
	text-decoration: underline;
}

/* Top Menu */

#topMenu {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	margin-left: 0px;
	padding-left: 0px;
}

#topMenu ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
} 

#topMenu ul li {
	padding: 1px 7px;
	border-left: 1px solid #ffffff;
	list-style: none;
	display: inline;
}

#topMenu ul li.first {
	margin-left: 0px;
	border-left: none;
	list-style: none;
	display: inline;
}


#topMenu a:link {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none
}

#topMenu a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none
}

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


#leftMenu {
	width: 189px;
	background-color: #1e0000;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
}

/* Left Menu */

#leftMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#leftMenu li {
	border-bottom: 1px dashed #ffffff;
	margin: 0px;
}

#leftMenu li a:link {
	display: block;
	padding: 6px 10px 6px 10px;
	background-color: #1e0000;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
}

#leftMenu li a:visited {
	display: block;
	padding: 6px 10px 6px 10px;
	background-color: #1e0000;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
}

#leftMenu li a:hover {
	background-color: #CC0000;
	color: #ffffff;
}

.menuTitle {
	padding: 15px 8px 10px 8px;
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dashed #ffffff;
}

.alert {
	font-weight: bold;
}

/* forms */

/* submit form box styling */
.submitForm {
	margin: 0.5em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	width: 450px;
	background-color: #1e0000;
}

form p {
  position: relative;
	width: 100%;
}

/* style for  labels */
label {
	float: left;
	width: 10em;
}

.highlight {
	background-color: #00FF33; color: #000000;
}

