@charset "utf-8";

/*main*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/container-bg.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height:152px;

}

#sub-header {
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	height:195px;

}


#mainContent {
    width:760px;
	background-image:url(images/home-content-bg.jpg);
	
	background-repeat:no-repeat;
	float:left;
}

#sub-content{
    width:760px;
}

#text {
padding-left:40px;
padding-right:10px;
padding-top:0px;
margin-top:0px;
}

#home-text {
padding-left:40px;
font-weight:bold;
padding-right:10px;
padding-top:0px;
margin-top:0px;
height:179px;
}

img {
float:left;
border:none;
}



#footer {
  
	width:760px;
	background-image:url(images/home-footer.jpg);

	clear:left;
	color:#FFFFFF;

}

#sub-footer {
    clear:left;
	background-image:url(images/sub-footer.jpg);
	background-repeat:no-repeat;
	height:72px;
	color:#FFFFFF;

}

.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.table {
padding-left:45px;
padding-top:10px;
}

/*end main*/
/*---------------------------------------------------------------------------------*/


/*navigation*/

#navigation {
width:610px;
padding-left:175px;
padding-top:105px;
padding-bottom:100px;
}

#navigation ul {
padding:0px;
margin:0px;
list-style-type:none;
}

#navigation li {
display:inline;
color:#333333;
padding:20px;
font-weight:bold;
font-size:11px;

}


#navigation li a:link {
text-decoration:none;
color:#333333;
}

#navigation li a:visited {
text-decoration:none;
color:#333333;
}


#navigation li a:hover {
text-decoration:underline;

}

#navigation li a:active {
text-decoration:none;
}

#navigation2 {
color:#fff;
padding-left:135px;
background-color:#0033CC;
height:20px;
padding-top:10px;
}

#navigation2 ul {
padding:0px;
margin:0px;
list-style-type:none;

}

#navigation2 li {
display:inline;
color:#333333;
padding:25px;
font-weight:bold;
font-size:11px;

}


#navigation2 li a:link {
text-decoration:none;
color:#fff;
}

#navigation2 li a:visited {
text-decoration:none;
color:#fff;
}


#navigation2 li a:hover {
text-decoration:underline;

}

#navigation2 li a:active {
text-decoration:none;
}

/*************************************************home link************************************************************/

#navigation li.home a:link {
text-decoration:none;
color:#FFFFFF;
}

#navigation  li.home a:visited {
text-decoration:none;
color:#FFFFFF;
}

#navigation li.home a:hover {
text-decoration:underline;

}

#navigation  li.home a:active {
text-decoration:none;
}


/*************************************************footer links************************************************************/

#footer a:link {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
font-size:10px;
}

#footer a:visited {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
font-size:10px;
}

#footer a:hover{
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
font-size:10px;
}

#footer a:active {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
font-size:10px;
}


/**************************sub footer********************************/

.subtable {
padding-top:35px;
text-align:center;
}

#sub-footer a:link {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
font-size:10px;
}

#sub-footer a:visited {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
font-size:10px;
}

#sub-footer a:hover{
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
font-size:10px;
}

#sub-footer a:active {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
font-size:10px;
}

/**************************links********************************/
a:link {
color:#000066;
text-decoration:underline;


}

 a:visited {
color:#000066;
text-decoration:underline;

}

 a:hover{
color:#000066;
text-decoration:none;

}

 a:active {
color:#000066;
text-decoration:underline;

}

/* end navigation*/



/*************************************text styles*************************************************************/
h1 {
font-size:22px;
color:#000066;
}

ul {
list-style-type:disc;

}

li {
display:block;
color:#000000;
padding:5px;
}

.subtitle {
color:#000066;
font-size:14px;
font-weight:bold;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
}

.back {
padding:0px 0px 0px 685px;
}

.space {
padding-top:5px;
}