td,th,body
	{
	font-family:verdana,arial,sans-serif;font-size:75%;
	}
td,th {font-size:100%;}
body
	{
	background-color: #dddddd;
	background-image: url('gfx/shade_back.jpg');
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	text-align: center;
	}
	
.solidblock
	{
	background-color:#ffaa00;
	}
	
.contentouter
	{
	width:708px;
	background-color: #dddddd;
	background-image: url('gfx/shade_back_inner.jpg');
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	}
	
.contentpage
	{
	padding: 0 10px 0 11px;
	text-align: left;
	clear:both;
	}
	
.contentinner
	{
	padding:10px 15px 0 15px;
	text-align: left;
	background-color: #fff;
	}

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

li {margin-bottom:5px;}

.links
	{
	background-color: #666;
	padding: 5px;
	margin:0;
	text-transform:uppercase;color:white;font-size:80%;
	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:120%;
	line-height: 1.5em;
	text-transform:uppercase;
	}
	
h2 {font-size:120%;}

.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;}

.footerouter
	{
	clear:both;
	width:708px;
	height:120px;
	background-color: #dddddd;
	background-image: url('gfx/shade_footer_inner.jpg');
	background-repeat: no-repeat;
	background-position: 0px 30px;
	margin-left:auto;
	margin-right:auto;
	vertical-align: bottom;
	}
	
.footerinner
	{
	padding:20px 10px 0 10px;
	margin:0 10px 0 11px;
	font-size:80%;
	color:#555;
	background-color: #fff;
	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;
	}
	
input {width:300px;}
textarea {width:300px;}

.clearer {clear: both;}