body{
	margin:0 auto;
	text-align:center;
	width:980px;
	background-color:#87a2ad;
	font-family: Verdana;
}

#wrapper{
	background-image: url("/images/bg.jpg");
	background-repeat: repeat-y; 
	padding:0;
	margin:0;
}

#header{
	height:281px;
}

#header img{
	float: left;
	border: none;
}

#navigation{
	
	width:248px;
	height:100%;
	background-color:#fff;
border-top-right-radius: 10px;
border-top-left-radius: 10px;	
border-bottom-left-radius: 10px;	
border-bottom-right-radius: 10px;
}
#navigation ul{
	line-height: 20px;
	padding:0px;
}
#navigation ul li a{
	text-decoration:none;
}
#navigation ul li{
	list-style: none;
}

#navigation ul li.hover img{
	vertical-align:-18px;
	border:0;
}

#navigation ul li.hover:hover{
	list-style-image: url("/images/arrow.jpg");
	list-style-position:inside;
}

img.slMenuItem{
	width: 188px;
	height: 64px;
}

img.mlMenuItem{
	width: 188px;
	height: 83px;
}

img.menuItemSeparator{
	width: 188px;
	height: 14px;
}


#leftside{
	float:left;
	width:248px;
}

#top{
	min-height:915px;
}

#contentround-top{
	z-index:4;
	width:732px;
	background-image: url("/images/rounded_top.png");
	background-repeat:no-repeat;
	padding:22px 0 0 0;
	margin-left: 250px;
	margin-bottom:0;
}

#contentround-bottom{
	z-index:5;
	width:732px;
	background-image: url("/images/rounded_bottom.png");
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:22px;

}

#contentshadow{
	z-index:6;
	background-image: url("/images/drop_shadow.png");
	background-repeat:repeat-y;
	background-position:center; 
	margin:10px 0 10px 0;
	min-height:510px;
}

#content{
	z-index:7;
	overflow:auto;
	text-align:left;
	padding:0 60px;
	font-size: 12px;
	
	/*width: 732px; 
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;	
	box-shadow: 2px 2px 10px #888888;	*/
}

p {
	line-height: 20px;
}

ul.list {
	margin-top: 0px;
	line-height: 20px;
	list-style-type: circle;
}


h1{
	font-size:18px; 
	color:#000000; 
}

h2{
	padding-top: 20px;
	font-size:16px; 
	color:#000000; 
}

h3{
	font-size:13px; 
	color:#108b83; 
}

.listTable{
	margin-left: auto;
	margin-right: auto;
}

.listTable td{
	padding: 3px;
}

.listTable tr td:first-child{
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.hint{
	color: #B0B0B0;
	font-size: 10px;
}

q{
	color:#108b83;
	font-weight:bold;
}

p.bigText{
	font-size:24px; 
	color:#fc0; 
	text-align:center;
	font-weight: bold;
}

p.midText{
	font-size:18px; 
	color:#fc0;
	font-weight: bold;
}

p.midText2{
	font-size:18px;
	color:#108b83;
	text-align:center;
}

p.midText3{
	font-size:14px;
	color:#108b83;
	text-align:center;
}

p.blue{
	color:#108b83; 
	font-weight:bold;
}

p.center{
	text-align: center;
}

p.right{
	text-align: right;
}

p.bold{
  font-weight: bold;
}
a{
	color:#108b83;
	text-decoration: underline;
}

a:hover{
	color: #fc0;
}

hr{
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
}

h2.news{
	font-size:14px; 
	color:#000000; 
	margin-top: 10px;
	margin-bottom: 3px;
}

span.news{
	color: #108b83;
	font-size: 10px;
}

.modified{
	text-align: right;
	color: #108b83;
	font-size: 9px;
	padding-top: 25px;
}

div.news{
	position: relative;
	border-top: 1px dashed #c0c0c0;
	border-radius: 7px;
	padding: 5px;
}

div.news:hover{
	background-color: #FDFCBC;
	cursor: pointer;
}

div.bottomLinks{
	text-align: center;
	border-top: 1px dotted #c0c0c0;
	margin-top: 40px;
	padding-top: 5px;
}

a.newsText{
	text-decoration: none;
	color: #000000;
}

a.newsText:hover{
	text-decoration: none;
}

a.newsTitle{
	text-decoration: none;
}

a.newsTitle:hover{
	color: #fc0;
}

div.red{
	background-color: red;
	line-height: 15px;
}

/*.news a{
	position: absolute; 
	top: 5px; 
	right: 0px;	
}*/
