a {
	color: #5C3F93;
	text-decoration: none;
	}
a:visited {
	color: #5C3F93;
	text-decoration: none;
	}
a:hover {
	color: #9400D3;
	text-decoration: underline;
	}
a:active {
	color: #9400D3;
	text-decoration: underline;
	}
body {
	background: #444;
	color: #000;
	font-family: Trebuchet MS, Verdana, Geneva, sans-serif;
	font-size: .8em;
	}
li {
	list-style-type: disc;
	margin-bottom: .7em;
	margin-top: .7em
	}
h1 {
	color: #5C3F93;
	font-size: 1.6em;
	margin-left: 8px;
	}
h2 {
	color: #5C3F93;
	font-size: 1.4em;
	}
h3 {
	color: #000;
	font-size: 1.2em;
	}
img {
	border: 0px;
	}
#wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width:726px;
	padding: 95px 0px 15px 0px;
	border: 1px solid Black;
	background: White url(images/logo_src.png) no-repeat top;
	}
#menu {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width: 726px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	background: #F5F5F5;
	color: #D3D3D3;
	text-align: center;
	}
#sidemenu {
	width: 150px;
	height: 100%;
	margin: 0px 15px 10px 10px;
	padding: 5px 5px 5px 10px;
	float: left;
	}
#content {
	margin: 15px;
	}
#actcont {
	padding: 0 10px 0 190px;
	background: url(images/side.gif) repeat-y 0;
	}
#footer {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	border-top:1px solid #5C3F93;
	margin-top: 10px;
	padding-top: 10px;
	}
#val {
	text-align: center;
	}
.center {
	text-align: center;
	}