h1           { font-family: Arial; font-size: 20pt; color: #fffffe; font-weight: normal; font-variant: small-caps; position:relative; right: 10px; top: 60px;}
h2           { font-family: Arial; font-size: 14pt; color: #000060; font-weight: normal;}
h3           { font-family: Arial; font-size: 11pt; color: #657b9d; font-weight: bold; text-align:center; }
h4           { font-family: Arial; font-size: 10pt; color: #000060; font-weight: bold; text-align: center;}

A:link {color:#000000; text-decoration:none; font-weight:bold}
A:visited {color:#000060; text-decoration:none; font-weight:bold}
A:active {color:#000060; text-decoration:none; font-weight:bold}
A:hover {color:#657b9d; text-decoration:none; font-weight:bold}

hr           { color: #657b9d; }

body	
{	
	
	background:		#fff;
	font-family:	Arial; 
	font-size:11pt; 
	color:#000; 
	text-align:center;
}

#header
{
	width:			102%;
	height:			150px;
	background:		#808ca6 url('../graphics/web_design.jpg') no-repeat left top;
	position:absolute;	left:0px;	top:0px;
}

#menu
{	
	width:			13%;
	height:			auto;
	background:		#fff;
	position:absolute;	left:2%;	top:160px;
	font-size:9pt;
	text-align:		left;
}

#content
{	
	width:			81%;
	height:			auto;
	background:		#fff;
	position:absolute;	left:17%;	top:160px;
	padding: 0;	
	text-align:		justify;
		
}

	#footer
	{
		clear: both;
		padding: 5px 3%;
		text-align: right;
	}


#marqueecontainer{
position: relative;
width: 90%; /*marquee width */
height: 250px; /*marquee height */
background-image: url('../graphics/scroll_back.jpg');
overflow: hidden;
border: 1px solid #657b9d;
padding: 5px;
padding-left: 4px;
}