*
{
	padding: 0;margin: 0 0px 0 0;
}

html, body
{
	height: 100%;
	background-color: #e7e7e7;
}
a
{
    text-decoration:underline;
    color:#3980b6;
}

body
{
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
    color:#5e5e5e;
}
#WhiteText
{
	color: White;
}
h1
{
    font-weight:bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #3e3e3e;
}
h2
{
    font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
    font-weight:bold;
    color: #3e3e3e;
}

p
{
	padding: 0 10px 1em;
}

#pageContainer
{
	min-height: 100%;
	background-image: url('../images/structure/pagebg.png');
	width: 1252px;
	z-index:1;
	margin: 0 auto;
}
#topContainer 
{
	height: 267px;
	background-image: url('../images/structure/topbg.png');
	width: 100%;
	margin: 0 auto;
}
#border
{
	background-color: transparent;
	height: 252px;
	width: 1071px;
	padding: 56px 0px 0px 91px;
}

#top
{
	min-height: 267px;
	background-image: url('../images/structure/topBorderBg.png');
	width: 1252px;
	margin: 0 auto;
}

#page
{
    z-index:1;
    padding:0px 0px 0px 0px;
	height:100%;
	width: 1252px;
	margin: 0 auto;
	overflow:hidden;
	
}
.imageMargin
{
   margin-left:10px;
   margin-right:10px;
}
.menuHeading
{
    font-weight:bold;
    font-size: 14px;
    color: #3e3e3e;
}
.menuLinks
{
    padding-bottom:5px;
    padding-top:5px;
    margin-bottom:5px;
    margin-top:5px;
}

.smallText
{
   font-size:11px;
}
.smallTextDark
{
   font-size:11px;
   color: #3e3e3e;
}

.pageLeftMenu
{
    padding:10px;
	height: 100%;
	width: 300px;
	margin: 0;
	z-index:1;
	 
	float:left;
}

.outerPageDiv
{
    padding-left: 100px;
    padding-right: 100px;
    margin:0px;
    height:2000px;
    z-index:1;
}

.pageLeftMenuItem
{
    padding:10px 10px 10px 10px;
	height:150px;
	width: 270px;
	margin: 0;
	margin-bottom: 10px;
	
}
.pageLeftMenuInnerItem
{
    margin-left: 15px;
    padding:17px 17px 17px 17px;
	height:120px;
	width: 225px;
}
.textBox
{
    margin-top:10px;
    margin-bottom:10px;
    padding:3px;
	
}
.whiteButton
{
    margin-top:10px;
    margin-bottom:10px;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    color:Black;
    background-image:url('../Images/Buttons/whiteButtonBg.png');
    border-width: 1px;
    border-color: Gray;
    border-style: solid;
    text-decoration: none;
    font-weight: normal;
    font-size:10px;
}

.menuButton
{
    text-align:center;
    vertical-align:middle;
    padding: 10px;
    margin-left:30px;
    margin-right:30px;
    height:37px;
    text-decoration: none;
    color: White;
    margin:0px;
    
}

.menuButtonActive
{
    text-align:center;
    vertical-align:middle;
    padding: 10px;
    height:37px;
    text-decoration: none;
    color: Gray;
    background-image:url('../Images/Buttons/SelectedMenuButtonBg.png');
}

.imageMarginTop
{
    margin-top: 10px;
    margin-left:6px;
    margin-right:6px;
}

.imageMarginBottom
{
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 10px;
}


.backLink
{
	height: 29px;
	width:68px;
	background-image: url('../images/buttons/backBg.png');
    font-size: 10px;
    color: #3e3e3e;
    padding-left: 30px;
    padding-top: 5px;
    text-decoration:none;
    text-align: left;
}

#borderShadow
{
	min-height: 39px;
	background-image: url('../images/structure/borderShadow.png');
	width: 1252px;
	margin: 0 auto;
}

* html #pageContainer {
height: 100%;
}


