@CHARSET "UTF-8";

/*** Global Settings ****/
body {
	font: normal 62.5% DejaVu Sans, Calibri, Tahoma, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #2a3845;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

a:visited,a:link {
	color: #35b104;
	text-decoration: underline;
	background: none;
}

a:hover {
	color: #35b104;
	text-decoration: none;
	background: none;
}

h1 {
	margin: 0.5em 0;
        padding: 0 0 0.2em 1em;
        font: bold 1.5em Lucida Sans, Corbel, Arial, Helvetica, sans-serif;
}

h2 {
	color: #299101;
	margin: 0.5em 0;
	padding-bottom: 0.5em;
	font: bold 1.5em Lucida Sans, Corbel, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #efece7;
}

h3 {
	color: #299101;
	margin: 1.5em 0 0.5em;
	padding-bottom: 0.2em;
	font: normal 1.8em DejaVu Serif, Cambria, Georgia, serif;
	border-bottom: 1px solid #efece7;
}

ul {
	padding: 0;
	margin: 0 0 0 1.3em;
	list-style: square url(images/bullet.gif);
}

.list {
	font-size: 1.2em;
}

.box {
	background: #f7f7f7;
	border: 1px solid #f0e9eb;
	padding: 1.5em;
}

img {
	border: 0
}

/*** Layout ****/
#wrapper {
	margin: 0 auto;
	width: 77.6em;
	border-left: 1px solid #f0e9eb;
	border-right: 1px solid #f0e9eb;
	text-align: left;
}

#header {
	margin: 0 1px;
	position: absolute;
	top: 0;
	width: 77.4em !important;
	width: 77.2em;
}

#bg {
	height: 3.6em;
	background: url(images/bg.gif) repeat-x;
}

#nav {
	background: #299101;
	padding: 1em 2em;
	text-align: right;
	color: #6edb43;
}

#nav a {
	margin: 0 0.5em;
}

#nav a:visited,#nav a:link {
	text-decoration: none;
	color: #6edb43;
}

#nav a:hover {
	text-decoration: underline;
	color: #6edb43;
}

#main-content {
	margin: 0 auto;
}

#logo {
	margin-bottom: 4.5em;
}

#left-column {
	width: 44em;
	padding: 7em 3em 3em 3em;
	float: left;
}

#right-column {
	width: 27em;
	float: right;
	padding-top: 6em;
}

#footer {
	background: #f7f7f7;
	border-top: 1px solid #ebe9f0;
	border-bottom: 1px solid #ebe9f0;
	padding: 0.8em 1.5em;
	clear: both;
}

/*** SideBAR ***/
#main-image {
	text-align: center;
	padding-right: 3em;
}

.sidebar {
	width: 21.8em;
	margin: 0 auto;
	padding: 1em 2.5em;
	background: url(images/shadow.jpg) no-repeat top;
}
