@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	}

#wrapper {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -8px;
		margin-bottom: -8px;
		}
		
#flash_banner {
				width: 750px;
				height: 50px;
				}
		
#header {
		width: 750px;
		background-color: #000000;
		}
		
#menu_div {
			width: 750px;
			height: 23px;
			background-image: url(images/menu_bg.jpg);
			}
			
#menu {
		width: 700px;
		margin-left: 50px;
		margin-right:;
		}
		
#border_left {
		width: 77px;
		height: 500px;
		background-image: url(images/border.gif);
		float: left;
		}
		
#body_content {
				width: 750px;
				background-image: url(images/body.gif);
				background-color: #FFFFFF;
				float: left;
				}
				
#body_top {
			width: 750px;
			height: 36px;
			background-image: url(images/body_top_2.gif);
			background-color: #FFFFFF;
			float: left;
			}

#shadow {
		width: 596px;
		height: 34px;
		background-image: url(images/shadow1.gif);
		background-repeat: repeat-x;
		}
		
#border_right {
		width: 77px;
		height: 500px;
		background-image: url(images/border2.gif);
		float: left;
		}
		
#footer_menu_div {
			width: 750px;
			height: 23px;
			background-image: url(images/menu_bg.jpg);
			float: left;
			}
p {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #333333;
	}
	
ul {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #333333;
	}
	
ol {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #333333;
	}

li {
	margin-bottom: 10px;
	}
	
h1 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	}
	
h2 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}

h3 {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}
		
h5 {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: -10px;
	}
	
h6 {
	font-family: arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	}
	

#footer_menu_div a, #footer_menu_div a:link {
			font-family: arial, sans-serif;
			font-size: 11px;
			color: #CCCCCC;
			text-decoration: none;
			}
			
#footer_menu_div a:hover {
		color: #FFFF99;
		}
		
a, a:link {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #333333;
			}
			
a:hover {
		color:#347fb6;
		}
a.linked{
		color:#ffffff;
		text-decoration:none;
		}

hr {
	border: #DDDDDD thin solid;
	}			
