@charset "utf-8";
/* CSS Document */

* html {
font-size:101%;
}

body {
font:0.625em/150% Arial, Helvetica, sans-serif;
background:fixed #fedc00 url(../Images/Layout/pageBG.jpg) center center no-repeat;
}

p, li {
font-size:1.2em;
margin-top:0;
color:#ffffff;
}
	p a {
	color:#ffffff;
	text-decoration:none;
	}
		p a:hover {
		color:#fedc00;
		}

.calltoaction {
color:#fedc00;
font-weight:bold;
}
	.calltoaction a {
	color:#fedc00;
	text-decoration:underline;
	}
		.calltoaction a:hover {
		text-decoration:none;
		}

h1 {
font-size:1.2em;
margin-bottom:0;
font-weight:bold;
color:#ffffff;
}

h2 {
font-size:1.2em;
margin-bottom:0;
font-weight:bold;
color:#ffffff;
}

.nomargintop {
margin-top:0;
}


/* LAYOUT ----------------------------------------------------------------------------------------------------*/

#pagecontainer { 
position:absolute;
width:748px;
height:600px;
left:50%;
top:50%;
margin:-300px 0 0 -374px;
padding:153px 0 0 0;
background:url(../Images/Layout/boxBG.jpg) top center no-repeat;
}

#hiddenheader {
position:absolute;
visibility:hidden;
}

#col1 {
float:left;
display:inline;
width:480px;
margin:0 0 0 18px;
padding:0;
}

#col2 {
float:left;
display:inline;
margin:0 0 0 33px;
padding:0;
}
	
div.cleardiv {
clear:both;
}
