body,td,th {
	font-family: Verdana;
	font-size: small;
}
body {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1{
	font-size:large;
}
#wrapper{
	width: 780px;
}
#top{
	background-image:url(../images/css/content-bg.png);
	background-repeat:repeat-y;
}
#bottom{
	background-image:url(../images/css/content-bottom.png);
	background-repeat:no-repeat;
	height:30px;
}
#header{
	background-image:url(../images/theme/g_header_bg.png);
	background-repeat:repeat-x;
	height:95px;
	width:744px;
}
#nav{
	background-image:url(../images/theme/g_nav_bg.png);
	background-repeat:repeat-x;
	height:26px;
	width:744px;
}
#content{
	width:730px;
	height:auto;
}
.nav{
	padding-top: 3px;
}
.nav a{
	padding: 0px 10px;
}
.copyright{
	font-size:x-small;
	color:#666666;
}
.copyright a{
	padding: 0px 10px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF0033;
}
a:active {
	text-decoration: none;
	color: #FF0033;
}
.CorporateRed { color: #cc3333 }
.SmallBusinessBlue { color: #16aeef }
