/* some base styles */

body {
	font-family:  arial, helvetica, sans-serif;
	text-align: center;
	color: #333;
	background: #dde1d3;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	padding-bottom: 2em;
	line-height: 1.6em;
	font-size: 76%; /* make all other font size changes using ems in individual style rules; body must be set to 76% or higher */
	border: 0px;
	}

th, td /* Needed for NN4 and Quirks mode in Moz/FF as its tables do not inherit styles */ { 
	font-family:  arial, helvetica, sans-serif;
    font-size: 1em;
	} 
	
p {
	margin: 5px 0 5px 0;
	}
	
h1 {
	font-size:  1.2em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color: #213418;
	padding: 0;
	line-height: 1em;
	height: 1em;
	}

h2 {
	font-size:  1.1em;
	font-weight: bold;
	color: #213418;
	padding: 0;
	line-height: .9em;
	height: 1em;
	}
	
h3 {
	font-size:  1.0em;
	font-weight: bold;
	color: #213418;
	padding: 0;
	line-height: .8em;
	height: 1em;
	}
	
img {
	border: 0;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color: #52307A;
	}

a:link, a:visited {
	color: #52307A; 
	text-decoration: none;
	font-weight: bold;
}

form {
	padding: 0;
	margin: 0;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	}	
	
.inputbox {
	width: 150px;
	font-size: 1em;
	}
.inputbox2 {
	width: 110px;
	font-size: 1em;
	}


/* colors and properties for main layout boxes */
	
#header {
	font-size: 1.3em;
	text-align: left;
	background: url(../images/header.jpg) bottom left no-repeat;
	width: 100%;
	height:85px;
	}
	
#content {
		background: #fff;
		}

#tools {
		background: #b3b7a9;
		}

#checkboxes {
	background: #ffffff;
	font-weight: bold;
	text-align: left;
	color: #52307A;
	}
			
#footer {
	background: #727886;	
	text-align: left;
	color: #fff;
	}

* html #footer-wrapper {
	background: #dde1d3;         /*** Same as body background ***/
	text-align: center;
	}
		
#sidebarfooter {
position:relative;
left:-45px;
top:40em;
		height: 230px;
		background: url(../images/GRcard.png) bottom left no-repeat;
		text-align: right;
		}
#sidebarfooter* {
	position:relative;
}
#wrapper {
	background: #fff;
	font-size: 1em;
}

#bottomwrapper {
	font-size: 1em;
	background: #dde1d3;
	color: #666;
	}

#container .column {
	text-align: left;
}
	

/* sidebar bar modules */

.module h3 {
	background: #b3b7a9 url(../images/sbHeader.jpg) no-repeat;
	color: #2e2e2e;
    font-weight: bold;
	padding: 2px 2px 2px 2px;
	margin: 0;
	margin-bottom:5px;
	border: 1px solid #999;
	text-transform: uppercase;
	font-size: 1em;
	}

.module {
	background: #dee1d3;
	padding: 10px;
	margin: 5px 0 10px 0;
	font-size: .9em;
	border: 1px solid #666;
	width: 160px;
	}
	
/* special sidebar nav (footer)*/
	
#footernav {
	float: right;
	padding: 1px;
	margin: 140px 0 0 0;
	font: bold 90% Verdana, sans-serif;
	border: 0px solid;
	border-color: #AAA #666 #666 #AAA;
	width: 90px;
	}

#footernav  li {
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0.25em 1em;
	border: 1px solid;
	border-color: #FFF #AAA #AAA #FFF;
	text-align: center;
	background: #dde1d3;
	}

#footernav  li a { text-decoration: none; }
#footernav  li a:link { color: #666; }
#footernav  li a:visited { color: #666; }
#footernav  li a:hover { color: #000; }

#intro_text {
	width: 560px;
}

#ad_div {
	width: 560px;
	height: 144px;
}

#ad1 {
	height: 144px;
	float:left;
}
#ad2 {
	height: 144px;
	float:left;
}
#ad3 {
	height: 144px;
	float:left;
}