body{
	background: #303B4A;
	color: #999;
	font-family: Verdana,Tahoma,Arial,Trebuchet MS,Sans-Serif,Georgia,Courier,Times New Roman,Serif;
	font-size: 11px;
	line-height: 135%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}

a:link,
a:visited{
	color: #303B4A;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active{
	color: #303B4A;
	text-decoration: underline;
	outline: none;
}

#container{
	background: #FFF url(images2/container2.gif) repeat-x;
	width: 820px;
	margin-left:auto;
	margin-bottom:0;
	margin-right:auto;
	margin-top:0;
	padding: 0;
	
}

#header{
	background: transparent url(images2/header.gif) no-repeat;
	border-bottom: 1px solid #303B4A;
	margin: 0 auto;
	padding: 0;
	width: 820px;
	height: 120px;
}

/* NAVIGATION */

#nav{
	background: transparent url(images2/navcontainer.gif) no-repeat;
	height: 32px;
	width: 820px;
	margin: 0 auto;
}

#nav ul{
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 8px 0 0 0;
}

#nav ul li{
	display: inline;
	margin-left: -4px;
}

#nav ul li a:link,
#nav ul li a:visited{
	height: 100%;
	padding: 9px 8px 10px 8px;
	color: #818c9c;
	text-decoration: none;
}

#nav ul li a:hover,
#nav ul li a:active{
	background: url(images2/nav_hover.gif) no-repeat bottom center;
	color: #303b4a;
}

#welcome{
	color: #999;
	text-align: center;
	margin: 0;
	padding: 8px 5px 5px 5px;
}

#news{
	background: transparent;
	width: 190px;
	margin: 12px 0 0 0;
	padding: 10px 5px 10px 10px;
	float: left;
}

#content{
	background: transparent;
	width: 600px;
	margin: 12px 0 0 0;
	padding: 10px 10px 10px 5px;
	float: right;
}

table{
	text-align: left;
}

span{
	color: #999;
	float: right;
	margin: 0;
	padding: 0;
}

.login{
	width: 190px;
	margin: 0;
	padding: 0;
}

.title_n{
	background: url(images2/title_n.gif) no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	width: 190px;
	height: 30px;
	padding: 0 0 0 8px;
	margin: 0;
}

.title_c{
	background: url(images2/title_c.gif) no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	width: 190px;
	height: 30px;
	padding: 0 0 0 8px;
	margin: 0;
}

.submenu{
	background: transparent url(images2/tile_sub.gif) repeat-x;
	color: #303B4A;
	font-weight: bold;
	font-size: 10px;
	width: 190px;
	margin: 0;
	padding: 5px;
}

.row1{
	background: #EEE url(images2/tile_row.gif) repeat-x;
	margin: 0;
	padding: 5px;
}

.row2{
	background: #EEE;
	margin: 0;
	padding: 5px;
}

.pad{
	padding: 3px 0px 3px 0px;
}

.bottom{
	background: #D9D9D9 url(images2/catend.gif) repeat-x;
	border: 1px solid #303B4A;
	border-top: 0;
	height: 10px;
	margin: 0;
	padding: 0;
}

#copyright{
	background: transparent url(images2/copyright.gif) no-repeat;
	clear: both;
	text-align: center;
	width: auto;
	height: 64px;
	padding: 20px 0 0 0;
}