body {
	background: #333333 url(/Portals/755/bg.gif);
}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#header {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 75%;
	
}
#wrapper {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 75%;
}
/* Style for Control Panel & Sub Heads
---------------------------------- */

.ControlPanel {
	width: 100%;
	height: 75px;
	background-color: #fff;
	background: url('http://lab.rails2u.com/bgmaker/gradation.png?margin=3&linecolor=FFFFFF&bgcolor=E8E8E8');
	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: #666666;
}

/* Style for [login] [search] [terms] [privacy] links
---------------------------------- */
A.SkinObject:link {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}

A.SkinObject:visited {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}

A.SkinObject:hover {
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	border-bottom: solid #fff 1px;
}

A.SkinObject:active {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}

/* Module Titles (if no module is applied)
---------------------------------- */
.Head {
}

/* Headings (if no module is applied)
---------------------------------- */
h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/* Links (if no module is applied)
---------------------------------- */
a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/* Style for [menu]
---------------------------------- */
.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	height: 30px;
}

.MainMenu_MenuItem {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #96A2CE;
	height: 30px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	/* z-index: 1000; */
	background-color: #96A2CE;
	color: #9DB48E;
	border: 1px solid #96A2CE;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A5C91;
	border: 1px solid #96A2CE;
	height: 30px;
}

.MainMenu_MenuArrow {
	display: none;

}

.MainMenu_RootMenuArrow {
	color: #fff;

}

