@charset "UTF-8";
/* Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #ccdfe3;
	background-image: url(images/back.gif);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* HEADER */
#header {
	width: 100%;
	height: 151px;
	background:url(images/header_back.jpg) repeat-x;
	text-align:center;
	
}
#document-wrap {
	width: 851px;
	margin: auto;
}
#sidebar {
	float: left;
	width: 214px;
	background:url(images/nav_back.jpg) repeat-y left top;
	font-family: Helvetica, Arial, sans-serif;
}
#nav {
	font-size: .8em;
}
#nav a, #nav a:visited {
	display: block;
	padding: 7px 0 7px 20px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	text-decoration: none;
	color:#333;
}
#sidebar p {
	padding: 7px 17px 0 20px;
	font-size: .8em;
	color: #333;
	line-height: 140%;
}
#sidebar ol {
	padding: 7px 17px 0 20px;
	font-size: .8em;
	color: #333;
	line-height: 140%;
	list-style: circle;
}
#nav a:hover {
	background:url(images/nav_back_over.jpg) repeat-y left top;
	color: #000;
}
#sidebar #nav .current {
	background:url(images/nav_back_over.jpg) repeat-y left top;
	color: #fff !important;
	font-weight:bold;
	cursor: default;
}
#sidebar img {
	border: #fff solid 1px;
	padding: 2px;
	margin:15px 0 5px 23px;
}
#sidebar h1 {
	font-size: 13px;
	text-transform: uppercase;
	color: #3c486e;	
	margin:35px 17px 5px 20px;
	
}
#sidebar h2 {
	font-size: 14px;
	font-weight: lighter;
	margin: 0 0 15px 20px;
}
#sidebar strong {
	color: #000;
	font-weight: bold;
}
#sidebar a:link, #sidebar a:visited {
	color: #3c486e;
}
#sidebar a:hover {
	color: #333;
}
#signup fieldset {
	display: block;
	border: #fff 1px solid;
	width: 159px;
	margin: 25px 17px 15px 20px;
	padding: 7px;
}
#signup legend {
	display: block;
	margin-bottom: 5px;
	margin-top: 18px
}
#signup label {
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
}
hr {
	color: #fff;
	margin: 15px 17px 5px 20px;
}
.submit {
	margin-left: 50px;

}
#content {
	float: right;
	width: 637px;
	background:#fff;
	font-family: Helvetica, Arial, sans-serif;
}
#content .left {
	width: 319px;
	float: left;
	padding-bottom: 10px;
}
#content .right {
	width: 318px;
	float: right;
}

#content .center {
	width: 637px;
	clear: both;
	padding-bottom: 10px;
	text-align: center;
}
#content h1 {
	color: #3c486e;
	font-size: 22px;
	padding: 27px 0 9px 20px;
}

#content h2 {
	color: #5d94a4;
	font-size: 15px;
	font-weight: lighter;
	padding: 0 0 20px 20px;
}

#content p {
	color: #333;
	font-size: 13px;
	padding: 0 15px 15px 20px;
	line-height: 160%;
	text-align: justify;
}
#content a:link, #content a:visited, #copyright a:link, #copyright a:visited {
	color: #5d94a4;
	text-decoration:underline;
}
#content a:hover, #copyright a:hover {
	color: #fdb300;
	text-decoration: underline;
}
#content ul {
	list-style:circle;
	color: #3c486e;
	font-size: 12px;
	padding: 10px 30px 20px 30px;
	line-height: 180%;
	text-align: justify;
}
strong {
	color: #fdb300;
	font-weight: bold;
}
#footer {
	width: 851px;
	clear: both;	
}
#copyright {
	background: url(images/reflexion.jpg) no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-transform: uppercase;
	padding-top: 9px;
	margin-bottom: 15px;
	text-align: center;
	word-spacing: 3px;
}
.clear {
	clear:both;	
}


