* { padding: 0; margin: 0; }

html 
{
	height: 100%;
}

form 
{
	height: 100%;
}

body {
	height:100%;
	width:100%;	
	color:#000000;  
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-color:#695D8A;
	position:absolute; 
}


#borders 
{
	top: 20px; left: 50%; margin-left: -401px; 
	width: 802px; 
} 

#page
{ 
	position: absolute; top: 0px; left: 50%; margin-left: -381px; margin-top: 20px; margin-bottom: 20px;
	width: 770px;  
	background-color: #fff;
} 

h1 { font-size:16px; color:#4C3E78; margin-bottom: 10px; }
h2 { font-size:14px; color:#4C3E78; margin-bottom: 10px; line-height: 20px; }
h3 { font-size:12px; color:#4C3E78; margin-bottom: 10px; }

h1 strong { font-family: Century Gothic, Avant Garde; font-size: 22px; }

p { margin-bottom: 10px; line-height:14pt; }

strong { color: #4C3E78;}

a { text-decoration:none; color:#8979B7; }

a:hover { color:#4C3E78; }

#header
{
	height: 146px; 
	background-color:#fff;
	background-image: url(images/page-top.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 0px ;
}

#navbar {
	margin:0;
	padding:3px 15px 3px 0;
	text-align:right;
	color:#FFFFFF;
	background: url(images/top-menu-bck.jpg) repeat-y;
	font-size:12px;
}

#navbar a {
	color:#fff;
	font-size:12px;
}

#navbarspacer
{
	height: 4px;
	background-color:#fff;
	background-image:url(images/nav_bottom_line.gif); 
	background-repeat:no-repeat;
}

/* ----------------------------------------------------------- */
/* left menu area */
/* ----------------------------------------------------------- */

#leftcol 
{
	float: left; width: 180px;
	padding-left:14px;
	padding-top:10px;
}

#main_nav { font-weight:bold; color:#8979B7; padding-bottom: 20px; }

#main_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#main_nav ul li {
	margin:0;
	padding:3px;
	font-size:12px;
	width:160px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

#main_nav ul li.sub { font-size:10px; padding-left: 20px; }
#main_nav ul li.active a { font-weight: bold; color:#4C3E78; }
#main_nav ul li a { color:#8979B7; }
#main_nav ul li a:hover { color:#4C3E78; }

#sidebar
{
	padding-left: 3px;
	font-size: 9pt;
}

#sidebar h1 { font-size: 14px; }

/* ----------------------------------------------------------- */
/* main content goes here */
/* ----------------------------------------------------------- */

#rightcol 
{ 
	float: right; 
	width: 555px; 
	padding-top: 10px;
}

#content
{
	float:right;
	width:510px;
	padding: 0px 30px 5px 15px;
	background-color:#fff;
}

#content ul { list-style-position: outside; list-style-type: square; margin-left: 25px; margin-bottom: 20px; }
#content li { margin-bottom: 7px; line-height:15px; }
#content hr { margin-bottom: 20px; color: #8979B7; }
#content img { border: solid 1px #ddd; margin-left: 10px; margin-bottom: 10px; }
#content p { line-height: 18pt; }

#pagenav
{
	padding-left: 200px;
	padding-right: 35px;
}

#bottombar 
{
	padding: 20px 15px 5px 10px; 
	height: 15px;
	background-position: top left; background-image: url(images/footer_bg.gif); background-repeat: repeat-x; background-position: bottom; color: #fff; 
	font-size: 12px;
}

#footer 
{
	margin-top: 5px; margin-bottom: 5px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:12px;
}

.clearFloat { clear:both; }

/* Contact Us box */
#contactUs legend { margin-left: 5px; font-size: 11px; color: #4C3E78; font-weight: bold; }
fieldset#contactUs { padding: 5px; margin-bottom: 100px; }
#contactUs strong { font-size: 11px; }

/* edit buttons */

.editbutton { margin-top: 15px; }
.editbutton a { font-size: 9pt; color: White; }

#leftcol .editbutton  { position: absolute; top: 134px; left: 15px; z-index: 99;  }
#rightcol .editbutton { position: absolute; top: 134px; left: 224px; z-index: 99; }

/* edit page */

#editorhelp { margin-left: auto; margin-right: auto; margin-top: 10px; width: 500px; text-align: center; }
#editorhelp p { }


/* login page */
#loginlogo 
{
	margin-top: 50px; 
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 150px;
	background-image: url(images/loginlogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
	
#login { 
	width: 100%;
	margin: 20px auto 40px auto;
	border: none;
	text-align: left;
} 

#login #buttons {  text-align: center; }
#login table { margin-left: auto; margin-right: auto; }
#login table fieldset { padding: 10px; }
#login table fieldset label { font-weight: bold; }
#login #errormessage { text-align: center; width: 100%; margin-top: 40px; color: Red; }
