/***** Page Formating ******/

body {
	text-align: center;
	margin: 20px 0; /* Change the xxx in url(xxx) to a link to the background image. If there is no background image (you have a white background), remove this line. */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #699; /* Greenish teal **/	/***
	background-color: #99702B; Gold color
	background-color: #699; Greenish teal
	background-color: #548599; Bluish Grey Green
	background-color: #408199; Darker Blue... ugh
	***/
}

/*** #wrapper fixes the width of the page. Currently 780 pixels. Change width accrodingly for the site. ***/	   
#wrapper {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	border: none;
	background-color: #FFFFFF;
}

#header {
	text-align: center;
	border-bottom-color: #336666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #336666;
	border-right-color: #336666;
	border-left-color: #336666;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}

#content {
	overflow: hidden;
	background-color: #FFFDED;
	border-right-color: #336666;
	border-right-style: solid;
	border-right-width: 1px;
}

/*** #left fixes the width of the left column to 175 pixels -- 155px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#left {
	float:left;
	width: 158px;
	padding: 20px;
	background-color: #9FC9C0;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}

/*** #right fixes the width of the left column to 605 pixels -- 585px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#right {
	float:right;
	width: 760px;
	padding: 20px;
}

#footer {
	clear:both;
	text-align: center;
	border-top-style: solid;
	border-top-color: #336666;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	visibility: visible;
	position: relative;
	border-right-color: #336666;
	border-bottom-color: #336666;
	border-left-color: #336666;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/****** Text Formatting ******/


/*** Left Text Formatting ***/
#left a:link {
	color:#FFCC00;
	text-decoration: none;
}

#left a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#left a:hover {
	color:#FFFF66;
	text-decoration: none;
}

#left H3 {
	color:#FFFF00;
}

#left p {
	color: #FFFFFF;
}

#left ul li {
	font-size: 12px;
	list-style-type: square;
}

/*** Right Text Formatting ***/
#right a:link {
	color:#336666;
	text-decoration: none;
}

#right a:visited {
	color:#336666;
	text-decoration: none;
}

#right a:hover {
	color:#76B177;
	text-decoration: none;
}

#right img {
	color:#FFFFE6;
	text-decoration: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#right p {
	color: #666666;
}

#right p.boldgreen {
	color: #336666;
	font-weight: bold;
}

#right ul li {
	font-size: 12px;
	list-style-type: disc;
	color: #666666;
}

#right ol li {
	font-size: 12px;
	list-style-type: decimal;
	color: #666666;
}

#right td {
	font-size: 12px;
	color: #666666;
}

#right td.form_text_shaded {
	color: #000000;
	text-decoration: none;
	background-color: #79A3A3;
	font-weight: bold;
}

#right td.H3-like_text {
	color:#336666;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

#right H3 a:link {
	text-decoration: underline;
	color: #336666;
}

#right H3 a:visited {
	text-decoration: underline;
	color: #336666;
}

#right H3 a:hover {
	text-decoration: underline;
	color: #76B177;
}

/*** Footer Text Formatting ***/
#footer p {
	margin-top: 5px;
	color:#336666;
	margin-bottom: 5px;
}

/* #footer a {
	font-size: 12px;
} */

#footer a:link {
	color:#336666;
	text-decoration: underline;
}

#footer a:visited {
	color:#336666;
	text-decoration: underline;
}

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

/*** General Text Formatting ***/
.boldgreen {
	font-weight: bold;
	color: #336666;
}

.copyright{
	font-size: 9px;
	color: #336666;
	font-style: italic;
}

.footer {
	color: #336666;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

H1, H2, H3, H4, H5, H6	{ 
	color: #336666; 
	font-style: normal; 
	font-weight: bold;
}

H1	{font-size: 20px;}
H2	{font-size: 17px;}
H3	{font-size: 14px;}
H4	{font-size: 12px;font-weight: normal;}
H5	{font-size: 11px;font-weight: normal;}
H6	{font-size: 9px;font-weight: normal;}

p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.error {
	color: #FF0000;
}

.H3-like_text {
	color:#336666;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}


/*** Ticker Text Formatting ***/
#tickertext, #tickertext p {
	color: white;
	background-color: #366666;
}
#tickertext p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tickertext a:link{
	color: blue;
	background-color: #FFD700;
}
#tickertext a:hover{
	color: gray;
	background-color: white;
}
#tickertext a:visited{
	color: #3E4A15;
	background-color: #F4E42A;
}



/*** Nav Menu Formating ***/

.tallbtn {
	background-color: #336666;
	background-image: url(../new_images/nav/tallbtn4.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.navBkgnd {
	background-color: #336666;
	/* background-image: url(../new_images/nav/bkgnd.gif);
	background-repeat: repeat-y; */
}

.shortbtn {
	background-color: #336666;
	background-image: url(../new_images/nav/shrtbtn4.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.divider { background-color: #336666; background-image: url(../new_images/nav/divider.gif); background-repeat: repeat}
