/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-color:#E9F1FE;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
    text-align: center; /* center on ie */
}

a:link, a:visited, a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	text-decoration:underline;
	background-color:#FFCC66;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 200%;
 color: #334d55;
}

h2{
 font-size: 120%;
 color: #006699;
 font-weight:bold;
}

h3{
 font-size: 170%;
 color: #334d55;
 font-weight:bold;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#main{
    margin: 0 auto; /* center on everything else */
	padding: 0px;
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	text-align:left;
	width: 750px;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	background-image:url(head.gif);
	border-bottom: 1px solid #cccccc;
	width: 100%;
}


#content{
    float:left;
	width: 70%;
	margin: 0;
	padding: 0 3% 0 0;
	line-height:150%;
}

#left{
    float:right;
	width: 20%;
	margin: 0;
	
	line-height:150%;
	}

#catchcopy{
	line-height:150%;
	padding: 20px 15% 0px 15%;
	font-size:200%;
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 50px 10px 50px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	text-align:center;
	margin-top: 0px;
}

