h1 { color: orange; font-size: 20px; font-family: arial; font-weight: bold; line-height: normal; text-transform: capitalize; }

h2 { color: orange; font-size: 16px; text-transform: capitalize; } 
h3 { color: black; font-size: 14px; text-transform: capitalize; } 
body { color: #000000; font-size: 12px; font-family: arial; margin: 0; background-image: url(../images/page_bg.jpg); background-repeat: repeat-x; }

input, textarea { color: #000000; font-size: 12px; font-family: arial; }

p { color: #000000; font-size: 12px; font-family: arial; }

td { color: #000000; font-size: 12px; font-family: arial; }

a:link { color: #00ADEF; font-weight: bold; text-decoration: underline; }

a:visited { color: #00ADEF; font-weight: bold; text-decoration: underline; }

a:hover { color: #CAD833; font-weight: bold; text-decoration: none; }

a:active
{
color: #00ADEF; font-weight: bold; text-decoration: underline; 
outline: none;
}

a:focus
{
outline: none;
}

.support_link:link { color: #000000; font-weight: bold; text-decoration: none; }

.support_link:visited { color: #000000; font-weight: bold; text-decoration: none; }

.support_link:hover { color: orange; font-weight: bold; text-decoration: underline; }

.support_link:active
{
color: #000000; font-weight: bold; text-decoration: none; 
outline: none;
}

.footer_link:link { color: #CCCCCC; font-weight: bold; text-decoration: underline; }

.footer_link:visited { color: #CCCCCC; font-weight: bold; text-decoration: underline; }

.footer_link:hover { color: orange; font-weight: bold; text-decoration: none; }

.footer_link:active
{
color: #CCCCCC; font-weight: bold; text-decoration: underline; 
outline: none;
}



#bg { 
	width: 100%; 
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}

#holder { 
	width: 755px; 
	text-align: left;
}

#header { 
	width: 760px; 
	left: 0; 
	top: 0; 
	vertical-align: top;
}

#footer { 
	padding: 4px 2px 0 0;
	color: #CCCCCC;
	font-size: 10px; 
	text-align: right; 
	background-color: #FFFFFF;
}
.address {
	font-size: 11px;
	padding: 15px 5px 15px 15px;
	
}

#topright {  
	margin-top: 25px; 
	width: 200px;
	float: right;
	height: 44px;
}

.clear_both {
	clear: both;
}

#nav { margin-top: -1px;  width: 158px; float: left; overflow: auto; background-color: #ffffff; min-height: 361px; background-image: url(../images/nav_bg.jpg); background-repeat: repeat-y; min-height: 100px; }


#content_box {
margin-top: -79px;  width: 597px; float: left; background-color: #ffffff;  padding: 0; background-image: url(../images/content_bg.jpg); background-repeat: repeat-y; }

#content { width: 555px; overflow: auto; background-color: #ffffff; height: 396px; padding: 0 17px 10px 10px; float: right;  text-align: left; margin: 0 4px 0 0; }

.link_content { padding: 0; border-color: orange; border-style: solid; border-width: 1px; }

.link_text {
	font-size:11px; background-color: #EFEFEF;
	border-color: orange; border-style: solid; border-width: 1px 0 0 0;
}

.image_left {
	border: 1px solid orange;
	margin: 0 8px 0 0;
	float: left;
}

.image_right {
	border: 1px solid orange;
	margin: 0 0 0 8px;
	float: right;
}

.image_center {
	border: 1px solid orange;
	margin: 0 8px 0 8px;
	}

.left {
	float: left;
}

.right {
	float: right;
}

li { font-weight: bold; margin-top: 8px; margin-bottom: 8px; list-style-image: url(../images/bullet.gif); }

.error_text {
	color: red;
	font-size:10px;
}