*{
	margin:0;
	padding:0;
}

body {
	margin:0 auto; 
	padding:0;	
	background-image: url(../imgs/main_bg.gif);
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size:11px;	
}

img {
	border:0;
}

form {
	padding:0;
	margin:0;
}

input, select, textarea {
	font-size:11px; 
	font-family:Georgia, Verdana, Helvetica, sans-serif;
	border:1px solid #006699;
	padding:1px;
}

h1{
	font-size: 18px;
	font-variant:small-caps;
	font-weight:150%;
}

#top {
	margin:0 auto;
	padding:0;
	width: 751px;
	height: 60px;	
	margin-top: 20px;
}

#footer {
	margin:0 auto;
	padding:0;
	width: 751px;	
	margin-top: 10px;
	text-align: center;
}

#footer a {
	color:#000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}	

#footer a:hover {
	text-decoration: underline;
}

#container {
	margin:0 auto;
	padding:0;
	width: 751px;
	height: 595px;
	background-image: url(../imgs/content_bg.png);
	background-repeat: no-repeat;	
	padding-top: 9px;
}

#content {
	margin: 0 auto;
	padding: 0;	
	width:720px;
	height:586px;
	background-image: url(../imgs/content_bg2.gif);
	background-repeat: repeat-y;	
}

#left {
	margin: 0;
	padding: 0;
	float: left;
	width: 405px;
	height: 580px;			
	/*background-color: Black;*/
}

#right {
	margin: 0;
	padding: 0;
	float: right;
	width: 300px;
	height: 580px;
	/*background-color: Black;	*/
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;	
}

#menu li{
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	width:123px;
	height:20px;	
	padding-left: 15px;
	padding-top: 5px;
	background-image: url(../imgs/menu_bg.jpg);
	background-repeat: no-repeat;
}

#menu li:hover{
	background: url(../imgs/menu_bg.jpg) no-repeat 0 -25px;
}

#menu li a{
	color:#fff;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;	
}

#menu li a:hover{
	color: #FFD700;
}

#topmenu {
	width: 735px;
	height: 20px;
	text-align: right;
	padding-top: 35px;
}

#topmenu a {
	color:#000;	
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: underline;
}

.readmore {
	color: #9C1F22;
	text-decoration: none;
	padding-left: 7px;
	background: url(../imgs/arrow.jpg) no-repeat;
}

.readmore:hover {
	text-decoration: underline;
}

#dContent {
	margin:0;
	padding:0;
	width:736px;
	height:305px;		
	overflow-x:hidden; 
	overflow-y:auto;
}

.activeRow {
	color:#990000;
}

.inactiveRow {
	color:#000000;
}