@charset "utf-8";
/* CSS Document */

/* Global Styles */

body {
	margin:10px;
	background-color:#CCCCCC;
	}
	
	
hr {
	height:20px; 
	color:#000000;
	border: none;
	}
	
a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
a:hover {
	color:#990000;
	text-decoration:none;
	}


#menu {
width:170px;
height:830px;
background-color:#548DD4;

}


#menu_bar {
border-bottom:none;
border-left:none;
border-top:none;

}

#menu_bar_moded {
border-bottom:none;
border-left:none;
border-top:none;
border-left:none;

}
#navi {
width:800px;
}

#top_menu {
width:1012px;
height:30px;
border-bottom:none;
border-top:none;
background-color:#548DD4;
}

#header {
width:1012px;
height:170px;
}

#logo {
width:150px;
height:170px;
background-color:#548DD4;
}

#banner {
width:850px;
height:170px;
}

#main_body {
width:830px;
height:830px;
overflow-x: hidden;
overflow-y: auto;
background-color:#DDDDDD;
}

#bottom_body {
background-color:#FFFFFF;
width:800px;
height:20px;
}

#address {
	border-collapse:collapse;
}

/* Classes */

.menu_text {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
}

.header_text {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#000000;
}

.page_text_small {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.page_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}

.page_heading {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:200;
color:#000000;

}

.small_font {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

.copy_webmaster {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
}