body, html {
	color: black;
	font-family: verdana;
	font-size: 12px;
	padding: 0px;
    margin: 0px auto;
	background-color: #212018;
	text-align: center;
}


img {
	border-style:none;
}


#main
{
width: 1000px;
margin: 0px auto;
}


.Banner {
    color: #fff;
	padding:0;
	margin:0;
}

.PageHeading {
	padding:5px;
	margin:0px;
	background-color: #F7F7E7;

}
.PageHeading h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24pt;
	text-align:center;
	color: #AE1F17;
	padding:0;
	margin:0;
	background-color: #F7F7E7;
}


.cssnav	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
    background-image: url(Images/Buttons/Btn_Top_Bg_05.jpg)
	width: 120px;
	height: 30px;
    overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 13px;
	width: 120px;
	height: 30px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
	color: #ffffff;
    background-image: url(Images/Buttons/Btn_Top_Bg_03.jpg)
}
			

.cssnav img {width: 120px; height: 30px; border: 0; }
.cssnav a:hover img{visibility:hidden}
.cssnav span {
    position: absolute;
    left: 0px;
    top: 8px;
    text-align: center;
    width: 120px;
    cursor: pointer;   
}


.TopMenu {margin:0; padding:0; background-image:url(Images/Buttons/Btn_Top_Bg_05.jpg)}
.TopMenu table tr td {background-image: url(Images/Buttons/Btn_Top_Bg_05.jpg); }
.TopMenu table tr td a, a:visited { color: #FFFFFF; }


#SideMenu {
    width: 160px;
    float: left;
    text-align: left;
}
#SideMenu ul {
    font-family: Arial, Helvetica, sans-serif;
    list-style-type:none;
    margin:0;
    padding:0;
} 
#SideMenu li {
    display: inline;
} 
#SideMenu a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 5px;
	width: 100%;
	height: 23px;
    margin: 0px;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 2px;
  	background-image: url(Images/Buttons/button03.gif);
	border-bottom: 0px solid #eee;
	font-weight: bold;
    text-align: left;
} 
#SideMenu a:link, #menu1 a:visited {
    color: #996600;
    text-decoration: none;
} 
#SideMenu a:hover {
    color: #CC0033;
	font-weight: bold;
}
#SideMenu li a#current {
    border-bottom: 3px solid #DAD6B7;
    background: #00BEE4;
}  


.MainLine { 
    width: 100%; 
    height: 350px;
} 

.SideMenu {
	float:left;
	width:180px;
	height: 100%;
	background-image: url(Images/Bg_03.jpg);
    display: table;
    vertical-align: middle;
} 

.ImageContent { 
    float: left; 
    width: 360px; 
    text-align: center;
    height: 100%;
    background-image:url(Images/Bg_15.jpg);
} 
.ImageContent img {vertical-align:middle;}


.Blurb {
	margin: 0; 

	float: right;
	width: 408px;
	padding: 25px;
	text-align: justify;
	height: 70%;
	border-width: 0px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #FFFFFF;
} 



.BlurbMenu {
	margin: 0; 
	float: right;
	width: 408px;
	padding: 25px;
    padding-top: 15px;
	text-align: justify;
	height: 30%;
	border-width: 0px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #FFFFFF;
} 




.ItemMenu {
    color: #fff;
    clear: both;
    padding: 5px;
    margin: 0px;
    left: auto;
    right: auto;
    text-align: center;
    bottom: 1;
    font-weight: bold;
    font-size: 10px;
}
.ItemMenu a, a:visited { color: #49413A; }
.ItemMenu a:hover { color: #CC0033; text-decoration:underline; }




.Footer {
    color: #49413A;
    clear: both;
    padding: 5px;
    margin: 0px;
    left: auto;
    right: auto;
    text-align: center;
    bottom: 1;
    font-weight: bold;
    font-size: 10px;
    background-image:url(Images/Bg_01.jpg)
}
.Footer a, a:visited { color: #49413A; }
.Footer a:hover { color: #CC0033; text-decoration:underline; }



.MainContent { 
    width: 800px; 
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image:url(Images/Bg_03.jpg);
    text-align: justify;
} 
