* { 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-image:url(images/border_bg.gif); 
	background-repeat:repeat-y; 
	background-position: center;
}


p { margin-bottom: 20px; line-height:14pt; }
strong { color: #000;}

h1 { font-size:24px; color:#1278C3; margin-bottom: 20px; text-align: center; }
h1 strong { font-family: Century Gothic, Avant Garde; font-size: 22px; }
h2 { font-size:14px; color:#1278C3; margin-bottom: 10px; line-height: 20px; }
h3 { font-size:12px; color:#1278C3; margin-bottom: 10px; }


a { text-decoration:none; color: #1278C3; } 
a:hover { color:#042844; }




#borders 
{
	background-image:url(images/border_bg.gif); 
	background-repeat:repeat-y; 
	background-color: Red;
} 

#page
{ 
	position: absolute; top: 0px; left: 50%; margin-left: -440px; margin-top: 5px; margin-bottom: 20px;
	width: 880px;  /* 770px */
	background-color: #fff;
	background-image: url(images/header.gif);
	background-position: center top;
	background-repeat: no-repeat;
} 

.login #page { background-image: none; }

#header
{
	height: 146px; 
}

#leftcol 
{
	float: left; width: 180px;
	padding-left:14px;
	padding-top:20px;
}

#rightcol 
{ 
	float: left; 
	width:660px; /*555px;  */
	padding-top: 20px;
}

#navbar {
	margin:0;
	padding:3px 15px 3px 0;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
}

#navbar a {
	color:#fff;
	font-size:12px;
}

#navbarspacer { height: 4px; }

#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: 0px 0px 10px 0px;
	padding:3px;
	font-size:14px;
	width:150px;
	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:#042844; }
#main_nav ul li a:hover { font-weight: bold; color:#042844; }

#main_nav ul li a { color:#1278C3; }

#sidebar { padding-left: 3px; 	font-size: 9pt; }
#sidebar h1 { font-size: 14px; }

#content
{
	width:620px;
	padding: 0px 0px 5px 0px;
	background-color:#fff;
}

#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: 0 0 0px 0;
	padding:0;
	height:4em;
	line-height:4em;
	text-align:center;
	font-size:.9em;
}


#content ul { list-style-position: outside; list-style-type: square; margin-left: 25px; margin-bottom: 20px; }
#content li { margin-bottom: 7px; line-height:24px; }
#content hr { margin-bottom: 20px; color: #8979B7; }
#content img { border: solid 1px #ddd; margin-left: 10px; margin-bottom: 10px; }
#content p { line-height: 18pt; }

#content img.quote { margin: 0px; border: none; }

#trailer { 	height: 20px;  }

.clearFloat { clear:both; }


/* edit page */


.editbutton a { font-size: 9pt; color: White; }

#editorhelp { margin-left: auto; margin-right: auto; margin-top: 10px; width: 500px; text-align: center; }
#editorhelp p { margin-bottom: 10px; }

#leftcol .editbutton  { position: absolute; top: 149px; left: 15px; z-index: 99;  }
#rightcol .editbutton { position: absolute; top: 149px; left: 195px; z-index: 99; }

#page.edit #navbar { text-align: left; 	padding: 3px 0px 3px 15px; }


#contactUs legend { margin-left: 5px; font-size: 11px; color: #1278C3; font-weight: bold; }
fieldset#contactUs { padding: 5px; margin-bottom: 100px; }
#contactUs strong { font-size: 11px; }

#loginlogo 
{
	margin-top: 50px; 
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	height: 320px;
	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; }


/* specials */

.tiny label { font-size: 10px;   }
#ucLogin_loginControl_UserName { width: 90px !important; }
#ucLogin_loginControl_Password { width: 90px !important; }


