/* CSS Document */
body 
	{
	background-color: #f5f5ed;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	}

body, #newsticker, #content, #submenu
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#content
	{
	line-height: 25px;
	}
		
#outer 
	{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(../images/main_bg.gif);
	}

#inner
	{
	background-image: url(../images/inner_bg.gif);
	background-repeat: no-repeat;
	}
	
		
#header 
	{
	height: 93px;
	background-color: #a6a798;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	}
	
#container 
	{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
	position: relative;
	}
	
#main 
	{
	background-color: white;
	min-height: 300px;
	background-image: url(../images/main_bg2.gif);
	background-repeat: repeat-x;
	list-style: circle;
	}
	
#footer 
	{
	background-image: url(../images/footer.gif);
	width: 760px;
	height: 25px;
	}
	
.clearer 
	{
	float: none;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	}
	
#paper 
	{
	position: absolute;
	height: 57px;
	width: 550px;
	left: 0px;
	top: 93px;
	z-index: 100;
	background-image: url(../images/personal_approach2.jpg);
	opacity: 0.0;
	filter:alpha(opacity=0);
	}
	
#newsticker 
	{
	padding: 0px 0px 0px 10px;
	float: left;
	}
	
#tickerbox 
	{
	background-color: white;
	padding: 0px 10px 0px 10px;
	line-height: normal;
	}
	
#title 
	{
	position: absolute;
	left: 20px;
	top: 93px;
	z-index: 100;
	width: 280px;
	height: 62px;
	opacity: 0.0;
	filter:alpha(opacity=0);	
	}
	
h1 
	{
	color: #990033;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	}
	
h2 
	{
	color: #990033;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 10px;
	}
	
#submenu 
	{
	padding: 80px 0px 0px 10px;
	float: left;
	line-height: normal;
	color: #333333;
	width: 180px;
	line-height: 11px;
	}
	
#submenu ul 
	{
	margin: 0px;
	padding: 0px;
	}
	
#submenu li 
	{
	list-style: none;
	margin: 0px 0px 0px 20px;
	line-height: .2em;
	}
	
#submenu a, #submenu a:visited 
	{
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	line-height: 12px;
	}
	
#submenu a:hover 
	{
	background-color: #e5e5e5;
	}
	
a, a:visited
	{
	color: #132f7d;
	}