@charset "utf-8";
/* CSS Document */

* html {
font-size:101%;
}

body {
font: 0.625em Arial, Helvetica, sans-serif;
background-color:#7f7277;
}

p {
font-size:1.2em;
color:#7f7277;
}
h2 {
font-size:1.2em;
font-weight:bold;
color:#7f7277;
}

.nomargintop {
margin-top:0;
}
.nomarginatall {
margin:0;	
}

a:link, a:visited, a:active, a:hover, a:focus {
outline:none;
-moz-outline-style:none;
}

/* LAYOUT ----------------------------------------------------------------------------------------------------*/

#pagecontainer { /* Includes height of footer */
position:absolute;
left:50%;
width:955px;
top:50%;
height:630px;
margin:-300px 0 0 -477px;
}

#container {
width:955px;
height:600px;
background:#f7f6f4 url(../Images/graphics/logo.jpg) bottom right no-repeat;
}

#col1 {
float:left;
width:212px;
}

	#col1top {
	height:82px;
	}
	
	#col1bottom {
	width:212px;
	}
		div.buttondiv {
		}

#col2 {
float:left;
display:inline;
}

	#col2top {
	height:82px;
	}
	
	#body {
	width:728px;
	height:435px;
	background-color:#ffffff;
	}
	
	#col2bottom {
		padding:10px 10px 0 0;
		text-align:right;
	}
	
#footer {
clear:both;
width:955px;
height:30px;
}
	#footerleft {
	float:left;
	}
	#footerright {
	float:right;
	text-align:right;
	}
		#footerleft p, #footerright p {
		margin:0.5em 0 0 0;
		font-size:1.1em;
		color:#ffffff;
		}
	#footer a {
	color:#ffffff;
	text-decoration:none;
	}
		#footer a:hover {
		text-decoration:underline;
		}
	
div.cleardiv {
clear:both;
}