/************ Characteer Formatting ********************/
*
{
	font-family: Arial, Verdanna, Helvetica, Sans-Serif;
}

.Normal, .Normal P
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}

H1, H2, H3, H4, H5, H6
{
	margin-bottom: 0px;
	padding-left: 0px;
	color: #0000ff;
}

/************ Module Styles ****************/
.Head
{
	color: #0000ff;
	font-size: 110%;
	font-weight: bold;
	
}

/************* Header ************************/
.Header
{
	position: relative;
	height: 88px;
	overflow: hidden;
}

.HeaderLogo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
}

.HeaderPane
{
	margin-left: 250px;
	height: 88px;
}

.Header H1
{
	font-size: 200%;
	color: #0000ff;
	font-weight: bold;
}

/**************** Content ********************/
.MainPanel
{
	position: relative;
	padding-bottom: 25px;
	min-height: 60%;
	_height: 60%;
}

.MainPanelRight
{
	padding-right: 200px;
}

.MainPanelLeft
{
	padding-left: 250px;
}
	
.MainPanelAdmin
{
	padding-left: 100px;
	padding-right: 100px;
}

.ContentPane .Normal
{
	font-size: 120%;
}

.ContentLeft
{
	width: 50%;
	float: left;
}

.ContentRight
{
	width: 50%;
	float: right;
}

.ContentBottom
{
	clear: both;
}

/****************** Left Pane ******************/
.LeftPanel
{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	min-height: 70%;
	_height: 70%;
	overflow-x: hidden;
	margin: 0;
}

/****************** Right Pane ******************/
.RightPanel
{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	min-height: 70%;
	_height: 70%;
	overflow-x: hidden;
}

/****************** Footer ********************/
.Footer
{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 25px;
	border-top: solid 1px #0000ff;
	background-color: Transparent;
	font-size: 80%;
}

.FooterLeft
{
	overflow: hidden;
	float: left;
	width: 350px;
	overflow: hidden;
	padding-left: 4px;
}

.FooterRight
{
	overflow: hidden;
	float: right;
	text-align: right;
	padding-right: 4px;
	margin: 0;
	_margin-left: -3px;
	width: 200px;
}

.FooterMiddle
{
	overflow: hidden;
	_margin-right: 200px;
	_margin-left: 350px;
	text-align: center;
}
	

/******************* Menu *********************/
.MenuBar
{
	height: 25px;
	background-color: #00f;
}

.MenuContainer
{
	margin-right: 300px;
	height: 100%;
}

.UserContainer
{
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 4px;
	padding-top: 2px;
	color: #fff;
}

.Menu, .User
{
	color: #dcdcdc;
	background: #00f;
}

A.User, A.User:visited
{
	font-weight: bold;
	color: #dcdcdc;
	text-decoration: none;
}
A.User:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* Main Menu */
.mainMenu
{
	background-color: #0000ff;
}

.menuItem, .unselectedItem
{
	border: 0px;
	cursor: hand;
	cursor: pointer;
	padding: 0 5px 0 5px;
	font-size: 85%;
	color: #dcdcdc;
	font-weight: bold;
}

.selectedItem
{
	padding: 0 5px 0 5px;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	cursor: hand;
	cursor: pointer;
	color: #ffffff;
	border-bottom: 0px;
	background-color: #87ceeb;
	font-size: 85%;
	font-weight: bold;
}

.mainMenusubMenu
{
	border: solid 1px #000000;
	cursor: hand;
	color: #000000;
	background-color: #0000ff;
}






