body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

body {
	margin:0 0 20px 0;
	background-color:#e4e4e4;
	height:100%;
}

a {
	color:#000000;
	text-decoration:none;
}

ul {
	margin-top:0;
	margin-left:0;
	padding-left:1em;
}

div#content h2 {
	margin:.5em 0;
	padding:0;
	font-size:24px;
}

div#content h6 {
	display:inline;
	font-weight:bold;
	font-size:1em;
	text-decoration:none;
}

div#wrapper {
	width:883px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	background-image:url('../resources/images/bg_main.gif');
	background-repeat:repeat-y;
	background-color:#ffffff;
	}
	
#header {
	padding:1em 0;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	text-align:center;
	vertical-align:center;
}

#header table#banner {
	width:100%;
}

#content {
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	min-height:500px;
	/* min-height hack for IE */
	height: auto !important;
	height: 500px;
}

div.box {
	border:solid 1px #f8981c;
	background-color:#ece9d8;
}

div.box h3 {
	background-color:#a6610b;
	color:#FFFFFF;
	margin:0;
	padding:.25em;
	font-size:12px;
	
}

div.box h3 a {
	color:#FFFFFF;
}

div.box div {
	margin:.5em;
}

div.ajaxLoad {
	background-image:url('../resources/images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position: center;
}

p a {
	color:#a6610b;
}

p a:hover {
	color:#f8981c;
}

#footer {
	clear:both;
	text-align:center;
	font-size:10px;
	padding : 1em 0;
	background-image:url('../resources/images/bottom_shadow.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
	
#footer ul {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
}

#footer ul li {
	display:inline;
	margin-left:10px;
	padding:0;
}

.bordered {
	background-color:#e4e4e4;
	border:solid 1px #999999;
	padding:5px;
	margin:1em;
}

a img {
	border:none;
}

table.grid {
	width:90%;
	background-color:#333333;
}

table.grid td {
	background-color:#ffffff;
}

table.grid th {
	text-align:left;
	background-color:#efefef;
}

.selfclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .selfclear {height: 1%;}
/* End hide from IE-mac */


