html
{
}

a.pagelinks:hover
{
	color:#445CD5;
	text-decoration: underline;
}

a.pagelinks
{
	color:#445CD5;
	text-decoration: none;
}


body 
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#wrapper
{
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	border-style: solid;
	border-color: #2F4050;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#header
{
	background: url(Images/2.jpg) no-repeat top;
	height: 74px; 
	width: 775px;
	background-color: White;
}

#maincontent						/* Main Content Area */
{
	background-color: White;
	width: 780px;
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
}

/* **************** PAGE **************** */

/* Page */
.PageContent_PageTitle							/* Page Title style */
{
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
	font-weight: bold;
	font-size: medium; 
}
.PageContent_BodyText				/* Text that appears on the page */
{
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
	font-size: smaller;
}

/* Links */
.PageContent_LinksTitle							/* Links Title style */
{
	font-weight: bold;
}
.PageContent_Links					/* List of links */
{
	font-size: smaller;
}
.PageContent_SingleLink				/* Link */
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: smaller;
}

/* Pictures */
.PageContent_PicturesTitle			/* Title for pictures list */
{
	font-weight: bold;
}
.PageContent_Pictures				/* List of pictures */
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: smaller;
}
.PageContent_SinglePicture			/* Picture */
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: smaller;
}

.PageContent_Errors					/* Errors */
{
	font-size: smaller;
	color:Red;
	font-weight:bold;
}

.textfield							/* Textboxes */
{
	font-size: smaller;
}

.contactform_label					/* Label for a form field */
{
	font-size: smaller;
}

.contactform_required_label			/* Label for a required form field */
{
	font-size: smaller;
	font-weight: bold;
	color: Red;
}
.formControl_bottom					/* Spacing at bottom of form */
{
	margin-bottom: 20px;
}

div.logonpage						/* main content div for 'loginform.aspx' and 'page not found' page */
{
	background-color: White;
	position:relative; 
	padding: 0px 0px 0px 10px;
	margin: 0 0 0 0;
}

.LoginForm_message
{
	font-size: smaller;
}

a.PageContent_links {
	text-decoration: none;
}

a.PageContent_links:hover{

}

a.PageContent_links:active
{
}

table.PageContent_WebPartPositions
{
	padding: 0px;
	margin: 0px;
	/* border: Solid 1px Black; */
	border: 0px
}

div.PageContent_AdminNavigation
{
	text-align: center;
	font-size: small;
	background-color: White;
	border-style: solid;
	border-color: #2F4050;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	position:relative; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 780px;
}

div.PageContent_Admin_CataolgZone
{
	margin: 10px 10px 10px 10px;
}

/*********************************** FOOTER START ***********************************/
#feb_footer
{
	text-align: center;
	background-color: #A7A8A8;
	width: 775px;
	padding: 10px 2px 10px 2px;
	margin: 0 0 0 0 ;
	border-style: none;
	border: 0px 0px 0px 0px;
	color:White;
}

p.copyright							/* Copyright notice in footer */
{
	font-size: x-small;
}

a.copyright_links 
{
	color: #0000CC;
	text-decoration: none;
}

a.copyright_links:hover
{
	text-decoration: underline;
	font-weight: normal;
}

a.copyright_links:active
{

}

/************************************ FOOTER END ************************************/

/************************************ MENU START ************************************/

.PageContent_Menu					/* Menu - Overrides all others (Root, Sub-Menu below) */
{
	background-color: #A7A8A8;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.staticMenu							/* Root Menu */ 
{
	font-size: 12px;
}

.staticMenuItem						/* Root menu items */
{
	border-style: solid;
	border-width: 0px;
	padding: 12px 12px 12px 12px;
	color: #FFFFFF;
}

.staticMenuHover					/* Root Menu item hover style */
{
	border-color: #A7A8A8;
}

.dynamicMenu						/* Sub-menu */
{
	font-size: 12px;
	border-style: solid;
	border-width: 0px;
	margin-left: 5px;
}
.dynamicMenuItem					/* Sub-menu items */
{
	border-style: solid;
	border-width: 0px;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
}
.dynamicMenuHover					/* Sub-Menu item hover style */
{
	border-color: #A7A8A8;
}

#ctl00_nhCMS_Website_TopZone
{

	width: 100%;
	margin: -10px 0 0 0;
	padding: 0 0 0 0;
}

/************************************* MENU END *************************************/