/* ----------Body Attribs---------- */
body {
	font-size: 12px;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0px;
	background-color: #ffffff;
}

/* ----------Link Attribs---------- */
a:active {
	font-size: 12px;
	color: red;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	font-size: 12px;
	text-decoration: none;
	color: blue;
	font-weight: normal;
}
a:visited {
	font-size: 12px;
	color: purple;
	text-decoration: none;
	font-weight: normal;
}

/* ----------Header 2 Attribs---------- */
h2 {
	text-align: left;
	font-style: normal;
	color: black;
	font-weight: bolder;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* ----------Header 3 Attribs---------- */
h3 {
	text-align: left;
	font-style: normal;
	color: #3E597E;
	font-weight: bolder;
	font-family: verdana, arial, helvetica, sans-serif;
}

/*----------Un-ordered List (ul) Attribs----------*/
ul {
	list-style-type: disc;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
}

/*----------Ordered List (ol) Attribs----------*/
ol {
	font-style: italic;
	font-weight: bold;
}

/*--------BlockQuote Attribs--------*/
blockquote {	
	font-size: 12px;
	font-weight: 200;
	font-style: italic;
	font-family: verdana, arial, helvetica, sans-serif;
}


/*----------------------------------------------------------------------------------*/



/* ----------Table Attribs---------- */

/*----------Portal (page) Table----------*/
table.nav {
	width: 361px;
	height: 490px;
	border: 0px;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	vertical-align:middle;
}

/*----------Image/Navigation Table----------*/
table.top {
	width: 761px;
	height: 107px;
	border: 0px solid #000000;
	background-color: #ffffff;
	text-align: center;
	vertical-align:top;
}

/*----------Main Table----------*/
table.main {
	background-color: #ffffff;
	border: 2px solid #000000;
	width: 761px;
	text-align: justify;
	color: black;
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}


/* ----Table (Main - Link Cols) Attribs ----*/
td.navlinks1 {
	width: 33%;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

td.navlinks3 {
	width: 33%;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

td.navlinks2 {
	width: 33%;
	text-align: right;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

/* ----Table (Photos) Attribs ----*/
table.photo {
	border: 0px solid	#000000;
	background-color: white;
	width: 761px;
	text-align: justify;
	color: black;
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* ---- Photo Table (td) ----*/
td.photo {
	width: 152;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

/* ---- News Table  ----*/
table.news {
	width: 99%;
	border: 0px solid #3e597e;
	background-color: white;
	text-align: justify;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

/* ---- News Table  ----*/
td.news-title {
	width: 100%;
	border: 0px solid #000000;
	background-color: #dddddd;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}

/*----------------------------------------------------------------------------------*/		


/*-------------------Image Attribs--------------------*/
img.wind {
	float: left;
	border-width: 0px;
	padding-left: 5px;
	padding-right: 5px;
}


img.line {
		float: none;
}


div.title {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #840000;
}
