/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	padding: 0px;
	background: #cccccc;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 100% Arial,sans-serif;
 color: #333333;
 line-height: 14px;
 margin: 0px 0px -15px 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	margin: 10px auto 0 auto;
	width: 780px;
	background-color: #ffffff;
	border:solid #000000 4px;
}

#pagecell2{
	margin: 34px auto 0 auto;
	width: 605px;
	background-color:#FFFFFF;
	border-left: 175px solid #333366;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	width: 780px;
}

#pageNav{
	float: left;
	width:175px;
	padding: 0px;
	font: small Verdana,sans-serif;
	margin: 0 0 0 -175px;
}

#contentwrap{
	float: right;
	padding: 0px ;
	min-width:580px;
}

#content{
	float: right;
	padding: 10px ;
	min-width:580px;
}

#footer{
	clear: both;
	background-color: #d7c9af;
	border-top: 2px solid #666666;
	font-size: small;
	color: #333333;
	padding: 5px 10px;
	margin: 0 0;
}

#footer a{
	color:#666666;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/


/************ sectionLinks styles **************/

#login{
	margin: 5px 0 0 10px;
	position:relative;
}

#login a:link, #login a:visited {
	display: inline;
	border-bottom: 1px solid #FFFFCC;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
	color: #FFFFCC;
}

#login a:hover {
	border-bottom: 1px dotted #FFFF99;
	color:#FFFF99;
	text-decoration: none;
}

#sectionLinks{
	margin: 20px 0 0 0;
	position: relative;
	padding: 0px;
	width: 175px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 2px solid #333366;
	background-color:#333366;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color:#CCCCCC;
}

#sectionLinks a:hover{
	border-bottom: 2px solid #29295A;
	background-color: #29295A;
	font-weight: bold;
	text-decoration: none;
	color:#CCCCCC;
}

/************** header styles ****************/

#header{
	padding: 0px;
	background-color:211f5f;
	margin: 0;
}

#header img{
	position: relative;
	padding: 0px;
	margin: 0px;
}

#banner {
	margin:-34px auto;
	position:relative;
}

#banner h1{
	font: bold "Times New Roman", Times, serif;
	font-size: 24px;
	text-align:center;
	color: #333366;
	padding: 0px;
}

.caption {
	font: Arial, Helvetica, sans-serif;
	font-size:90%;
	font-style:italic;
}

/************** feature styles *****************/

.feature{
	margin: 0px -10px 0 -10px;
	padding: 0px 0px 10px 0px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


