/*******************************************/
/************* Standard elements *************/
/*******************************************/

html {
	margin:0;
   	padding:0;
   	height:100%;	
	}

body {
	margin:0;
   	padding:0;
   	height:100%;
   	background-image:url('../../images/home_background_slice.jpg');
   	background-repeat: repeat-x;
	}

p {
	margin-bottom: 0; 
	margin-top: 0;
	}
	

img { 
	behavior: url(iepngfix.htc);
	}

/*******************************************/
/************* Custom elements *************/
/*******************************************/

#headerTop {
	width: 100%;
	height: 80px;
	}

#headerTopContent {
	width: 940px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	}

#headerTopContent a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;	
	cursor: pointer;	
	}
		
.headerLink:link {
	text-decoration: underline; 
	color:black;
	}

.headerLink:visited {
	text-decoration: underline; 
	color:black;
	}

.headerLink:active {
	text-decoration: underline; 
	color:black;
	}

.headerLink:hover {
	text-decoration: underline; 
	color:black;
	}

#navBar {
   	width: 100%;
   	height: 66px;
    background-image:url('../../images/home_nav_slice2.jpg');
   	background-repeat: repeat-x;
	}

#navBarContent {
	width: 940px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	}

.navBarSelectedLeft{
	float: left;
	margin-top: 15px;
	width: 14px;
   	height: 46px;
	background-image:url('../../images/selectedLeft.jpg');
   	background-repeat: repeat-x;
   	cursor: pointer;
	}

.navBarSelectedRight{
	float: left;
	margin-top: 15px;
	width: 14px;
   	height: 46px;
	background-image:url('../../images/selectedRight.jpg');
   	background-repeat: repeat-x;
   	cursor: pointer;
	}

.navBarButtonSelected {
	float: left;
	margin-top: 16px;
	height: 31px;
	cursor: pointer;
   	background-color: #C0DDEF;
   	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	}

.navBarUnselectedLeft{
	float: left;
	margin-top: 14px;
	width: 14px;
   	height: 46px;
	background-image:url('../../images/unselectedLeft.jpg');
   	background-repeat: repeat-x;
   	cursor: pointer;
	}

.navBarUnselectedRight{
	float: left;
	margin-top: 14px;
	width: 14px;
   	height: 46px;
	background-image:url('../../images/unselectedRight.jpg');
   	background-repeat: repeat-x;
   	cursor: pointer;
	}

.navBarButtonUnselected {
	float: left;
	margin-top: 15px;
	height: 33px;
	cursor: pointer;
   	background-color: #1E4F8A;
   	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	padding-top: 12px;
	}

.navSpacer {
	float: left;
	width: 5px;
	height: 40px;
	cursor: default;
	}

.navBarButtonLeft {
	float: left;
	width: 5px;
	height: 40px;
	cursor: pointer;
   	background-repeat: repeat-x;
	}

.navBarButton {
	float: left;
	height: 44px;
	cursor: pointer;
   	background-repeat: repeat-x;
	}



.navBarButtonRight {
	float: left;
	width: 5px;
	height: 40px;
	cursor: pointer;
   	background-repeat: repeat-x;
	}

.navBarButton h1{
	margin-top: 20px;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	}
		
.navBarButtonLink:link {
	text-decoration: none; 
	/*color:#01007f;*/
	color: white;
	}
	
.navBarButtonLink:visited {
	text-decoration: none; 
	/*color:#01007f;*/
	color: white;
	}
	
.navBarButtonLink:active {
	text-decoration: none; 
	/*color:#01007f;*/
	color: white;
	}
	
.navBarButtonLink:hover {
	text-decoration: none; 
	color:#326fb9;
	}

		
#pageContent { 
	width: 930px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	background-color: white;
	margin-top: 30px;
	padding-top: 10px;
}

#footer {
   width: 100%;
   height: 106px;
   background-image:url('../../images/home_footer_slice.jpg');
   background-repeat: repeat-x;
	}

#footerContent {
	width: 940px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	font-family: Verdana; 
	font-size: 10px;
	}
	
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

/* Custom Elements */	
.plainText {
	width: 98%;
	font-family: Verdana; 
	font-size: 12px; 
	text-align: left;
	color: black;
}

.imageRow {
	width: 100%;
	font-family: Verdana; 
	font-size: 10px; 
	text-align: center;
	color: black;
}

h1 {
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: black;
	}

.largeHeaderText { 
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: black;
	}

h2 {
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: black;
	}


.mediumHeaderText { 
	font-family: Verdana; 
	font-size: 16px; 
	text-align: left;
	font-weight: bold; 
	color: #292929;
	}

.smallHeaderText { 
	font-family: Verdana; 
	font-size: 10px; 
	text-align: left;
	font-weight: bold; 
	color: black;
	}

/* Links */
a.contentLink:link {text-decoration: underline; color:blue; font-size: 14px;}
a.contentLink:visited {text-decoration: underline; color:blue; font-size: 14px;}
a.contentLink:active {text-decoration: underline; color:blue; font-size: 14px;}
a.contentLink:hover {text-decoration: underline; color:#3685d6; font-size: 14px;}

a.nocolorLink {
	font-family: Verdana; 
	font-size: 10px;
	margin-left: 0px;
	}
a.nocolorLink:link {text-decoration: underline; color:black;}
a.nocolorLink:visited {text-decoration: underline; color:black;}
a.nocolorLink:active {text-decoration: underline; color:black;}
a.nocolorLink:hover {text-decoration: underline; color:black;}
