/********************************************************************************/
/** COMMON                                                                     **/
/********************************************************************************/

html, body {
	height: 100%;
	}

body {

	SCROLLBAR-FACE-COLOR: #E1E6F2;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #0C276A;
	SCROLLBAR-SHADOW-COLOR: #9DA8C6; 
	SCROLLBAR-ARROW-COLOR: #335D4B;
	SCROLLBAR-TRACK-COLOR: #F2F2F2;
	
	background-image: url("../images/web_graphics/common/background.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #C9D1E8;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	text-align: center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

/********************************************************************************/
/** CONTAINERS                                                                 **/
/********************************************************************************/

#MasterContainer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 953px;
	height: auto;
	background-color:#ffffff;
	}

#MainContainer {
	position: relative;

	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;

	margin: 0px auto;

	width: 953px;
	height: auto;
	border-style: none;
	
	background-image: url("../images/web_graphics/common/border.jpg");
	background-image: url("../images/web_graphics/common/background-main.jpg");
	background-repeat: repeat-x;
	background-position:top;
	background-color: #B9C1D6;
		
	text-align: center;
	vertical-align: top;
	
	}
	
#Banner {
	width: 723px;
	height: 133px;
	border-style: none;
	overflow: hidden;
	}

#BannerCollapsed {
	width: 723px;
	height: 78px;
	border-style: none;
	overflow: hidden;
	}

#Main {
	width: 723px;
	min-height: 100%;

	margin: 0px auto;
			
	background-image: url("../images/web_graphics/common/background-main.jpg");

	color: #0C276A;
	}

/********************************************************************************/
/** CONTENT                                                                    **/
/********************************************************************************/

#PageContent {
	width: 379px;
	height: 100%;
	float: left;
	
	overflow: hidden;
	
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	
	color: #0C276A;
	
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	}

#PageContent p {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	text-align: justify;
	}

#PageContent h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	}

#PageContent h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	}

#PageContent h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	}

#PageContent h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	}

#PageContent h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	}

#PageContent h6 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	}

#PageContent hr {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #0C276A;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9DA8C6;
	}

#PageContent li {
	list-style-type: square;
	}

#PageContent .PageTitle {
	display: block;
	
	width: 379px;
	height: 20px;
	
	margin-top: 12px;
	margin-bottom: -6px;

	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	
	color: #B13B58;
	}

#PageContent a:link {
	color: #B13B58;
	}

#PageContent a:visited {
	color: #B13B58;
	}

#PageContent a:hover {
	color: #9DA8C6;
	}

#PageContent a:active {
	color: #9DA8C6;
	}

#PageContent .MainPicture {
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	
	border-style: none;
	
	background-image: url("../images/web_graphics/common/main_picture_bottom.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	}
#Content {
	width: 379px;
	height: 100%;
	float: left;
	
	overflow: hidden;
	
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	
	color: #0C276A;
	
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	}

#Content p {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	text-align: justify;
	}

#Content h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	}

#Content h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	}

#Content h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	}

#Content h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	}

#Content h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	}

#Content h6 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	}

#Content hr {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #0C276A;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9DA8C6;
	}

#Content li {
	list-style-type: square;
	}

#Content .PageTitle {
	display: block;
	
	width: 379px;
	height: 20px;
	
	margin-top: 12px;
	margin-bottom: -6px;

	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	
	color: #B13B58;
	}

#Content a:link {
	color: #B13B58;
	}

#Content a:visited {
	color: #B13B58;
	}

#Content a:hover {
	color: #9DA8C6;
	}

#Content a:active {
	color: #9DA8C6;
	}

#Content .MainPicture {
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	
	border-style: none;
	
	background-image: url("../images/web_graphics/common/main_picture_bottom.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	}

/********************************************************************************/
/** TOP NAV - HOME ONLY                                                        **/
/********************************************************************************/

#TopNavHome {
	width: 723px;
	height: 34px;
	
	background-image: url("../images/web_graphics/nav/top_nav-background.jpg");
	background-color: #ffffff;
	color: #9DA8C6;
	
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	
	font-size: 11px;
	}

#TopNavHome .Links {
	width: 520px;
	height: 29px;
	
	overflow: hidden;

	color: #9DA8C6;
	
	margin-left: 5px;
	
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 29px;
	float: left;
	}

#TopNavHome a:link {
	color: #0C276A;
	font-weight: bold;
	text-decoration: none;
	}

#TopNavHome a:visited {
	color: #0C276A;
	font-weight: bold;
	text-decoration: none;
	}

#TopNavHome a:hover {
	color: #B13B58;
	font-weight: bold;
	text-decoration: none;
	}

#TopNavHome a:active {
	color: #B13B58;
	font-weight: bold;
	text-decoration: none;
	}

#TopNavHome .Title {
	width: 520px;
	height: 29px;
	
	overflow: hidden;

	color: #0C276A;
	
	margin-top: 5px;
	margin-left: 5px;
	
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	float: left;
	}

#TopNavHome input {
	height: 11px;

	background-color: #ffffff;
	color: #0C276A;
	
	border-style: solid;
	border-color: #0C276A;
	border-width: 1px;

	font-size: 11px;
	font-weight: normal;
	line-height: 11px;	
	}
/********************************************************************************/
/** TOP NAV - NON-HOME                                                         **/
/********************************************************************************/

#TopNavCommon {
	width: 723px;
	height: 34px;
	
	background-image: url("../images/web_graphics/nav/top_nav-background2.jpg");
	background-color: #ffffff;
	color: #9DA8C6;
	
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	
	font-size: 11px;
	}

#PrintButton {
	margin-top: 0px;
	}

#TopNavCommon .Links {
	width: 520px;
	
	overflow: hidden;

	color: #9DA8C6;
	
	margin-top: 5px;
	margin-left: 5px;

	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	float: left;
	}

#TopNavCommon a:link {
	color: #0C276A;
	font-weight: bold;
	text-decoration: none;
	}

#TopNavCommon a:visited {
	color: #0C276A;
	font-weight: bold;
	text-decoration: none;
	}

#TopNavCommon a:hover {
	color: #B13B58;
	font-weight: bold;
	text-decoration: none;
	}

#TopNavCommon a:active {
	color: #9DA8C6;
	font-weight: bold;
	text-decoration: none;
	}

#TopNavCommon .Title {
	width: 520px;
	height: 29px;
	
	overflow: hidden;

	color: #0C276A;
	
	margin-left: 5px;	

	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 29px;
	float: left;
	}

#TopNavCommon input {
	height: 11px;

	background-color: #ffffff;
	color: #0C276A;
	
	border-style: solid;
	border-color: #0C276A;
	border-width: 1px;

	font-size: 11px;
	font-weight: normal;
	line-height: 11px;	
	}

#Search {
	width: 175px;
	height: 15px;

	float: right;
	
	color: #0C276A;
	
	margin-top: 3px;
	margin-right: 5px;
	
	text-align: right;
	vertical-align: middle;
	}

#Search .Button	{
	width: auto;
	height: 15px;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	background-color: #EBEEF3;
	color: #0C276A;

	border-style: solid;
	border-color: #0C276A;
	border-width: 1px;

	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	}

/********************************************************************************/
/** HOME PAGE                                                                  **/
/********************************************************************************/

#HomeMain {
	margin-top: 14px;
	margin-bottom: 14px;
	text-align: center;
	}

#HomeMain p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	}

#HomeMain img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	border-style: none;
	}

#HomeMainLinks {
	width: 383px;
	height: 27px;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
	
	padding-top: 5px;
	
	background-image: url("../images/web_graphics/common/home_picture_bottom.jpg");
	background-position: bottom;
	background-repeat: no-repeat;

	color: #9DA8C6;
	
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	line-height: 14px;
	vertical-align: top;
	}

#HomeMain a:link {
	color: #0C276A;
	text-decoration: none;
	}

#HomeMain a:visited {
	color: #0C276A;
	text-decoration: none;
	}

#HomeMain a:hover {
	color: #B13B58;
	text-decoration: none;
	}

#HomeMain a:active {
	color: #B13B58;
	text-decoration: none;
	}

#PopularSites {
	width: 180px;
	height: auto;
	
	margin-top: 15px;
	
	text-align: left;
	
	float: left;
	}

#PopularSites .Title {
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	}

#PopularSites .Window {
	width: 168px;
	height: 125px;
	overflow: auto;
	
	border-style: solid;
	border-color: #9DA8C6;
	border-width: 1px;
	
	margin-top: 5px;
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

	background-color: #EBEEF3;
	color: #EBEEF3;

	text-align: left;
	vertical-align: top;
	line-height: 13px;
	}

#PopularSites a:link {
	color: #0C276A;
	text-decoration: none;
	}

#PopularSites a:visited {
	color: #0C276A;
	text-decoration: none;
	}

#PopularSites a:hover {
	color: #B13B58;
	text-decoration: none;
	}

#PopularSites a:active {
	color: #B13B58;
	text-decoration: none;
	}

#WhatsNew {
	width: 180px;
	height: auto;
	
	margin-top: 15px;
	margin-left: 19px;
	
	text-align: left;
	
	float: left;
	}

#WhatsNew .Title {
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	}

#WhatsNew .Window {
	width: 168px;
	height: 125px;
	overflow: auto;
	
	border-style: solid;
	border-color: #9DA8C6;
	border-width: 1px;
	
	margin-top: 5px;
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

	background-color: #EBEEF3;
	color: #EBEEF3;

	text-align: left;
	vertical-align: top;
	line-height: 13px;
	}

#WhatsNew a:link {
	color: #0C276A;
	text-decoration: none;
	}

#WhatsNew a:visited {
	color: #0C276A;
	text-decoration: none;
	}

#WhatsNew a:hover {
	color: #B13B58;
	text-decoration: none;
	}

#WhatsNew a:active {
	color: #B13B58;
	text-decoration: none;
	}

/********************************************************************************/
/** NAV BUTTONS                                                                **/
/********************************************************************************/

.NavButton {
	width: auto;
	height: auto;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C9D1E8;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0C276A;
	
	border-left-style: none;
	border-right-style: none;

	color: #9DA8C6;
	
	vertical-align: middle;
	line-height: 16px;
	}
	
.NavButtonDouble {
	width: auto;
	height: auto;
	
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C9D1E8;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0C276A;
	
	border-left-style: none;
	border-right-style: none;

	color: #9DA8C6;
	
	vertical-align: middle;
	line-height: 10px;
	}	
	
.NavButtonTripple {
	width: auto;
	height: auto;
	
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C9D1E8;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0C276A;
	
	border-left-style: none;
	border-right-style: none;

	color: #9DA8C6;
	
	vertical-align: middle;
	line-height: 11px;
	}
	
.NavButtonHighlight {
	width: auto;
	height: auto;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C9D1E8;
	
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	}

.NavDividerLineHighlight {
	width: auto;
	height: 2px;
	
	background-image: url("../images/web_graphics/nav/divider_line-highlight.jpg");
	background-repeat: repeat-x;
	background-position: top;
	}



/********************************************************************************/
/** LEFT NAV                                                                   **/
/********************************************************************************/

#LeftNav {
	width: 152px;
	height: 100%;
	float: left;
	overflow: hidden;

	margin: 0px auto;	
	
	padding-bottom: 20px;
	
	background-image:url("../images/web_graphics/nav/left_nav-bottom.jpg");
	background-position:bottom;
	background-repeat: no-repeat;
	
	background-color: #9DA8C6;
	
	text-align: left;
	vertical-align: top;
	}

#LeftNav a:link {
	color: #0C276A;
	text-decoration: none;
	}

#LeftNav a:visited {
	color: #0C276A;
	text-decoration: none;
	}

#LeftNav a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#LeftNav a:active {
	color: #ffffff;
	text-decoration: none;
	}

#LeftNav .NavButtonFirst {
	width: auto;
	height: auto;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
	
	border-top-style: none;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0C276A;
	
	border-left-style: none;
	border-right-style: none;
	
	color: #9DA8C6;
	
	vertical-align: top;
	line-height: 16px;
	}
	
#LeftNav .NavButtonDark {
	width: auto;
	height: auto;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;

	border-top-style: none;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0C276A;
	
	border-left-style: none;
	border-right-style: none;

	background-color: #3E507E;
	color: #3E507E;
	
	font-weight: bold;
	text-transform: uppercase;
	
	font-size: 10px;
	vertical-align: top;
	line-height: 18px;
	}

#LeftNav .NavButtonDark a:link {
	color: #ffffff;
	text-decoration: none;
	}

#LeftNav .NavButtonDark a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#LeftNav .NavButtonDark a:hover {
	color: #9DA8C6;
	text-decoration: none;
	}

#LeftNav .NavButtonDark a:active {
	color: #9DA8C6;
	text-decoration: none;
	}

#LeftNav .NavButtonLast {
	width: auto;
	height: auto;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 10px;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C9D1E8;

	background-image: url("../images/web_graphics/nav/button-last.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	
	color: #9DA8C6;
	
	line-height: 16px;
	}

#LeftNav .NavButtonFirstLast {
	width: auto;
	height: auto;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	background-image: url("../images/web_graphics/nav/button-first_last.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	
	color: #9DA8C6;
	
	line-height: 14px;
	}

/********************************************************************************/
/** RIGHT NAV                                                                  **/
/********************************************************************************/

#RightNav {
	width: 152px;
	height: auto;
	float: right;
	overflow: hidden;
	
	margin: 0px auto;
	
	padding-bottom: 20px;

	background-image:url("../images/web_graphics/nav/right_nav-bottom.jpg");
	background-position:bottom;
	background-repeat: no-repeat;
	
	background-color: #9DA8C6;
		
	text-align: left;
	vertical-align: top;
	}

#RightNav h1 {
	margin-right: 10px;
	margin-left: 10px;

	padding-bottom: 10px;

	line-height: 14px;
	font-weight: bold;
	font-size: 11px;
	
	border-bottom-style: groove;
	border-bottom-width: 2px;
	border-bottom-color: #E1E6F2;
	}

#RightNav .Comment {
	margin-top: -10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 16px;
	}

#RightNav a:link {
	color: #0C276A;
	text-decoration: none;
	}

#RightNav a:visited {
	color: #0C276A;
	text-decoration: none;
	}

#RightNav a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#RightNav a:active {
	color: #ffffff;
	text-decoration: none;
	}

#RightNav .NavButtonFirst {
	width: auto;
	height: auto;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
	
	border-top-style: none;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0C276A;
	
	border-left-style: none;
	border-right-style: none;
	
	color: #9DA8C6;
	
	vertical-align: top;
	line-height: 14px;
	}

#RightNav .NavButtonDark {
	width: auto;
	height: auto;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;

	border-top-style: none;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0C276A;
	
	border-left-style: none;
	border-right-style: none;

	background-color: #3E507E;
	color: #3E507E;
	
	font-weight: bold;
	text-transform: uppercase;
	
	font-size: 10px;
	vertical-align: top;
	line-height: 12px;
	}

#RightNav .NavButtonDark a:link {
	color: #ffffff;
	text-decoration: none;
	}

#RightNav .NavButtonDark a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#RightNav .NavButtonDark a:hover {
	color: #9DA8C6;
	text-decoration: none;
	}

#RightNav .NavButtonDark a:active {
	color: #9DA8C6;
	text-decoration: none;
	}

#RightNav .NavButtonLast {
	width: auto;
	height: auto;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C9D1E8;

	background-image: url("../images/web_graphics/nav/button-first.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	
	color: #9DA8C6;
	
	line-height: 18px;
	}

#RightNav .NavButtonFirstLast {
	width: auto;
	height: auto;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	
	background-image: url("../images/web_graphics/nav/button-first_last.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	
	color: #9DA8C6;
	
	line-height: 14px;
	}


/********************************************************************************/
/** FOOTER                                                                     **/
/********************************************************************************/

#Footer {
	width: 723px;
	height: 26px;
	
	padding-top: 20px;
	padding-bottom: 10px;
	
	background-image: url("../images/web_graphics/footer/background.jpg");
	background-position: top;
	background-repeat: no-repeat;

	background-color: #ffffff;
	color: #9DA8C6;
	
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	
	float: left;
	}

#Footer a:link {
	color: #9DA8C6;
	text-decoration: none;
	}

#Footer a:visited {
	color: #9DA8C6;
	text-decoration: none;
	}

#Footer a:hover {
	color: #0C276A;
	text-decoration: none;
	}

#Footer a:active {
	color: #0C276A;
	text-decoration: none;
	}