* 
{
     margin: 0;
}


body 
{
	background-color: #015c85;
	background-image:url(../images/background.jpg);
	background-position: center center;
	background-repeat:repeat-y;
	color: #000;	
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

img 
{
	border: 0px;
}

hr
{
	height: 0px;
	border-bottom: 1px dashed #d7d7d7;
	border-top: 0px;
	margin: 0px 0px 10px 0px;	
}

a:link, a:active
{
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a:visited
{
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #015c85;
	font-size:16px;
	margin: 0px 0px 15px 0px;
}

h2
{
	color: #000;
	font-size:14px;
	margin: 10px 0px 10px 0px;
}

h3, h4, h5, h6
{
	color: #000;
	font-size:12px;
	margin: 10px 0px 10px 0px;
}

form
{
	margin: 0px;
	padding: 0px; 
}

input, select, textarea
{
	font-size: 11px;
}

table
{
	border: 0px;
}

div.content ul
{
	margin: 10px 25px 0px 25px;
}

/* Layout Creators */

div.background-one
{
	background-image:url(../images/background_top_1.jpg);
	background-repeat:no-repeat;
	position:relative;	
	width: 100%;
	text-align:center;

}

div.background-two
{
	background-image:url(../images/background_top_2.gif);
	background-repeat: repeat-x;
	position:relative;	
	width: 100%;
	text-align:center;
}

div.wrapper 
{	
	background-color: #015c85;
	background-image:url(../images/content/background.jpg);
	margin: auto auto;
	position:relative;	
	width: 919px;	
}

div.header
{
	background-image:url(../images/header/header_2.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	height: 284px;
	position:relative;	
	text-align: center;
	width: 919px;
}

div.content-wrapper
{
	
	background-image:url(../images/content/background.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	position:relative;
	text-align:center;
	width: 899px;
}

div.content-area
{
	background-color:#d4f1f7;
	margin: auto auto;
	text-align:left;
	width: 760px;
}

div.content
{
	min-height: 355px;
	padding: 10px;
	width: 550px;	
}

div.sidebar
{
	left: 650px;
	position: absolute;
	top: 15px;
	width: 240px;
}

div.footer
{
	height: 145px;
	margin: 0 auto;	
	text-align: center;	
	width: 919px;
}


/* Custom */

div.clear
{
	clear: both
}


