body {
font-size:small;
font-family:Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
}

.top_menu{
border-right:1px solid #FFFFFF;
}

.side_menu{
border-bottom:1px solid #OOOOO0;
}

/* Start of my classes */
#PageHeader{ 
width:"100%";
height:"100%";
padding:10px 5px 5px 5px;
background-color:#BBBBBB;
text-align:center;
font-weight:bold;
}

#HeadingArea{
background-color:#BFA100;
padding:5px 5px 5px 5px;
font-weight:bold;
}

#Pattern{
background:url(Images/bkgd.gif);
background-position:relative;
}

#Top{ 
background:url(Images/top.gif);
background-repeat:no-repeat;
background-position:relative;
background-color:#000000;
}

/* Begin TopMenu Style */
#TopMenu{
height:50px;
padding:90px 0 0 0;
text-align:right;
}

#TopMenu ul{
padding:0;
margin:0;
list-style:none;
}

#TopMenu li{
padding:0 20px;
display:inline;
}

#TopMenu a{
color:#FFD700;
font-size:70%;
font-weight:bold;
}

#TopMenu a:link{
text-decoration:none;
}

#TopMenu a:visited{
text-decoration:none;
}

#TopMenu a:active{
color:#666666;
text-decoration:underline;
}

#TopMenu a:hover{
background-color:#666666;
color:#FFFFFF;
text-decoration:underline;
}
/* End TopMenu Style */

/* Begin SideMenu Style */
#SideMenu{
	width:100px;
	height:500%;
	padding:30px 0 30px 0;
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:3px;
	background-image: url(Images/bkgd.gif);
	background-repeat: repeat;
}

#SideMenu ul{
margin:0;
padding:0;
list-style:none;
text-align:right;
}

#SideMenu li{
padding:5px 5px 5px 0;
}

#SideMenu a{
color:#333333;
font-size:90%;
font-weight:bold;
}

#SideMenu a:link{
text-decoration:none;
}

#SideMenu a:visited{
text-decoration:none;
}

#SideMenu a:active{
color:#666666;
text-decoration:underline;
}

#SideMenu a:hover{
background-color:#666666;
color:#FFD700;
}
/* End SideMenu Style */

/* Begin MainPage Style */
#MainPage{
width:"100%";
/*	height:"100%";	*/
padding:20px 15px 20px 15px;
text-align:center;
font-size:85%;
}

#MainPage ul{
margin:0;
padding:0;
list-style:none;
text-align:center;
}

#MainPage li{
padding:0;
}

#MainPage a{
color:#333333;
font-size:90%;
font-weight:bold;
}

#MainPage a:link{
text-decoration:none;
}

#MainPage a:visited{
text-decoration:none;
}

#MainPage a:active{
color:#666666;
text-decoration:underline;
}

#MainPage a:hover{
background-color:#666666;
color:#FFD700;
text-decoration:underline;
}
/* End MainPage Style */

/* Begin Bottom Style */
#Bottom{
width:"100%";
height:"100%";
background:url(Images/badge_bottom.gif);
background-repeat:no-repeat;
background-position:130px;
background-color:#FFFFFF;
border-top-style:solid;
border-top-color:#000000;
border-top-width:3px;
padding:15px 0 15px 0;
font-size:70%;
font-weight:bold;
}

#Bottom ul{
margin:0;
padding:0;
list-style:none;
text-align:center;
}

#Bottom li{
padding:0;
}

#Bottom a{
color:#333333;
font-size:90%;
font-weight:bold;
}

#Bottom a:link{
text-decoration:none;
}

#Bottom a:visited{
text-decoration:none;
}

#Bottom a:active{
color:#FF00FF;
text-decoration:underline;
}

#Bottom a:hover{
background-color:#666666;
color:#FFD700;
text-decoration:underline;
}
/* End Bottom Style */
