
/* Elements */

body {
	color: #4C4C4C;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	
}
p {
    margin-top:10px;
    margin-bottom:10px;
}
h1, h2, h3 {
	margin-top: 0px;
	color: #383838;
}
h1 {
    font-size: 18px;
}
h2 {
	font-size: 14px;
        margin-bottom: 8px;
}

h3 {
	margin: 0;
	font-size: 12px;
}



a {
	color: #2B2B2B;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 800px;
	height: 175px;
	margin-left: auto;
	margin-right:auto;
	padding-left: 30px;
}


/* Menu */

#menu {
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#menu ul {
	width: 800px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #808285;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #009CDE;
}
#generalBackground #header #rightLogoLine {
	float: left;
	position: relative;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#generalBackground #header #leftLogo {
	float: left;
	position: relative;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 20px;
}




#menu a:hover {
	color: #009ADA;
}

#menu .first a {
	border: none;
}



#generalBackground {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}


#containerAll {
	width: 21cm;
	border: medium outset #999;
	height: 29.7cm;
	padding: 5px;
	background-color: #FFF;
	margin: auto;
	position: relative;
}



/* Content */

#content {
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	border: thin none #97C852;
	height: 17cm;
}


#colTwo {
	float: left;
	width: 250px;
	padding: 0px;
	margin-left: 15px;
}

#colOne {
	float: left;
	width: 500px;
	padding: 0 0 0 0px;
}

/* rounded corner stuff */
.roundedcornr_box_543986 {
	background: url(../images/roundedcornr_543986_tl.png) no-repeat top left;
}
.roundedcornr_top_543986 {
	background: url(../images/roundedcornr_543986_tr.png) no-repeat top right;
}
.roundedcornr_bottom_543986 {
	background: url(../images/roundedcornr_543986_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_543986 div {
	background: url(../images/roundedcornr_543986_br.png) no-repeat bottom right;
}
.roundedcornr_content_543986 {
	background: url(../images/roundedcornr_543986_r.png) top right repeat-y;
}

.roundedcornr_top_543986 div,.roundedcornr_top_543986,
.roundedcornr_bottom_543986 div, .roundedcornr_bottom_543986 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_543986, .roundedcornr_bottom_543986 {
	margin-top: 0px;
}
.roundedcornr_content_543986 { padding: 15px 15px; }

/* Footer */

#footer {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	border: none;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #2B2B2B;
}
#menu {
	border: thin none #99C95B;
	padding-left: 0px;
}
