@charset "utf-8";
body {
	margin-left: 35px;
	margin-top: 35px;
	margin-right:35px;
	margin-bottom:15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #DDDDDD;	
}

.clear {
	clear:both;
	width:100%;
	height:1px;
}

/****   TEXT   ****/

h1 {
	font-size:24px;
	color:#013B25;
	margin:0px 0px 15px 0px;
	padding:0px;
}

a:link, a:active, a:visited {
	color:#013B25;
}

/****   HEADER   ****/

.headerWrapper {
	border: 2px solid #B4B4B4;
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom:15px;
	height:135px;
}

.header {
	height:135px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.header img {
	vertical-align:middle;
	float:left;
	padding-left:15px;
}



/****   CONTENT BOX   ****/

.contentWrapper {
	border: 2px solid #B4B4B4;
	padding: 4px;
	background-color: #FFFFFF;
}


/****   MENU   ****/

.leftMenu {
	background-color:#570861;
	width:150px;
	margin:0px 15px 0px 0px;
	padding:5px;
	float:left;
	font-size:14px;
	color:#FFFFFF;
}

.leftMenu li {
	color:#FFFFFF;
	margin:0px;
	padding: 7px;
	background-image: url(images/menu-dash.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration:none;
	list-style-type: none;
}

.leftMenu li a:link, .leftMenu li a:active, .leftMenu li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
}

.leftMenu li:hover {
	background-image: url(images/trans-20.png);
	background-repeat: repeat;
}


/****   CONTENT   ****/

.content {
	padding-top:0px;
	float:left;
	width:auto;
}

#header {
	font-weight:bold;
	background-color:#013B25;
	background-image: url(images/trans-80.png);
	background-repeat: repeat;
}

/****   INFO BOX   ****/

.infoBox {
	background-color:#013B25;
	width:150px;
	margin-left:15px;
	float:right;
	background-image: url(images/trans-80.png);
	background-repeat: repeat;
	background-position: 100px;
}

.infoBox h4 {
	background-color:#013B25;
	padding:10px;
	margin: 0px 0px 15px 0px;
	color:#FFFFFF;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:normal;
	font-size:18px;
}

.infoBox p {
	margin:10px;
	padding-bottom:10px;
	background-image: url(images/menu-dash.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.infoBox p b {
	color:#000000;
}


