body, html, * {
	margin:0;
	padding:0;
}
body, html {
	margin:0px;
	background-color: #3B5998;
	/*background-image:url(/images/template/pageback2.jpg);
	background-position:top 0 left 0;
	background-attachment:fixed;
	background-repeat:repeat;*/
}
body, html {
	height:100%;
}
body, td, p {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
}
#main {
	width:1014px;
	/*margin-top:10px;
	margin-botton:10px;*/
	background-color:#F5F5F5;
	padding:4px;
	text-align:left;
	/*filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;*/
	min-height:100%;	
}
#header {
	/*border-bottom:1px solid #666666;*/
}
#leftColumn {
	width:160px;
	margin-top:4px;
	float:left;
}
#rightColumn {
	width:837px;
	margin-top:4px;
	margin-right:5px;
	float:right;
}
#content {
	margin:10px 10px 10px 20px;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;	
	
}
#footer {
	clear:both;
	font-size:0.8em;
	text-align:center;
}
/*
#menu {
	background-color:#412C84;
	line-height:25px;
	height:25px;
	font-size:0.9em;
	border-top:1px solid #FFFFFF;
	position:relative;
}
#menu a {
	display:inline-table;
	color:white;
	padding:0px 16px 0px 16px;
	text-decoration:none;
	font-weight:bold;
	height:25px;
}
#menu a:hover {
	display:inline-table;
	padding:0px 16px 0px 16px;
	background-color:#AA9AE1;
	text-decoration:none;
	font-weight:bold;
	height:25px;
}
.submenu {
	background-color:#412C84;
	line-height:20px;
	height:20px;
	width:1014px;
	font-size:0.8em;
	border-top:1px solid #FFFFFF;
	position:absolute;
	display:none;
}
.submenu:hover {
	display:block;
}
.submenu a {
	display:inline-table;
	color:white;
	padding:0px 16px 0px 16px;
	text-decoration:none;
	font-weight:normal;
	height:20px;
}
.submenu a:hover {
	display:inline-table;
	padding:0px 16px 0px 16px;
	background-color:#AA9AE1;
	text-decoration:none;
	font-weight:normal;
	height:20px;
}
*/

a {
	color:#412C84;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


h1 {
	font-size:1.5em;
	color:#A68900;
	margin-bottom:20px;
}
h2 {
	font-size:1.3em;
	color:#A68900;
	clear:both;
	margin-bottom:20px;
}
h3 {
	font-size:1.1em;
	color:#A68900s;
	clear:both;
	margin-bottom:20px;
}
p, ul, ol {
	margin-bottom:20px;
}
ul, ol {
	margin-left:30px;
}
li {
	margin-bottom:5px;
}

form {
	display:inline;
}


.formText {
	border:1px solid #666666;
	padding:1px;
}
.formButton {
	background-color:#876ED7;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	padding:3px;
	border:0;
}
.blockBorder {
	border:1px solid #666666;
	padding:8px;
	color:#990000;
	font-size:0.9em;
}
.red {
	color:#990000;
}
.imageFloatRight {
	margin:0px 0px 20px 20px;
	clear:right;
}
.imageFloatLeft {
	margin:0px 10px 10px 0px;
	clear:left;
}
.borderB {
	border-bottom:1px solid #A68900;;
}
.imgDrop {
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}
.floatLeft {
	float:left;
	margin:0px 20px 20px 0px;
}
.fontBigger {
	font-size:1.3em;
}

.rounded {
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.imageCaption {
	margin-top:3px;
	text-align:right;
	font-style:italic;
	font-size:0.8em;
}
.hr {
	border-style:none;
	border-bottom:1px solid #999;
	margin-bottom:20px;
}









/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

/* Begin CSS Popout Menu */

#menu_wrapper{
background-color:#412C84;
width:1014px;
height:22px;
}


#menu{
width:100%;
float:left;
}

#menu a{
display:block;
white-space:nowrap;
margin:0;
color:#fff;
font-size:0.9em;
font-weight:normal;
margin:0;
padding:0;
}

#menu h2{
font-weight:bold;
color:#fff;
text-transform:uppercase;
font-size:1.1em;
margin:0;
padding:0;
}


#menu a {
/*padding:1px 20px 1px 3px;*/
padding:2px 25px 2px 5px;
background-color:#412C84;
text-decoration:none;
border:none;
border-bottom:1px solid white;
}

#menu h2 a{
padding:3px 20px 3px 5px;
}




#menu a, #menu a:visited{
color:#fff;
}

#menu a:hover{
color:#fff;
background:#AA9AE1;
}

#menu a:active{
color:#fff;
background:#AA9AE1;
}

#menu ul {
list-style:none;
margin:0;
padding:0;
float:left;
/*width:9em;*/
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background-color:#AA9AE1;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

/*#menu a.x, #menu a.x:visited{
font-weight:normal;
color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}*/

#menu li {
	margin:0;
	padding:0;
}

/* End CSS Popout Menu */

