html,body {
	margin:0;
	padding:0;
}
BODY {
	background:#e1e1e1;
	color:#000;
}
.nav UL,.nav LI {
	padding:0;
	margin:0;
	list-style:none;
}
.wrap {
	background:url('images/head.jpg') top center no-repeat;
	padding:250px 0 0 0;
	position:relative;
	font: normal 12px verdana;
	width:733px;
	margin:0 auto;
}
h1, h2, h3, h4, h5, P STRONG, .sidebar A, .newstitle {
	color:#c20047;
}
a {
	color:#c20047;
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;
}
P {
	font-size:12px;
	margin:1em 0;
}

/*---------CONTENT----------*/
.content {
	clear:both;
	margin:0 30px;
	border-top:#cac8c8 1px solid;
	padding:15px 10px 20px;
}
.content H4 {
	font-size:12px;
}
.content a {
    color:black;
    border-bottom:1px black dashed;
}
.content a:hover {
    text-decoration:none;
    border-bottom:1px black solid;
}
/*--------SIDEPANEL----------*/
.sidebar {
	position:relative;
	padding:0px 0px 20px 15px;
	position:relative;
	overflow:hidden;
}
.sidebar .box  {
	float:left;
	display:inline;
	width:305px;
	margin:0 25px;
	padding-bottom:10px;
}
.sidebar .news {
	height:1%;
	overflow:hidden;
}
.sidebar P {
	font-size:12px;
}
.newstitle {
	font-weight:bold;
}
.newstext {
	text-indent:10px;
}
.newslink {
	text-align:right;
}
.sidebar A {
	text-decoration:underline;
}
.sidebar A:hover {
	text-decoration:none;
}
/*--------NAVIGATION---------*/

.nav .mainnav {
	position:absolute;
	display:inline;
	top:185px;
	left:0px;
	width:733px;
	font-size:14px;
	text-align:center;
}
.nav .mainnav LI {
	display:inline;
	line-height:39px;
	margin:0 20px;
	text-align:center;
}
.nav .mainnav LI A {
	color:#fff;
	text-decoration:none;
} 
.nav .mainnav LI A:hover {
	text-decoration:underline;
} 

/*---------SEARCH-----------*/
.search {
	position:absolute;
	top:20px;
	right:18px;
	height:22px;
}
.search .input {
	width:123px;
	font-size:11px;
	background:#fff;
	margin-right:18px;
	border-width:2px;
	color:#000;
	vertical-align:middle;
}
.search .button {
	width:62px;
	font-size:14px;
	line-height:14px;
	height:22px;
	background:url('images/button.gif') 50% 50% no-repeat;
	border:0;
	text-align:center;
	vertical-align:middle;
}
/*---------FOOTER-----------*/
.footer {
	clear:both;
	color:#fff;
	background:url('images/foot.jpg') bottom center no-repeat;
	padding:30px 0 10px 40px;
}
.footer P {
	font-size:10px;
	margin:0;
}
