/* GLOBAL */
body
{
	font-family: 'Open Sans', sans-serif;
/*	font-family: "Arial", "Helvetica", "Helvetica Neue"; */
	font-size: 14px;
	color: #333;
	text-align: left;
/*	background-color: #f2f0ce;
	background:url('../images/background2.png');
	-moz-background-size:100% 100%; /* Firefox 3.6 */
/*	background-size: 100% 100%; */
	background-size: cover;
	background-repeat:no-repeat;
	margin: 30px 0 10px 0;
}
html
{
	background: url('../images/background2.png') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body a
{
	color: #012340;
}
body a:hover
{
	color: #83a603;
}
div#menu ul a
{
	text-decoration: none;
/*	color: black;*/
}
div#menu ul a:hover
{
	text-decoration: overline;
/*	font-weight: bold; */
	color: black;
}
div#simplelinklist ul a
{
	text-decoration: none;
	color: #012340;
/*	color: black;*/
}
div#simplelinklist ul a:hover
{
	text-decoration: none;
	color: #026873;
	font-weight: bold;
}
h2
{
	margin: 20px 0px 5px 0px;
	padding: 40px 0px 0px 0px;
	text-transform: uppercase;
}
h2 a:hover
{
	color: #026873;
}
h3
{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	line-height: 15px;*/
	font-size: 16px;
	color: gray;
}

/* LAYOUT */
div#page
{
	margin: 0 auto 0 auto;
	width: 1000px;
}
div#site_title
{
	color: #012340;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	line-height: 15px;
	margin: 0 0 10px 30px;
}
div#primary_content
{
	/* ROUNDED CORNERS */
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	/* DROP SHADOW */
	-moz-box-shadow: 0px 0px 14px #000000;
	-webkit-box-shadow: 0px 0px 14px #000000;
	box-shadow: 0px 0px 14px #000000;
	/* OTHER */
	background-color: white;
	padding: 10px 0px 10px 40px;
}
div#menu
{
	float: right;
}
div#menu ul
{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
div#menu li
{
	margin: 0;
	padding: 8px;
	display: inline;
}
div#rhpic
{
	margin: 0;
	padding: 10px;
}
div#midpic
{
	margin: 0;
	padding: 25px 0px 5px 0px;
	text-align:center;
}
div#page_content
{
	margin: 30px 0px 0px 0px;
}
div#list ul
{
	list-style-type:square;
	list-style-position:inside;
	display: inline;
	margin: 0;
	padding: 0;
}
div#list li
{
	margin: 0;
	padding: 0;
/*	display: inline;*/
}
div#simplelinklist ul
{
	list-style-type:none;
	list-style-position:inside;
	display: inline;
	margin: 0;
	padding: 0;
}
div#simplelinklist li
{
	margin: 5px 0px 0px 10px;
	padding: 0;
/*	display: inline;*/
}
div#foot
{
	font-size:10px;
	color: gray;
	text-align:center;
}

/* COLOR STYLES */
.color01
{
	color: #012340;
}
.color02
{
	color: #026873;
}
.color03
{
	color: #83a603;
}
.color04
{
	color: #bbbf45;
}
.color05
{
	color: #f2f0ce;
}

