/* cheap reset */
*{
	margin:0;
	padding:0;
	font-size:11pt;
	font-weight: normal;
}

body{
	font-family: "Arial",sans-serif;
	color:black;
	background-image: url(/contentImages/default/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	text-align: center;
	background-color: black;
	margin-left:1px;
}

html>body{margin:0}

div#wrapper{
	width:950px;
	text-align: left;
	margin:15px auto 0 auto;
	background-image: url(/contentImages/default/template_repeat.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	height:auto !important;
	height:100%;
}

div#menu img{
	border:0;
}

div#content{
	padding:50px;

}

div#contenthome{


}

.clear{
	clear:both;
}


div#home-content{
	float:left;
	width:460px !important;
	width:579px;
	margin:40px 0;
	padding:0 45px 45px 45px;}

div#home-news{
	float:right;
	border-left:1px solid #bdd020;
	width:290px !important;
	width:370px;
	margin:40px 0;
	padding:0 45px 45px 45px;
}

div#header a{
	display:block;
	background-image: url(/contentImages/default/template_header.jpg);
	height:138px;
	width:950px;
	text-indent: -9999px;
	outline: none;
	
}

div#home-news h1{
	color:#bdd020;
}

a{
	color:#00aece;

}

p{
	font-size:11pt;
	margin-bottom:10px
}

h1{
	font-size:18pt;
	
	color:#00aece;
	margin-bottom:10px;
}

h2{
	font-size:15pt;
	
	color:#00aece;
	margin-bottom:10px;
}

h3{
	font-size:13pt;
	
	color:#00aece;
	margin-bottom:10px;
}


#newslettersignup td{
	padding:3px;
}
