@charset "iso-8859-1";

/* 
	(c) 2009 Cactus Software / Carsten Lampe
	http://www.cactus.net.nz
*/

/* CSS Reset **************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* CSS Reset End ************* */
body {
	font: 10pt Arial, sans serif, Helvetica;
	line-height: 20pt;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	margin: 0 0 10px 0;
}

h1 {
	font-size: 16pt;
	margin: 0 0 10px 0;
	color: #561D61;
	font-weight: bold;
}

h2 {
	font-size: 11pt;
	margin: 0 0 5px 0;
	color: #561D61;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
	margin: 0 0 0 0;
	color: #000;
	font-weight: bold;
}

a {
	color: #999999;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #561D61;
}

a:active {
	color: #561D61;
}

blockquote {
	
}

ul {
	margin: 0 0 0 15px;
}

ul li {
	list-style: square;
}

td {
	vertical-align: top;
}

fieldset {
	border: 1px solid #ccc;
}

legend {
	
}

hr {
	margin: 20px 0 20px 0;
	clear: both;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	
}

#sidebar {
	background: #561D61;
	color: #fff;
	padding: 15px;
}

#sidebar ul li {
	margin: 0 0 8px 0;
}

#sidebar a {
	font-weight: bold;
	color: #fff;
}

#navigation {
	
}

#navigation ul li a {
	
}

#navigation ul li a:visited {
	
}

#navigation ul li a:hover {
	
}

#navigation ul li a:active {
	
}

#navigation ul li.active a {
	
}

#content {
	padding: 15px;
}

#footer {
	
}

.black {
	color: #000;
}

.magenta {
	color: #561D61;
}

.mag {
	background: #e8005e;
}

.magbox {
	background: #561D61;
	padding: 20px 10px 20px 10px;
	color: #FFF;
	width: 100%;
}

.magbox h1 {
	color: #fff;
	margin: 0;
}

.magbox2 {
	padding: 5px 10px 5px 5px;
	color: #561D61;
	border-right: 3px solid #999999;
	text-align: right;
}

.magbox2 li {
	text-align: left;
}

.big {
	font-size: 14pt;
}

.contentbox {
	clear: both;
}

.contentbox2 {
	padding: 0 0 0 14px;
}

.magframe {
	border: 2px solid #999999;
	padding: 5px !important;
	text-align: left;
}

.magbig {
	color: #561D61;
	font-size: 14pt;
	line-height: 20pt;
}

.button {
	visited: #fff;
	hover: #fff;
	display: inline-block;
	line-height: 15pt;
	padding: 7px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #561D61;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

.button a:link {
	color: #999
}

.button a:visited {
	color: #999
}

.button a:hover {
	color: #fff;
}

.button a:active {
	color: #999
}
