body {
	background-color:#fff;
	font-family:"Trebuchet MS";
	margin:0px;
	padding:0px;
	#text-align:center;
	font-size:14px;
	line-height:20px;
}

a, a:link,
a:hover, a:visited,
a:active {
	color:#000;
}
a:hover {
	color:blue;
}
#mainBody {
	margin:20px;
	background-color:#fff;
	color:#000;
	width:730px;
	margin:0 auto;
	#text-align:left;
	/*background-image:url(images/bg.jpg);*/
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:50px;
}
#mainContent {
	margin-left:0px;
}

#header {
	background-image:url(../images/top-header.gif);
	background-repeat:no-repeat;
	height:75px;
	padding-left:60px;
	margin-bottom:40px;
}
#footer {
	width:730px;
	margin:0 auto;
	text-align:left;
	font-size:11px;
	color:#666;
}
#footer a {
	font-size:11px;
	color:#666;
}
.sideBar {
	float:right;
	width:220px;
	margin-left:10px;
}

h1 {
	font-size:18px;
	margin:0px;
	color:#666;
	margin-bottom:10px;
}

#mainMenu {
	float:right;
	font-size:12px;
	margin-right:20px;
	font-family:"Arial Rounded MT Bold";
	margin-top:30px;
	letter-spacing:1px;
	color:white;
}

#mainMenu a, #mainMenu a:link,
#mainMenu a:hover, #mainMenu a:visited,
#mainMenu a:active {
	color:#fff !important;
	text-decoration:underline;
	font-family:"Trebuchet MS";
	font-weight:normal;
}

#mainMenu a:hover {
	color:#ff9900 !important;
	text-decoration:underline;
	font-family:"Trebuchet MS";
	font-weight:normal;
}

.BoxHighlight {
	background-image:url(../images/box_orange_bg.gif);
	background-repeat:no-repeat;
	height:114px;
	color:#fff;
	padding:10px;
	line-height:24px;
}

#sideBar h1 {
	font-size:16px;
}

.BoxHighlight h1 {
	color:#fff;
}
.BoxHighlight a, .BoxHighlight a:link,
.BoxHighlight a:hover, .BoxHighlight a:visited,
.BoxHighlight a:active {
	color:#fff;
	font-weight:bold;
}

.license {
	width:150px;
	text-align:center;
}

.highlight {
	border:1px solid silver;
	background-color:#FFFFE0;
	padding:10px;
	margin:10px;
	font-size:12px;
}