body {
	
	background-color: #022F00;
	/*background: #CBB2D5 url(/images/bg_fade2.jpg) repeat-x;*/
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Sans Serif, Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

/*#############################*/
/* LINKS                                                                   */

a {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 12px;
	color: #0300DF;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

a:hover {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 12px;
	color: #022F00;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.leftLink {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 12px;
	color: #0300DF;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

a.leftLink:hover {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 12px;
	color: #022F00;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.leftLinkBold {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 12px;
	color: #0300DF;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

a.leftLinkBold:hover {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 12px;
	color: #022F00;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

a.footerLink {
	
	font: 11px Arial, Verdana, Sans Serif;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration:underline;
}

a.footerLink:hover {
	
	font: 11px Arial, Sans Serif, Verdana;
	color: #CFCFCF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.breadCrumbs {
	
	font: 11px Arial, Verdana, Sans Serif;
	color: #022F00;
	font-weight: normal;
	font-style: normal;
	text-decoration:underline;
	line-height: 15px;
}

a.breadCrumbs:hover {
	
	font: 11px Arial, Sans Serif, Verdana;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/*#############################*/
/* FONTS                                                                 */
    
.mainText {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.mainTextBold {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}


.arial14Bold {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.arial16Italic {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #033F00;
}

.arial16Bold {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.arial18Bold {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.arial24Bold {
	
	font-family: Arial, Sans Serif, Verdana;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

/*#############################*/
/* DIVS                                                                     */

#mainBody {

	width: 800px;	
	border: 1px solid #000000;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

#header {

	width: 780px;
	height: 275px;
	background: #ffffff url(/images/frontGate_bg_2.jpg) no-repeat;
	background-position: right;
	margin-bottom: 5px;
}

#breadCrumbs {
	
	width: 780px;
	height: 15px;
	background: #C0CFA8 url(/images/nav_bar_bg.gif) repeat-x;
	margin-bottom: 5px;
	text-align: left;
	text-indent: 10px;

	font: 11px Arial, Verdana, Sans Serif;
	color: #022F00;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
}

#headerTextDiv {

	position: relative;
	top: 30px;
	left: 30px;
	text-align: left;
}

.contentDiv {

	border: 1px solid #BFBFBF;
	padding: 10px;
	text-align: left;
	margin: 0px;
}

.contentDivDashed {

	border: 1px dashed #BFBFBF;
	padding: 10px;
	text-align: left;
	margin: 0px;
}

#footer {
	
	font: 11px Arial, Verdana, Sans Serif;
	line-height: 24px;
	color: #ffffff;
	font-weight: normal;
}
