td,th,body
	{
	font-family:trebuchet ms,verdana,arial,sans-serif;font-size:13px;
	}
td,th {font-size:100%;}
body,html
	{
	background-image: url('gfx/back4.jpg');
	background-repeat: repeat-x;
	background-color: #888;
	
	margin:0;
	padding:0;
	text-align: center;
	}
	
.solidblock
	{
	background-color:#ffaa00;
	}
	
.contentouter
	{
	width:890px;
	margin-top:20px;

	margin-left:auto;
	margin-right:auto;

	background-color: #fff;	
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 0px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 0px rgba(0, 0, 0, .2);

	
	}
	
.contentpage
	{
	padding: 0;
	text-align: left;
	clear:both;
	}
	
.contentinner
	{
	padding:10px 15px 0 15px;
	text-align: left;
	}

.logo
	{
	xpadding:26px 30px 17px 20px;
	padding:15px 25px;
	float:right;
	}

li {margin-bottom:5px;}

.links
	{
	background-color: #555555;
	background-image: url('gfx/navback.gif');
	padding: 5px;
	margin:0;
	text-transform:uppercase;color:white;font-size:95%;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	}

.links li
	{
	display: inline;
	list-style-type: none;
	border-left: 1px solid white;
	padding:0 5px 0 7px;
	}

.links .first
	{
	border-left: none;
	}

a {color:#666;text-decoration: underline;}
a:hover {text-decoration: underline;}
	
.links a {color:white;font-weight:bold;text-decoration: none;}
.links a:hover {text-decoration: underline;}


h1
	{
	font-size:130%;
	line-height: 1.5em;
	xtext-transform:uppercase;
	}
	
h2 {font-size:130%;}

.grid
	{
	xbackground-image:url('gfx/grid5.gif');background-repeat:no-repeat;
	}
	


.infotable
	{
	border-collapse: collapse;
	margin-left:auto;margin-right:auto;
	}

.centered
	{
	margin-left:auto;margin-right:auto;
	}

.infotable td, .infotable th
	{
	border:1px solid #888888;
	padding:5px;
	}

.infotable .corner {border-top:none;border-left:none;}
	
.footerinner
	{
	padding:20px 15px 20px 15px;
	margin:0;
	font-size:80%;
	color:#555;
	text-align:left;
	vertical-align: bottom;
	}
	
.linkimage
	{
	padding:5px;
	border:none;
	}

.center
	{
	text-align:center;
	}

.floatright
	{
	float: right;
	padding: 10px;
	}

.padmore
	{
	padding: 20px 30px 20px 30px;
	}

.smallcol
	{
	width:10%;
	text-align:center;
	}
	
select,input {width:300px;}
textarea {width:300px;}

.clearer {clear: both;}

form {width:65%;margin-left:auto;margin-right:auto;}

h3 {margin-bottom:0;}
.answer {padding-top:0;margin-top:3px;}

