{
	color: #990033
}

a:hover
{
	color: #19B4FB;
}

A.red
{
	color: #990033;
	TEXT-DECORATION:none
}

A.red_link
{
	color: #990033;
	TEXT-DECORATION:underline
}

a.blue:link
{
	color: blue;
}

a.blue:visited
{
	color: blue;
}

a.blue:active
{
	color: blue;
}

	body {
		margin: 0px;
		padding: 0px;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
	}
	
	div.nav_menuitem {
		position: relative; 
		text-align: center; 
		width: 150px
	}
	
	img.menu {
		width: 127px;
		height: 25px;
		border: 0px; 
	}
	
	#banner {
		position:absolute; 
		width: 680px; 
		top: 0px;
		left: 150px; 
		text-align: center; 
		height: 120px;
	}
	
	#slogan {
		position: relative; 
		top: 20px;
		color: #003399;
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		font-family: times;
	}
	
	div.title {
		position: relative; 
		top: 10px; 
		text-align: center; 
		color: #990033; 
		font-family: times; 
		font-size: 32px;
		font-weight: bold;
	}
	
	#left_menu {
		position: relative; 
		width: 150px; 
		background-color: #003399;
	}
	
	#content {
		position:absolute; 
		top: 121px; 
		left: 150px; 
		width: 680px;
	}
	
	#footer {
		position:absolute; 
		left: 150px; 
		width: 680px; 
		text-align: center
	}

