html, body{
	margin:0;
	padding:0;
	text-align:center;
} 
body {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;
	background-position: 3px;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
}

#pagewidth{
	width:762px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(../images/page_bg.jpg);
} 
 
#header{
	position:relative;
	height:146px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(../images/header.jpg);
} 
#header #head_nav {
	font-size: 0.75em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	margin-top: 78px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 25px;
}
#head_nav a:link, #head_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#head_nav a:hover {
	color: #D0C583;
	text-decoration: none;
}

#leftcol{
	width:29%;
	float:left;
	position:relative;
	background-image: url(../images/left_nav_bg2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
 }
 
#leftcol #bottom {
	background-image: url(../images/left_nav_bott2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 223px;
}

 
#twocols{
	width:70%;
	float:right;
	position:relative;
  }
 
#rightcol{
	width:33%;
	float:right;
	position:relative;
	margin-right: 9px;
	padding-top: 20px;
 }
#maincol a {
	text-decoration: none;
}

 
#maincol{
	background-color: #FDFDFD;
	float: left;
	display:inline;
	position: relative;
	width:63%;
	margin-top: 8px;
 }
 
#footer{
	height:40px;
	background-color:#FFFFFF;
	clear:both;
	text-align: right;
	color: #C0794D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
	padding-right: 15px;
	vertical-align: bottom;
 } 
#footer a {
	text-decoration: none;
}
#footer a:link {
	color: #333399;
}

 
#rightcol .navbox_top {
	background-image: url(../images/rt_nav_top.jpg);
	background-repeat: repeat-x;
}
#rightcol .navbox_left {

	background-image: url(../images/rt_nav_lft.jpg);
	background-repeat: repeat-y;
}
#rightcol .navbox_rt {
	background-image: url(../images/rt_nav_rt.jpg);
	background-repeat: repeat-y;
}
#rightcol .navbox_bott {
	background-image: url(../images/rt_nav_bott.jpg);
	background-repeat: repeat-x;
}
#breadcrumb {
	font-size: 0.7em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
}
#breadcrumb a {
	color: #999999;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #003399;
}
#guide {
	color: #003399;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	margin-right: 20px;
}
#guide a {
	color: #003399;
	text-decoration: none;
}
#rightcol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rightcol p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}
#rightcol a {
	text-decoration: none;
}
#rightcol a:link {
	color: #003399;
}
#rightcol a:visited {
	color: #666666;
}
#rightcol a:hover {

	color: #993300;
}
#rightcol h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #996600;
	margin-top: 0px;
	margin-bottom: 2px;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #996600;
	width: 340px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #996600;
	margin-top: 3px;
	margin-bottom: 2px;
	letter-spacing: .1em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 2px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 2px;
}

h2 + p {
	margin-top: 15px;
}

h3 + p {
	margin-top: 2px;
}

h4 + ul,h4 + p {
	margin-top: 4px;
}

.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

p.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 4px;
}

#maincol th {
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	color: #666666;
}

#maincol li {
	margin-bottom: 4px;
}

#maincol p.faq {
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#maincol p.faqA {
	font-size: 0.9em;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
}

#maincol ul.faqA {
	font-size: 0.9em;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 40px;
}

#maincol a:link {
	text-decoration: none;
	color: #333399;
}

#maincol a:visited {
	text-decoration: none;
	color: #663399;
}

#maincol a:hover {
	text-decoration: none;
	color: #CC3300;
}


 /* Float containers fix */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{
	display:none;
} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
#footer a:visited {

	color: #6666CC;
}
#footer a:hover {


	color: #CC3300;
}
