﻿#main_outline {
	width: 1024px;
	height: 768px;
	background-color: #FFFFFF;
	margin-left: 125px;
	text-align:center;
}
#header_outline {
	width: 1024px;
	height: 92px;
	
	
}
#menu_outline {
	width: 1024px;
	height: 30px;
	background-color:#0099CC;
	background-image:url('../Images/menu_bck.JPG');
	background-repeat:repeat-x;
	
}
#menuold {
	font-family: Verdana;
	font-size: small;
	width: 1024px;
	height: 30px;
	text-align: center;
	color:#FFFFFF;
	
	
	
}
#content_outline {
	width: 1024px;
	height: 100%;
	border:1px;
	
}
#footer_outline {
	width: 1024px;
	height: 50px;
	border: thin;
	border-collapse:collapse;
	border-color:#CCCCCC;
	border-style:solid;
	font-family: Verdana;
	font-size:small;
	 
}
a {
color:#003366;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color:#0099CC;
}
a:active {
	color: #003366;
}

body
{
	background-color:white;
}

