/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #DCDCDC;
   	line-height: 20px;
	text-align: justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

h1, h2, h4, h6 {
	font-weight: normal;
}

h3 {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 12pt;
}

h5 {
	font-weight: bold;
    font-style: italic;
	text-align: justify;
	font-size: 11pt;
}	
    
a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/** HEADER */

#header {
	width:850px;
	margin: 0px auto;
	padding: 1em;
	color: #990000;
    background: #FFFFFF;
    border-bottom: 8px solid #990000;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 28px;
}

#header hr {
        height: 10px;
        color: #990000;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu {
	width: 850px;
	margin: 0px auto;
    background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 856px;
	margin: 0px auto;
	padding: 0px 20px 20px 0px;
    background: #FFFFFF;
}

#columnA {
	float: right;
	width: 600px;
	padding-left: 20px;
    padding-right: 10px;
	border-left: 1px solid #990000;
    background: #FFFFFF;
}

#columnA h2 {
	font-size:18pt;
	font-weight: bold;
    text-align: center;
}

#columnA h3 {
	font-size:12pt;
	font-weight: bold;
    text-align: left;
}

img.floatright {
float: right;
margin: 4px;
}

img.floatleft {
float: left;
margin: 7px;
}

#columnB {
	float: left;
	width: 200px;
    background: #FFFFFF;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px #EEEEEE;
    border-spacing: 2px;
    font-size: 11pt;
	font-weight: bold;
}

#columnB ul {
    font-size: 8pt;
}    

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	
	text-align: center;
    background: #FFFFFF;
    font-size: 10px;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #000000;
}

#footer a {
	color: #990000;
}