* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
width: 900px;
margin: 40px auto;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin-left: 0 auto 0 auto;
	background: url(../images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

#header {
height: 100px;
background: #eee url(../images/header.gif) no-repeat;
}
#header img {
padding: 30px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #EC8714;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
h1 {
color: #89A537;
font-size: 28px;
}
#header h2 {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}
#topnav {
background: #eee url(../images/content.gif) repeat-y;
padding: 10px;
}
#menu {
height: 180px;
background: #eee url(../images/menu.gif) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
color: #E7D68D;
font-size: 24px;
font-weight: 600;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #333;
text-decoration: none;
}

#content {
background: #eee url(../images/content.gif) repeat-y;
padding: 20px;
}

.main {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
background: #eee;
padding: 10px;
margin-bottom: 20px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

#bottom {
background: #eee url(../images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}
table.heading {
	width: 860px;
	margin-bottom: 20px;
}
table.stripeMe {
	border-collapse: collapse;
	width: 860px;
}

.stripeMe th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
}

.stripeMe td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
}

.stripeMe td * {
	padding: 6px 11px;
}

tr.alt td {
	background: #ecf6fc;
}

tr.over td {
	background: #bcd4ec;
}
.viewme {
	background: #fff;
	padding: 2px;
	border: 1px solid #95bce2;
}