#MasterMain100
{
	background-color:#FFFFFF;
	background-image:url(../images/background.gif);
	height:100%;
	width:798px;
	float:left;
}

#MasterMain
{
	background-image:url(../images/background.gif);
}

#noScript
{
	font-size:xx-small;
	color:Red;
	float:left;
	white-space:nowrap;
}
.administrationMenu
{
	
}
/*
#titleText
{
	font-size:48px;
	color:black;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}*/


/* Old Header Menu */
/*
#headerLinks
{
	list-style:none;
	clear:both;
	padding:0px;
	width: 100%;
	text-align:center;
}

#headerLinks ul
{
	text-align:center;
	margin:0px;
	border:solid 1px black;
}

#headerLinks li
{
	float:left;
	margin-left: 10px;
	background:url(../Images/headerbuttonRight.gif) no-repeat 100% 0;
}
#headerLinks a
{
	color:White;
	font-size:11px;
	letter-spacing:.3px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background: url(../Images/headerbuttonleft.gif) no-repeat 0 0;
	padding:3px 15px 10px 10px;
	margin-left:-10px;
}


.headerMenu
{
	font-weight:bold;
	width:100%; 
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}

.headerMenu a, .headerMenu a:hover
{
	background:url(../Images/headerbuttonRight.gif) no-repeat 100% 0px; 
	padding:4px 20px 10px 0px; 
	bottom:1.2em; 
	position:relative;
	text-decoration:none;
	cursor:pointer;
	color:White;
}
*/

#middleContainer
{
	width:800px;
	min-height:400px;
/*	background-image:url(Images/main_top.gif);*/
	background-position:top;
	background-repeat:repeat-x;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	border-bottom-color:#003366;
	border-bottom-style:solid;
	border-bottom-width:thick;
	clear:both;
}
#middleContainer:after
{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#middleContainerLeftBorder
{
	/*background-image:url(Images/main_left.gif);*/
	background-repeat:repeat-y;
	background-position:left;
	clear:both;
}

#middleContainerRightBorder
{
	/*background-image:url(Images/main_right.gif);*/
	background-repeat:repeat-y;
	background-position:right;
	clear:both;
}
#leftMenuBar
{
	float:left;
	width:155px;
	font-size:12px;
	float:left;
	/*height:410px;*/
	/*background:url(Images/bgLeftBar.gif) no-repeat 100% 0;*/
}
.main
{
	width:625px;
	font-size:14px;
}
.header
{
	background-image:url(../images/redbg.gif);
	background-repeat:repeat;
}

.heading 
{ 
	color:#fff; 
	font-weight:bold; 
	padding: 5px 5px 2px 5px; 
}
    
#footer
{
	width:100%;
	background-color:White;
	border-top:solid 5px Navy;
	clear:both;
    text-align:center;
    font-size:12px;
}
#login
{
	color:White;
	font-weight:bold;
	font-size:12px;
	padding:10px 10px 0px 10px;
}

#MenuContainer
{
	height:30px;
}


#Menu1 
{
	margin:15px 0px 10px 0px; 
} 
#Menu1 ul { 
text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */ 
margin: 0px; /* Just some margin to align the blue border below the menu */ 
padding-left:0px;
} 
#Menu1 li { 
display: inline; /* Menu links are horizontally aligned using display: inline */ 
} 
#Menu1 li a { 
padding: 5px 0 10px 10px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */ 
color: White; 
text-decoration: none; 
font-weight: bold; 
background: url(../Images/headerbuttonleft.gif) no-repeat left top; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */ 
} 
#Menu1 li a:hover { 
background: url(../Images/headerbuttonleft.gif) no-repeat left bottom; 
} 
#Menu1 li a span { 
padding: 5px 15px 10px 0px; 
background: url(../Images/headerbuttonRight.gif) no-repeat right top; /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */ 
} 
#Menu1 li a:hover span { 
background: url(../Images/headerbuttonRight.gif) no-repeat right bottom; 
} 


