body {
	background-color: #005EB3;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

html, body, #wrapper {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#header {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 710px;
	
}
#wrapper {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 800px;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
}
/* Style for Control Panel & Sub Heads
---------------------------------- */

.ControlPanel {
	width: 100%;
	height: 75px;
	background-color: #fff;
	border: 0;
	bottom: 0;
}

.ControlPanel a:link {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

.ControlPanel a:hover {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

.SubHead {
	font-size: 11px;
	color: #333;
	font-weight: normal;
}

/* Style for [date] [copyright] text
---------------------------------- */
.SkinObject {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

/* Style for [login] [search] [terms] [privacy] links
---------------------------------- */
A.SkinObject:link {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

A.SkinObject:visited {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

A.SkinObject:hover {
	text-decoration: none;
	font-size: 10px;
	color: #005EB3;
	border-bottom: solid #fff 1px;
}

A.SkinObject:active {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

/* Links (if no module is applied)
---------------------------------- */
a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/* Style for [menu]
---------------------------------- */
.MainMenu_MenuContainer {
	background-color: transparent;
	width: 160px;
}

.MainMenu_MenuBar {
	height: 25px;
	width: 160px;
}

.MainMenu_MenuItem {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #58595E;
	border: 1px solid #C5CFE2;
	height: 25px;
	text-transform: uppercase;
	width: 160px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	background-color: #C5CFE2;
	color: #58595E;
	border: 1px solid #C5CFE2;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #C5CFE2;
	height: 25px;
	text-transform: uppercase;
	width: 160px;
	background-color: #8AB300;
}

.MainMenu_MenuArrow {
	display: none;

}

.MainMenu_RootMenuArrow {
	color: #fff;

}

/* Style for end
---------------------------------- */

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 800px;
	background: #96BB1A;
	padding: 5px 0px;
	display: block;
	margin: 0 auto;
	clear: left;
}

.copy a {
	color: #FFFFFF;
	text-decoration: none;
}

.copy a:hover {
	color: #0065C0;
	text-decoration: underline;
}

/* padding
---------------------------------- */

.menu {
	padding-top: 10px;
}

.content {
	padding: 10px;
}

