/* CSS Document */

* {
	margin: 0;
}
html, body {
	text-align: center;
	height: 100%;
	width: 100%;
	text-decoration: none;
	font: normal 12px/22px Verdana,Arial,Helvetica,sans-serif;
	background-color: #DAE2E6;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
	width: 773px;
}

.wrapper2 {
    margin-left: auto;
    margin-right: auto;
	width: 773px;
	background: url(../images/background.jpg) repeat-y;
	padding-bottom: 10px;
	overflow: auto;
}


.content {
	text-align: center;
	align: center
	width: 707px;
}

.text {
	width: 380px;
	margin-top: 35px;
	margin-left: 33px;
	float: left;
	text-align: left;
	z-index: 100;
}

.sidebar {
	width: 221px;
	height: 269px;
	margin-top: 35px;
	margin-right: 33px;
	margin-bottom: 20px;
	float: right;
	background-image: url(../images/sidebackground.jpg);
}

.sidebartext {
	margin: 18px;
	text-align: left;
}

.margintop {
	margin-top: 25px;
}

a {
	text-decoration: none;
	color: #666666;
	font: normal 12px/14px Verdana,Arial,Helvetica,sans-serif;
}


a:hover {
	text-decoration: underline;
	color: #333333;
}


h1 {
	text-decoration: none;
	color:#3A6666;
	margin:0px 0px 0px 0px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
}

h2 {
	text-decoration: none;
	color:#3A6666;	
	font: bold 14px "Lucida Grande",Arial,Helvetica,sans-serif;
	margin:0px 0px 12px 0px;
	padding: 0px;
}


p {
	font: normal 12px/18px "Lucida Grande",Arial,Helvetica,sans-serif;
	margin:10px 0px 0px 0px;
}

.grey {color: #999999}

img {
	border:0px;
	padding: 0;
	margin: 0;
}

em {
	font-size: 8pt;
	font-style: italic;
}

ul {
	font: normal 12px/18px "Lucida Grande",Arial,Helvetica,sans-serif;
}

ul li {
	margin-bottom: 8px;
}

ul li ul {
	padding-left: 18px;
}

ul li ul li {
	margin-bottom: 0px;
}

