﻿/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */


h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}

a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


/* Header */

#header
{
	height: 8em;
	width: 15em;
	float: left;
	position: relative;
	background: #AF0A0A url('../graphics/b1.gif') no-repeat top right; padding-left:1.5em; padding-right:1.5em; padding-top:0em; padding-bottom:0em
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}


/* Content */

#content
{
	
	background: #ffffff url('../graphics/b1.gif') no-repeat top right; padding-left:0em; padding-right:1.5em; padding-top:0em; padding-bottom:0em
	margin-top: 1px;
	padding-top: 4em
}

#content p
{
	margin-bottom: 1.0em;
	line-height: 1.6em;
	font-family: "Arial Narrow", "Verdana", "Helvetica", "sans-serif"; 
	font-size:11pt; 
	color: #560042;
	text-align: justify;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}


#content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	font-family: "Arial Narrow", "Verdana", "Helvetica", "sans-serif"; 
	font-size:11pt; 
	color: #560042;
}

#content table tr.rowA
{
	background-color:#D3C5CD;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: left;
	width: 100%;
	
}

#primaryContent
{
	margin: 1em 0em 0em 0em;
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
}

.clear
{
	clear: both;
}