body {
	background-color: #FFCF52;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

#page {
	background: url(../img/page_bkg.gif) left top repeat-y;
}


#nonFooter {
	background: url(../img/content_bkg.jpg) left 222px no-repeat;
}

#header {
	
}

#mainlink {
	width: 660px;
	height: 70px;
	background-color: green;
}

#mainlink a {
	display: block;
	height: 70px;
}

#search {
	display: none;
	width: 300px;
	margin-left: 500px;
	vertical-align: middle;
	text-align: right;
}

#search input.text {
	border: 2px solid #CCCCFF;
	padding: 2px;
}

#search input.button {
	border: 2px solid #CCCCFF;
	padding: 2px;
	font-weight: bold;
	background-color: #FFFFFF;
}

#content {
	/**/
	/*background-color: green;*/
}

#contentSub1 {
	/*background-color: #08826B;*/
	color: #FFF;
}

#contentSub1 h1 {
	font-size: 14px;
	padding: 10px;
}

#contentSub1 .divider {
	display: block;
	height: 1em;
	margin: 0;
	border-bottom: 1px dotted #FFF;
}

#contentSub1 p {
	font-size: 10px;
	margin: 2px;
}

#loginbox {
	/*background-color: #666666;*/
	/*border-top: 1px dotted #FFF;*/
}

#loginbox a {
	color: #333399;
	text-decoration: none;
}

#loginbox a:hover {
	color: #3366FF;
	text-decoration: underline;
}
#loginbox input.text {
	border: 2px solid #CCCCFF;
	padding: 2px;
	width: 200px;
	margin: 2px;
	font-size: 10px;
}

#loginbox input.button {
	margin: 2px;
	border: 2px solid #CCCCFF;
	padding: 2px;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 10px;
}

#contentSub2 {
	display: none;
	/*background-color: #99FF00;*/
	color: #FFF;
}

#contentSub2 .divider {
	display: block;
	height: 2em;
	border-bottom: 1px solid #CCCCCC;
}

#contentSub2 h1 {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}

#contentMain {
	/*background-color: white;*/
}

#contentMain h1 {
	font-size: 34px;
	font-weight: bold;
	text-align: right;
	color:#FF0202;
	margin-bottom: 2em;
}

#errormsg {
	/*background-color: red;*/
	margin-bottom: 1.5em;
	padding: 1em;
}
#errormsg fieldset {
	padding: 1em;
}

#errormsg p {
	color: red;
}

#systemmsg {
	margin-bottom: 1.5em;
}

#systemmsg fieldset {
	padding: 1em;
}

#contentMain h1 {
	margin: 0.5em 0 2em 0px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

#contentMain h1.emphasized {
	text-align: center;
	color: #266F26;
}

#contentMain h2 {
	padding-bottom: 1.5em;
	color: #048519;
}

#contentMain h3 {
	color: #333344;
	font-weight: bolder;
	font-size: 14px;
}


#contentMain p {
	/*line-height: 2em;*/
	padding-bottom: 1.5em;
}

#contentMain p.strong {
	font-weight: bold;
}

#contentMain p.emphasized {
	color: #048519;
	font-size: 14px;
	font-weight: bold;
	/*padding-top: 0.5em;
	margin-left: -10px;
	margin-right: -10px;*/
}

#contentMain input {
	/* width: 330px */;
}


/* loginMenu rules */
#loginMenu {
	list-style: none;
	width: 150px;
	display: block;
	margin: 0 auto;
	
	/*background-color: #00FF00;*/
}

#loginMenu a {
	color: #00CCFF;
}

/* mainMenu rules */
#mainMenu {
	list-style-image: url(../img/mainmenu_dot.gif);

	list-style-position: inside;
	color: #FFF;
	margin: 0 10px 10px 0px;
	font-size: 14px;
	line-height: 2em;
}

#mainMenu li {
	color: #FFF;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #FFCF52;
}

#mainMenu li a{
	color: #FFF;
	text-decoration: none;
}

#mainMenu li a:hover {
	color: #FFCC00;
	text-decoration: none;
}


#mainMenu span.divider {
	display: inline;
	font-style: italic;
	border: none;
}

#footer {
	background: url(../img/footer_bar.jpg) left top no-repeat;
}

#footer p {
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}


.gridtable th {
	padding: 5px;
	background-color: #CC3300;
}

.gridtable td {
	padding: 2px;
}

.tablerow1 {
	background-color: #FFCC66;
}
.tablerow2 {
	background-color:#CCCC99;
}
