@charset "utf-8";



body, html{
	background-color: #063563;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}

.green{
	color: #338433;
}

.orange{
	color: #E18700;
}
.yellow{
	color: #FF0;
}

#wrapper {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #e2f0f7;
	border: medium ridge #CCC;
}

#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	padding-top: 55px;
	height: 195px;
	text-align: center;
	padding-left: 380px;
}
#page{
	}

#sidecontainer{
	float: left;
	width: 300px;
	padding-left: 20px;
}

#sidebar{
	background-repeat: no-repeat;
	width: 300px;
	padding-top: 10px;
	background-color: #F8F8F8;
	height: 755px;
}

#sidecontent{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

#sidebtns{
	text-align: center;
}

#nav{
	margin-left: 10px;

}
#content{
	width: 600px;
	padding-right: 20px;
	float: right;
	}

#contentlong{
	width: 600px;
	margin-right: 20px;
	float: right;
	background-color: #8cc8ec;
	}
	
#contentlongleft{
	padding-top: 10px;
	padding-left: 10px;
}

#contentwide{
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

#welcome{
	height: 280px;
	text-align: left;
	padding-right: 220px;
	padding-top: 10px;
	padding-left: 10px;
	background-image: url(images/welcomebox.jpg);
	background-repeat: no-repeat;
}

#welcomesig{
	margin-left: 30px;
	margin-right: 40px;
	text-align: right;
}

#custlogin{
	background-image: url(images/loginbox.jpg);
	background-repeat: no-repeat;
	height: 464px;
	padding-top: 10px;
	padding-left: 10px;
}

#custleft{
	width: 360px;
	float: left;
	padding-right: 10px;
}

#custright{
	width: 208px;
	float: right;
	height: 444px;
	margin-right: 10px;
	background-color: #258AC7;
}

#custrighttxt{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	color: #FFF;
}

#custrightp{
	width: 208px;
	float: right;
	height: 444px;
	background-image: url(images/gbright.jpg);
	background-repeat: no-repeat;
}

#custrighttxtp{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	color: #FFF;
}

#footer{
	clear: both;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 10px;
}
	
post{
	}
	
entry{
	}

p{
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #30C;
}

a:visited {
	color: #800080;
}


a.button {
	color: #000066;
	display: block;
	text-decoration: none;
}

a.button span {
	display: block;
	padding: 5px 0 5px 18px;
	line-height: 12px;

}

a.button:active {
	background-position: bottom right;
	color: #FF9900; 
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; 
}

a.button:hover {
	background-position: right bottom;
	color: #FF9900; 
	outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; 
}

a.current {
	color: #E18700;
	display: block;
	text-decoration: none;
}
a.current span {
	display: block;
	padding: 5px 0 5px 18px;
	line-height: 12px;

}

img
{
	border-style: none;
	padding-top: 10px;
}
