body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	cursor: default;
	color: #777777;
	background-color: #ffffff
}

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

.center {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	color:#777777;
}

#header {
	width:100%;
	padding-top:15px;
}

.spacer {
	width:100%;
	height:15px;
}

hr {
	border:0px;
	color:#777777;
	background-color:#CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}

h1 {
	font-size:28px;
	color:#38A838;
	background-color:#FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
}

h2 {
	font-size:20px;
	color:#777777;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	background-color:#FFFFFF;
}

h3 {
	color: #38A838;
	font-size: 15px;
	background-color: #f9f9f9;
    border-bottom: 1px solid #777777;
	text-align: left;
	margin-left: 20px;
	margin-right: 0px;
	font-weight: 300;
	padding: 5px;
/*    
    border-width:1px;
    border-color:#777777;
    border-style:solid;
*/
}

h3.boxed {
    border-width:1px;
    border-color:#777777;
    border-style:solid;
}

#left h3 {
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
}

h4 {
    font-size: 14px;
    color: #777777;    
    border-bottom: 1px solid #777777;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
    margin-top: 10px;
}

ul.clean {
    list-style: none;
}

ul.files {
    padding-left: 35px;
}

ul.files li.pdf {
    list-style-image: url(../img/acrobat.gif);
	height: 30px;	
}

ul.files li.folder {
    list-style-image: url(../img/folder.gif);
	height: 30px;
}

img {
    border: 0px;
}

.top_main_heading {
	margin-top:15px;
}

#main {
	float:left;
	width:550px;
	color:#777777;
	background-color:#FFFFFF;
	padding-bottom:20px;
}

#maincontent div {
	color: #777777;
	background-color: #ffffff;
    margin-top: 5px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	line-height: 20px;
	padding: 5px;
}

#maincontent div.boxed {
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-top: 0px;
    border-style: solid;
    border-color: #777777;
    margin-top: 0px;
}

#maincontent a {
	color: #38A838;
	background-color: #FFFFFF;
	text-decoration: none;
}

#maincontent a:hover {
	color:#38A838;
	background-color:#FFFFFF;
	text-decoration:underline;
}

.right {
	color:#777777;
	background-color:#FFFFFF;
	float:right;
	font-size:100%;
	margin-top:5px;
}

/* LEFTMENU */
.left {
    color:#777777;
    background-color:#FFFFFF;
    float:left;
    font-size:100%;
    margin-top:5px;
}

#left {
    float:left;
    width:200px;
    background-color:#FFFFFF;
    color:#777777;
}

#leftcontent a:hover {
    color: #38A838;
    background-color: #FFFFFF;
    text-decoration: underline;
}

#leftcontent p {
    color: #777777;
    background-color: #ffffff;
    font-size: 12px;
    text-align: left;
    margin-left: 0px;
    margin-right: 20px;
}

#leftcontent ul {
    font-size: 14px;
    list-style: none;
    padding-left: 0px;
    color: #777777;
    background-color: #ffffff;
}

#leftcontent a {
    color: #38A838;
    text-decoration: none;
    background-color: #ffffff;
}

#leftcontent .menu {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

/* FOOTER */
#footer {
    clear:both;
    width:750px;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
    color:#777777;
    background-color:#FFFFFF;
    text-decoration:none;
}

#footer a:hover {
    color:#777777;
    background-color:#FFFFFF;
    text-decoration:underline;
}