/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #494949;
	line-height: 1.166;
	margin-top: 0px;
	padding: 0px;
}

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

a:link{
	color: #0000CC;
	text-decoration: underline;
}

a:visited{
	color: #0000CC;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #009900;
}

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

h1{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: large;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 10px;
	padding-bottom: 6px;
}

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

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

h4{
 font: 100% Arial, Verdana, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #333333;
 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;
}

/************** topic styles *****************/

.topic{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	padding: 0px;
}

/*************** 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;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 5px 10px 10px 10px;
	margin-top: -1px;
	background-color: #FFFFFF;
}

#siteInfo1{
	clear: both;
	border-top: 1.5px solid #999999;
	font-size: small;
	color: #cccccc;
	padding: 10px 8px 8px 8px;
	margin-top: -1px;
	background-color: #336699;
}


/************* relatedtopics styles **************/

.relatedtopics{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.relatedtopics h3{
	padding: 0px 0px 2px 0px;
	border-bottom: 1px;
	font-size: small;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #0066FF;
	border-bottom-style: dashed;
	border-color: #99CC99;
}

.relatedtopics a,
        .relatedtopics a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#999999;
	line-height: 16px;
	text-decoration: none;
	font-size: x-small;
		}

        .relatedtopics a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:normal;
	text-decoration: none;
	font-size: x-small;
		}

        .relatedtopics a:active,
        .relatedtopics a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#00CC00;
	font-size: x-small;
		}

/************* featuredtopics styles **************/

.featuredtopics{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.featuredtopics h2{
	padding: 0px 0px 2px 0px;
	border-bottom: 1px;
	font-size: small;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #0066FF;
	border-bottom-style: dashed;
	border-color: #99CC99;
}

.featuredtopics a,
        .featuredtopics a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
	font-size: x-small;
		}

        .featuredtopics a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	font-size: x-small;
		}

        .featuredtopics a:active,
        .featuredtopics a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#00CC00;
	font-size: x-small;
		}
		
/************* header styles **************/

.header{
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	color: #999999;
}

.header a,
        .header a:link {
		font-family:Arial, Verdana, sans-serif;
		font-size: 100%;
		text-decoration: none;
		font-weight:normal;
		color:#666666;
		}

        .header a:visited {
	font-family:Arial, Verdana, sans-serif;
	font-size: 100%;
	color:#666666;
	font-weight:normal;
	text-decoration: none;
		}

        .header a:active,
        .header a:hover {
		font-family:Arial, Verdana, sans-serif;
		font-size: 100%;
		text-decoration: underline;
		font-weight:normal;
		color:#0066FF;
		}
/************* bottom styles **************/

.bottom{
	color: #CCCCCC;
}

.bottom a,
        .bottom a:link {
		font-size: 10px;
		text-decoration: none;
		font-weight:normal;
		color:#CCCCCC;
		}

        .bottom a:visited {
	color:#CCCCCC;
	font-weight:normal;
	text-decoration: none;
		}

        .bottom a:active,
        .bottom a:hover {
		text-decoration: none;
		font-weight:normal;
		color:#CCCCCC;
		}

/* STYLES FOR CONTACT FORM */

#warn_box{
/* This is the DIV which prints errors at the top of the page during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 5px;
}

#warn_box ul{
/* This is the UL list of error messages in the 'warn_box' DIV  */
	list-style-type: square;
}

#cont_form_wrapper{
/* This is the div that wraps the form itself. No styles here, but I list it anyway */
}

#contact_form{
/* This is the table which holds the form */
	border: 0;
	border-collapse: collapse;
}

#contact_form td{
/* These are the cells in the form table */
	padding: 3px;
	vertical-align: top;
}

.warn_msg{
/* These are the table cells which print the individual messages during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 3px;
}

.form_label{
/* These are the labels for each form element */
	width: 200px;
	text-align: right;
}

.form_text{
/* These are the 'text' input types in the form */
	width: 200px;
}

.form_txt_area{
/* This is the textarea used in the form */
	width: 200px;
}