/* Elements */

body    {
	color: #333333;
	font-size: 12px;
	font-family: arial;
	line-height: 1.35;
	background: #6e6e6e url("images/img1.jpg") repeat-x;
	text-align: left;
	margin: 0
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

pre{
	margin-left: 30px;
	z-index: 5;
}

p, ol, ul, dl, blockquote {
}

p
{
	line-height: 125%;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header    {
	background: url("images/wimpshead.jpg");
	margin: 0 auto;
	width: 765px;
	height: 150px
}
#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu   {
	background-color: #eeeeee;
	margin: 0 auto;
	width: 765px;
	height: 25px
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	padding: 4px 4px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	background: #EEEEEE;
}

#menu a:hover {
	background: #CCCCCC;
}

/* Content */

#content  { background: #ffffff; margin: 0 auto; padding: 2px 0 0; width: 765px }

#colWide      {
	margin-top: 20px;
	padding-right: 20px;
	width: 675px;
	min-height: 400px;
	padding-left: 20px;
 }

#colOne      { 
background-image: url("images/roundjim.fade.gif"); 
background-repeat: no-repeat; 
background-position: center 30px; 
margin-top: 20px; 
padding-right: 20px; 
width: 525px; 
min-height: 400px; 
float: right;
 }

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}
/* Footer */

#footer   { background: #eeeeee; margin: 0 auto; padding: 3px 0; width: 765px; height: 30px }

#footer p  { color: black; font-size: 11px; text-align: center; margin: 0; padding-top: 15px }

#footer a  { color: black }

#footer a:hover  { color: white }
#welcome {
	margin: 30px;
}
#results {
	margin: 30px;
	background-image: url(images/roundjim.fade.gif);
	background-repeat: no-repeat;
	background-position: center 60px;
}
.red {
	color: #FFFFFF;
	background-color: #FF0000;
}
.blue {
	color: #FFFFFF;
	background-color: #0000FF;
}
.gold {
	background-color: #FFCC00;
}
