/***********************************************************************
	0 - GENERIC
************************************************************************/

body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
	color:#332f7b;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family:Arial;
	line-height:20px;
	font-size:12px;
}

a { 
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#332f7b;
}

a:hover {
	color:#9391b9;
}

/***********************************************************************
	1 - LAYOUT
************************************************************************/

div#wrapper {
	width:100%;
	background:url(../i/header_repeat_top.gif) center top repeat-x;
}

div#header {
	background:url(../i/header_logo.jpg) left top no-repeat;
	margin:auto;
	height:119px;
	width:494px;
	padding-left:486px;
	padding-top:15px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-align:left;
	line-height:18px;
	position:relative;
}

div#nav {
	padding-top:7px;
}

div#nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

div#nav a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#f5f3f7;
}

div#main {
	width:100%;
	position:relative;
	margin:auto;
	text-align:left;
}

div#footer {
	width:auto;
	margin:auto;
	height:28px;
	background:url(../i/footer_repeat.gif) repeat-x;
	text-align:center;
	font-size:11px;
	padding-left:11px;
	padding-right:11px;
	padding-top:7px;
	position:relative;
}

/***********************************************************************
	5 - CONTENT
************************************************************************/

h1 {
	font-weight:bold;
	font-size:14px;
}

h2 {
	font-weight:bold;
	font-size:12px;
}

h3 {
	font-style:oblique;
	font-size:12px;
}

span.float-l {
	float:left;
}

span.float-r {
	float:right;
}