body
{
	background-color:#F4F4F4;
	font-family: "arial";
	font-size:9pt;
	color: #636363;
	text-align:left;
}

#container
{
	width:728px;
	position:absolute;
	left:50%;
	margin-left:-370px;
	background-color:#fff;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

h1
{
	color:#fff;
	font-size:16pt;
	text-align:center;
/*	background-color:#85C329;*/
	background-image: url("header.gif");
	background-position: center;
	background-repeat: no-repeat;
	padding:10px;
	margin-top:0;
	/*text-transform: uppercase;*/
	font-variant:small-caps;
}

a:link, a:visited
{
	color: #74a8f5;
	font-weight: bold;
	border-bottom: 1px orange dashed;
	text-decoration:none;
}

input, textarea
{
	border:1px solid #74a8f5;
	background-color: #fff;
	color:#636363;
	font-size: 8pt;
	font-weight:bold;
}

#address_box
{
	width: 400px;
}

#g_search input
{
	width: 100px;
}

#g_search
{
	float:right; 
	width:220px; 
	margin-top:10px; 
	text-align:center;
}


#g_links
{
	 overflow:hidden;
	 clear:both;
	 margin-top:0px;
}


#subscribe_1
{
	float:left;
	margin-top:10px;
	text-align:left;
	font-weight:bold;
	height:18px;
}

#subscribe_2
{
	float:right;
	margin-top:10px;
	text-align:center;
	width:220px;
	height:18px;
}

#subscribe_2 input
{
	width:100px;
}

#footer
{
	margin-top:10px;
	clear:both;
	text-align:center;
}

a:active, a:hover
{
	color: #fb9622;
}

/*
#intro
{
	color:#636363;
	padding:10px;
	text-align:justify;
	width:364px;
	height:40px;
	border-left:1px solid #c1c1c1;
}
*/

#hor_rule
{
	border-bottom:1px solid #c1c1c1;
}

#links
{
	text-align:center;
	background-image: url('links.gif');/*background-color:#9BD1FA*/
	float:right;
	width:222px;
	height:208px;
	margin-top:10px;
	margin-left:10px;
	padding:0px;
}

#g_ads
{
	float:left;
	width:468px;
	margin-top:10px;
}

h3
{
	font-size:10pt;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
	text-decoration: underline;
}

#go_bar
{
	clear:both; 
	margin-top:10px; 
	float:left; 
	width:auto;
	text-align:left
}

li, ul
{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

li
{
	display:block;
}

li a, li a:link, li a:visited
{
	display:block;
	/*font-size:x-small;*/
	/*text-transform:uppercase;*/
	/*font-variant: small-caps;*/
	/*text-decoration:none;*/
	color: #f0f0f0;
	font-weight: bold;
	text-align:center;
	border:none;
	padding-top:5px;
	padding-bottom:5px;
}

li a:hover{
	background-color:#d9e7fc;
	color:#fb9622;
}

#box
{
	/*background-color:#FFF3AF;*/
	background-image: url("box.gif");
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	width:329px;
	height:60px;
	float: left;
	font-size: 11pt;
	font-variant:small-caps;
}

#box a:link, #box a:visited
{
	border:none;
	font-weight: normal;
}

p
{
	line-height:150%;
	text-align:justify;
}

h2
{
	color:#fff;
	font-size:13pt;
	font-variant:small-caps;
}

#in_box
{
	padding:10px;
	line-height:150%;
	letter-spacing:1px;
}

#error, #auth
{
    background-color: #BF6464;
    border-top: 1px solid #44352C;
    border-bottom: 1px solid #44352C;
    width: 700px;
    clear: both;
    color: #fff;
    margin-top:10px;
}

#auth
{
    background-color: #94C261;
}

#error p, #auth p, #auth form
{
    margin: 5px;
}