/* ------------------------------- */
/* -- CSS By Prezenz			-- */
/* -- http://www.prezenz.com	-- */
/* -- Copyright 2009			-- */
/* ------------------------------- */

/* ------------------------------- */
/* -- STRUCTURE					-- */
/* ------------------------------- */

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

html {
	height:100%;
}

body {
	height:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	background-color:#FFF;
}

/* ------------------------------- */
/* -- COMMUN					-- */
/* ------------------------------- */

a {
	color:#400880;
	text-decoration:none;
}

a:hover {
	color:#B98F38;
}

.active {
	color:#B98F38;
}

h1 {
	font-size:18px;
	margin-bottom:5px;
	color:#400880;
	font-weight:normal;
}

h2 {
	font-size:14px;
	margin-bottom:5px;
	color:#444444;
	clear:both;
}

.center {
	text-align:center;	
}

.alignleft {
	float:left;
	padding-right:10px;
}

.alignright {
	float:right;
	padding-left:10px;
}

/* ------------------------------- */
/* -- WEBSITE					-- */
/* ------------------------------- */

div#page {
	margin:0 auto 0 auto;
	position: relative;
	text-align: left;
	width:auto;
} 

/* ------------------------------- */
/* -- HEADER					-- */
/* ------------------------------- */

div#header {
	height:110px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	position:relative;
	background:none !important;
}
div#header.page {
	height:110px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	position:relative;
	background:none !important;
}

div#logo a {
	position:absolute;
	top:110px;
	left:100px;
	width:250px;
	height:75px;
	display:none
}

div#logoprint {
	display:block;
}

div#menu {
	padding-top:12px;
	margin-left:310px;	
	display:none;
}

div#menu ul {
	list-style:none;
	display:inline;
}

div#menu ul li {
	list-style:none;
	display:inline;
}

div#menu ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	padding-right:20px;
}

/* ------------------------------- */
/* -- MAIN						-- */
/* ------------------------------- */

div#main {
	position:relative;
	padding:20px 0px;
	height:auto !important;
	height:400px;
	min-height:400px;
	background-image:url(../images/backgr.gif);
	background-repeat:repeat-y;
	background-position:top left;
	background:none
}

div#main p {
	font-size:12px;
	color:#222222;
	line-height:1.8em;
	margin-bottom:1.8em;
}

div#main ul li.pdf {
	list-style-image:url(../images/pdficon.gif);
	font-size:14px;
}

dl {
	margin-left:12px;
}

dt {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	color:#666;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	padding-bottom:4px;
}

dd {
	padding-left:10px;
	padding-bottom:18px;
}

dl ul {
	margin-left:20px;
	padding:5px 0px;
}

dl ul li {
	list-style-image:url(../images/trait.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	font-weight:normal;
	font-style:normal;
}

/* ------------------------------- */
/* -- FOOTER					-- */
/* ------------------------------- */

div#footer {
	clear:both;
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:11px;
	color:#400880;
	display:none;
}
	
