*
{
    font-family:Arial;
    font-size:12px;
}

a
{
    text-decoration:none;
    color:Black;
    text-decoration:underline;
}
a:hover
{
    text-decoration:underline;
}

#MainPage
{
    background-color:#fbfbfb;
    margin:0;
    margin-top:10px;
}

#Wrapper
{
    
    margin-left:auto;
    margin-right:auto;
    width:986px;
    background-color:White;
}

#Header
{
    width:100%;
    height:53px;
    margin-bottom:3px;
    background-color:#ffffff;
}

#HeaderTitle
{
    /*padding-top:20px;
    padding-left:16px;*/
}

#ContentWrapper
{
    
}

#LeftSide
{
    width:593px;
    background-color:#e5e5e4;
    padding-bottom:70px;
    height:630px;
}
#LeftContent
{
    
}
#MediaWrapper
{
	width:522px;
	height:410px;
	margin-left:auto;
	margin-right:auto;
}
#MediaBottom
{
    width:522px;
    margin-left:auto;
	margin-right:auto;
}
#ButtonContainer
{
	text-align:right;
}
#ButtonContainer img
{
	margin-left:2px;
}
#TextWrapper
{
	margin-left:16px;
	margin-right:16px;
}
#RightSide
{
    width:358px;
    /*padding:92px 16px 0 16px;*/
    padding:50px 16px 0 16px;
    background-color:#cfccc7;
    padding-bottom:70px;
}
#Construction
{
    font-size:14pt;
    font-weight:bold;
}
#RightSide a
{
    background-color:#ccd7a4;
    font-weight:bold;
    text-decoration:none;
}
#RightSide a.Glossary
{
    background-color:#afc1b3;
    border:solid 1px #fbfbfb;
    font-weight:bold;
    text-decoration:none;
}
#RightSide a.Picture
{
    background:none;
    border:none;
}

#BreadCrums
{
    font-family:Arial;
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    color:#474a37;
    margin:16px;
    height:60px;
}

#Menu
{
	width:100%;
	margin: 0px;
	padding: 0px;
	height:53px;
	color: #686a5f; /*474a37*/
	font-weight: bold	
}



#Menu tr td
{
	text-align: center;
	
}

.mainMenuItem
{
	vertical-align:top; 
	padding-top:28px;
	cursor:default;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	white-space: nowrap;
}

.subMenuItem
{
	padding-left: 25px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	background-image: url(../images/menusquare.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	cursor: default;
	cursor: pointer;
	white-space: nowrap;
}

.subMenuItemParent
{
	padding-left: 25px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	background-image: url(../images/menuemptysquare.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	cursor: pointer;
}
#Footer
{
    margin-top:3px;
}







