﻿html 
{ 
	margin: 0; 
	padding: 0; 
	height: 100%; 
}

body 
{   
	background-color: #E5F4FC;
	background-image: url(/images/bodyBackground.gif);
	background-repeat: repeat-x;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#mainPageContainer 
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	
}

#siteLogo
{
	float: left;
	margin-top: 5px;
}


#topLoginContainer 
{
	height: 70px;
	margin-top: 0;
	font-size: 12px;
}

.loginButton
{
	background-image: url(/images/siteLogin.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 31px;
	width: 69px;
}

.logoutButton
{
	background-image: url(/images/siteLogout.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 31px;
	width: 69px;
}

#loginStatusContainer
{
	float: right;
	margin-top: 10px;
}

#loginStatusText
{
	float: right;
	margin-top: 15px;
}

#topLogin span
{
	display: none;
}

.error
{
	color: #ff0000;
}

#mainBannerContainer
{
	width: 1000px;
	height: 120px;
}

#mainContentContainer
{
	background-image: url(/images/contentBodyBackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}

#contentContainer
{
	margin: 0 37px 0 44px;
	min-height: 100%;
	/*position: relative; */
	height: auto !important;
	height: 100%;
}

#topNavContainer
{
	width: 1000px;
}

#leftNavContainer
{
	width: 214px;
	float: left;
	min-height: 100%;
	/*position: relative; */
	height: auto !important;
	height: 100%;
}

#leftNavContainer .navTitle
{
	font-family: Arial, Tahoma, Verdana;
	color: #cc6633;
	font-size: 12px;
	font-weight: bold;
}

span.sideNavBug
{
	font-family: Arial, Tahoma, Verdana;
	color: #cc6633;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
}

.leftNavLinksContainer
{
	margin-left: 15px;
}

#leftNavContainer a
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

#leftNavContainer a:hover
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

.leftNavSeparator
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#subBodyContainer
{
	float: left;
	width: 701px;
}

#topSubBody
{
	background-image: url(/images/topSubContentContainer.gif);
	background-repeat: no-repeat;
	width: 701px;
	height: 27px;	
	margin-top: 0px;
}

#middleSubBody
{
	background-image: url(/images/middleSubBodyBack.gif);
	background-repeat: repeat-y;
	width: 701px;
}

#middleContent
{
	width: 611px;
	margin-left: 35px;
}

#bottomSubBody
{
	background-image: url(/images/bottomSubBodyBack.gif);
	background-repeat: no-repeat;
	width: 701px;
	height: 25px;
	margin: 0;
}

#subBodyAdminContainer
{
	width: 100%;
}


/**** FOOTER INFORMATION BEGIN ****/
#footerContainer
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#footerLine 
{
	width: 1000px;
	height: 40px;
	background-image: url(/images/footerBackground.gif);
	background-repeat: repeat-y;

}

#footerText
{
    margin: 0px auto;
	color: #ffffff;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    width: 800px;
    text-align: center;
    height:28px;
}

#footerText a
{
	color: #ffffff;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-size: 12px;
    text-decoration: none;
}

#footerText a:hover
{
    text-decoration: underline;
}
/**** FOOTER INFORMATION END ****/


/**** WEBSITE DESIGN INFORMATION (imgaes, links, styles) BEGIN ****/
img { border: none; }

a
{
	/*color:#000;*/
	color: #003e7e;
}

a:hover
{
	/*color:#000;*/
	color: #003e7e;
	text-decoration: underline;
}
/**** WEBSITE DESIGN INFORMATION (imgaes, links, styles) END ****/

/**** NAVIGATION INFORMATION BEGIN ****/
#navList 
{
	color: #003e7e;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-weight:bold;
    padding-right: 52px;
	float:right;
}

#navList a
{
	color: #003e7e;
    text-decoration: none;
}

#navList a:hover
{
    text-decoration: underline;
}
/**** NAVIGATION INFORMATION END ****/

h3
{
	color:#50555b;
	font-family: Arial, Tahoma, Verdana;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
}

h2 
{
	background-color:#23aa30;
	border:1px solid #000000;
	color:#FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size:14px;
	font-weight:bold;
	height:20px;
	margin:0 0 12px;
	padding:4px 0 0 5px;
	/*width:785px;*/
}

h1
{
	background-image: url(/images/titleBar.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-family:Arial, Tahoma, Verdana;
	font-size:16px;
	font-weight:bold;
	height:54px;
	margin: 0;
	padding:15px 0 0 58px;
	width:540px;
}

.regContent 
{
	/*background-color:#FFFFFF;*/
	color:#494A51;
	font-family: Arial, Tahoma, Verdana;
	font-size:12px;
	font-weight:normal;
	margin:0 0 12px;
	padding:3px 0 0 5px;
	/* width:645px; */
}

.regContentSideBar 
{
	background-color:#FFFFFF;
	color:#494A51;
	font-family: Arial, Tahoma, Verdana;
	font-size:12px;
	font-weight:normal;
	margin:0 0 12px;
	padding:3px 3px 3px 5px;
	width:645px;
}

.regContentSideBar a
{
	color:#0f5af4;
	text-decoration: none;
}

.regContentSideBar a:hover
{
	color:#0f5af4;
	text-decoration: underline;
}

.regContent a
{
	color:#0f5af4;
	text-decoration: none;
}

.regContent a:hover
{
	color:#0f5af4;
	text-decoration: underline;
}

a.linkButton
{
	display: inline-block;
	background-image: url(../images/sideBarButtonBg.gif);
	color: #fff !important;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #223;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	margin: 0;
	cursor:pointer;
}
a.linkButton:hover
{
	border: solid 1px #000;
	background-position: 0 32px;
}
a.disabledLinkButton
{
	display: inline-block;
	background-image: url(../images/sideBarButtonBgGray.gif);
	color: #fff;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #778;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	margin: 0;
}
a.disabledLinkButton:hover
{
	text-decoration: none;
}


a.smallLinkButton
{
	display: inline-block;
	background-image: url(../images/sideBarButtonBg.gif);
	color: #fff !important;
	padding: 3px 4px;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #223;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	margin: 0;
	cursor: pointer;
}
a.smallLinkButton:hover
{
	border: solid 1px #000;
	background-position: 0 32px;
}
a.disabledSmallLinkButton
{
	display: inline-block;
	background-image: url(../images/sideBarButtonBgGray.gif);
	color: #fff !important;
	padding: 3px 4px;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #778;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	margin: 0;
}
a.disabledSmallLinkButton:hover
{
	text-decoration: none;
}

.boxHeader
{
	background-color: #0055a5;
	border: solid 1px #000;
	height: 16px;
	margin: 0 8px -1px 0;
	padding: 0 0 0 6px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 11px;
	line-height:14px;
	color:#fff;
}

.boxContent
{
	background-color: #fff;
	border: solid 1px #000;
	margin: 0 8px 5px 0; 
	padding: 5px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	color:#494a51;
}

div.adminSubNav
{
	line-height: 1.5em;
	margin-bottom: 10px;	
}

.adminSubNav div.actionMenuToggle
{
    font-size:12px;
}




