﻿body {
	font-family: calibri, arial, verdana, tahoma;
	text-align: center;
	margin: 0px 0px;
	padding: 0px;
	background-color: #666666;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	overflow-x: hidden;
	margin-left: auto;
	margin-right: auto;
}

h4 {
	font-family: calibri, arial, verdana;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-bottom-color: #444444;
	background-color: #eeeeee;
	padding-top: 0px;
	margin-top: 0px;
	text-indent: 5px;
}

img {
	border-style: none;
}

table {
	margin-bottom: 10px;
	width: 100%;
}
td {
	vertical-align: top;
}

span.small {
	font-size: x-small;
	font-style: italic;
}



/*General Links*/
a:link {color:#000000;}
a:visited {color: #000000;}
a:hover {color: #333333;}
a:active {color:red;}


/*Footer Links*/
a.foot:link {
	color: #c0c0c0;
}
a.foot:visited {
	color: #c0c0c0;
}
a.foot:hover {
	color: #ffffff;
}
a.foot:active {color:red;}


/*------left menu formatting------*/
table.leftnav {
	border-collapse: collapse;
}
td.leftnav {
	text-indent: 5px;
	font-size: medium;
	font-family: calibri, arial, verdana;
	font-weight: bold;
	text-align: left;
	background-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e4e4e4;
}
td.leftnav_head {
	color: #ffffff;
	font-family: calibri, arial, verdana;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	background-color: #000000;
}
td.leftnav_last {
	text-indent: 5px;
	font-size: medium;
	font-family: Calibri, Arial, Verdana;
	font-weight: bold;
	text-align: left;
	background-color: #ffffff;
}


a.aleftnav:link {
	color: #666666;
	font-family: calibri, arial, verdana;
	font-size: medium;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
}
a.aleftnav:visited {
	color: #666666;
}
a.aleftnav:hover {
	color: #333333;
}

a.aleftnav:active {
	color: #ff0000;
}

/*------content area gray bar and content cells text formatting------*/
td.graybar {
	background-color: #b9b9b9;
	text-indent: 5px;
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
	font-weight: bold;
}
td.content {
	text-indent: 5px;
	font-size: 10pt;
	color: #ffffff;
	font-family: verdana;
	background-color: #000000;
	vertical-align: top;
}
/*------Page DIVs and formatting------*/

#wpin_bar {
	position: relative;
	z-index: 1;
	text-align: center;
	font-weight: bold;
	background-repeat: repeat-x;
	height: 14px;
	font-size: 12px;
	color: #c0c0c0;
	background-color: #000000;
}

#cyclone_bar {
	position: relative;
	z-index: 1;
	background-image: url('../images/banner-bg.gif');
	background-repeat: repeat-x;
	height: 94px;
}

#menu_bar {
	position: relative;
	height: 20px;
	z-index: 2;
	background-color: #cccccc;
	background-image: url('../images/buttonbg.gif');
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}

#menu_bottom {
	position: relative;
	z-index: 1;
	background-image: url('../images/menu-bottom.png');
	background-repeat: repeat-x;
}

#main_content {
	position: relative;
	text-align: left;
	width: 970px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#left_nav {
	border: thin outset #C0C0C0;
	width: 200px;
	background-color: #ffffff;
	color: #00ff00;
	z-index: 100;
}
#middle_col {
	position: relative;
	top: 0px;
	padding: 0px 2px 0px 2px;
	
}
#right_col {
	position: relative;
	padding: 0px 2px 0px 2px;
	vertical-align: top;
}
div.col_content {
	border: thin outset #C0C0C0;
	background-color: #ffffff;
	overflow: auto;
	padding: 2px;
	vertical-align: top;
	margin-bottom: 5px;
}

td.story_head {
	border: thin outset #C0C0C0;
	background-color: #ffffff;
	overflow: auto;
	padding: 2px;
	vertical-align: top;
	margin-bottom: 5px;
}

td.story_content {
	border: thin outset #c0c0c0;
	background-color: #ffffff;
	overflow: auto;
	padding: 2px;
	vertical-align: top;
	margin-bottom: 5px;
}

#footer {
	text-align: center;
	background-image: url('../images/cyclone_barbg.gif');
	background-repeat: repeat-x;
	height: 80px;
	border-top-style: outset;
	border-top-width: medium;
	border-top-color: #cccccc;
	margin-top: 10px;
	vertical-align: middle;
	position: relative;
}

#footer_content {
	position: relative;
	z-index: 10;
	text-align: center;
	width: 980px;
	font-size: small;
	margin-top: 15px;
	color: #c0c0c0;
	margin-left: auto;
	margin-right: auto;

}
