@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	background-color:#898E44;
	margin:0px;
	font:Arial, Helvetica, sans-serif;
}

#header {
	position:relative;
	width:100%;
	height:120px;
	left: 0px;
	top: 0px;
	background-color:#ffffc8;
	font:Arial, Helvetica, sans-serif;
}
#mainpage {
	width:1000px;
	background-color:#ffffc8;
}

#page_content {
	position:relative;
	width:100%;
	background-color: #ffffc8;
}

#mainarea {
	position:absolute;
	margin-left:180px;
	width:810px;
	left:0px;
	top:0px;
	padding-left:5px;
	padding-right:5px;
	background-color:#ffffc8;
	height:800px;
}

#mainarea td {
	text-align:center;
}

/*#################################################################  MENU STYLES  ###########################################################*/

#menu {
	position:absolute;
	width:180px;
	height:800px;
	left: 0px;
	top: 0px;
	font-family:Arial;
	font-size:14px;
	color:#000000;
	z-index:4;
	background-color: #ffffc8;
}
 
#menu ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap; 
	text-align:left; 
	padding:1px 1px 0 1px; 
	background-color:#eeeeb8;
}

#menu ul#toplevel {
	position:absolute; 
	left:0; 
	top:0;
	padding:1px 1px 0 1px; 
} 
#menu li {
	margin:0; 
	padding:0; 
	list-style:none;
	display:block;
}

#menu ul ul {
	position:absolute; 
	left:-9999px;
}

 
#menu li a {
	display:block;
	color:#181818; 
	margin: 0px;
	padding: 8px 6px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8c8c0;
} 
#menu li a.fly {
	background: url(../images/arrow.gif) no-repeat right center;
}
 
#menu li a:hover {
	background-color:#729333;
	color:#ffffaa;;
} 
#menu li:hover > a {
	background-color:#729333;
	color:#ffffaa;;
}
 
#menu ul li:hover > ul {
	left:100%;
	margin-top:-34px;
	margin-left:-1px;
}
 
#menu a:hover ul, 
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
 
/*#################################################################  TEXT STYLES  ###########################################################*/

.normal10 {
	font-family:Calibri, Arial;
	font-size:10pt;
	color:#000;
}
.normal12 {
	font-family:Calibri, Arial;
	font-size:12pt;
	color:#600;
	padding: 5px;
}
.normal14 {
	font-family:Calibri, Arial;
	font-size:14pt;
	color:#600;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:2px;
}
.normal14 a {
	color:#600;
	text-decoration:underline;
}
.normal14 a:hover {
	color:#004;
	text-decoration:underline;
}
.normal16 {
	font-family:Calibri, Arial;
	font-size:16pt;
	color:#600;
	padding: 10px;
}
.normal16 a {
	color:#600;
	text-decoration:underline;
}
.normal16 a:hover {
	color:#004;
	text-decoration:underline;
}
.normal18 {
	font-family:Calibri, Arial;
	font-size:18pt;
	color:#600;
}
.normal20 {
	font-family:Calibri, Arial;
	font-size:20pt;
	color:#600;
}
.PageHeading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24pt;
	line-height:44px;
	font-weight:bold;
	color:#660;
}
.PageTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20pt;
	font-weight:bold;
	border-bottom-color:#660;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-top-color:#660;
	border-top-width:3px;
	border-top-style:solid;
	color:#660;
	text-align:center;
}

