/* CSS Document */

@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
	text-align:center;
	background-image: url(../images/bkgnd.gif);
	background-repeat: repeat-x;
		}
	
	#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	border-color: #333;
	border-style: solid;
	border-width: thin;
	background-color: #FFFFFF;	
	
		}
		
	#contentleft {
		width:185px;
		margin: 25px 0px 0px 0px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:400px;
		margin: 25px 5px 0px 0px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
	#contentcenterlrg {
		width:565px;
		margin: 25px 0px 0px 0px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentright {
		width:155px;
		margin: 25px 10px 0px 0px;
		padding:0px;
		float:left;
		background:#C0DAC9;
		}
	
	#contentheader {
		background:#fff
		}
		
	#contentfooter {
		width:740px;
		margin: 10px 0px 0px 0px;
		padding:0px;
		float:left;
		background:#fff;
		/*background-image: url(../images/footerline.gif);
		background-repeat: no-repeat;
		border-top-color: #CCCCCC;
		border-top-style: solid;
		border-top-width: thin;*/
		}
		
/*/////////////// FONTS /////////////////*/
		
	p,h1,h2,H3,h4,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	h2 {
		font-size:14px;
		padding-top:10px;
		font-weight: bold; 
		font-family: arial; 
		color: rgb(0, 154, 200); 
		font-size: 12px; 
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
		
	#contentcenter h1 {
	font-size:14px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #009AC8;
	font-weight: bold;
		}
		
	#contentcenterlrg h1 {
	font-size:14px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #009AC8;
	font-weight: bold;
		}
		
	#contentcenterlrg h3 {
	font-size:13px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: NORMAL;
		}
		
	#contentcenterlrg h4 {
	font-size:12px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #009AC8;
	font-weight: normal;
		}
		
	#contentcenterlrg th {
	font-size:12px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	text-align:center;
		}
	
	#contentright p { font-size:10px; font-family: Arial, Helvetica, sans-serif}
	
	#contentfooter p {
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
		padding:10px 0px 10px 0px;
		margin:0px;
		color: #999999;
		}
	
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-right: 2px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
}

.footeremail {
	font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
		padding:10px 0px 10px 0px;
		margin:0px 0px 0px 425px;
		color: #999999;
}

/*//////////////// LINKS ///////////////////*/


a.navlink:link {color: #999999; text-decoration: none; padding: 2px 2px 2px 2px;}
a.navlink:visited {color: #999999; text-decoration: none; padding: 2px 2px 2px 2px;}
a.navlink:hover {color: #ffffff; text-decoration: none; background-color: #009AC8; padding: 2px 2px 2px 2px;
}

a.one:link {color: #009AC8; text-decoration: none;}
a.one:visited {color: #009AC8; text-decoration: none;}
a.one:hover {color: #000066; text-decoration: underline;}

a.two:link {color: #036; font-weight: bold; text-decoration: none;}
a.two:visited {color: #036; font-weight: bold; text-decoration: none;}
a.two:hover {color: #666; font-weight: bold; text-decoration: underline;}

/*///////// IMAGES /////////////*/

.footerimage {
	margin: 5px 0px 5px 0px;
	}
	
/*///////// BKGNDS /////////////*/


.footerbkgnd {
	background-image: url(../images/footerline_sml.gif);
	background-repeat: repeat-x; 
	}.borderright {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}


/*//////////// LISTs /////////////*/


ul.faq
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
font-weight: normal;
color: #333333;
list-style-type: none;
padding: 0px;
margin: 0px;
}
li.a
{
background-image: url(../images/Q&A_03.gif);
background-repeat: no-repeat;
background-position: 0px -5px 0px 5px;
padding-left: 25px;
line-height:16px;
}

li.b
{
background-image: url(../images/Q&A_06.gif);
background-repeat: no-repeat;
background-position: 0px -5px 0px 5px;
padding-left: 25px;
line-height:16px;
}

/* extend the links menu item */
.linksMenuItem{width:300px !Important;}
.linksMenuItem li{width:300px !Important;}



