/* .Reset */
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,caption{margin:0;padding:0;line-height:1}
a img{border:none}





/* Standard */
.hide {
	position: absolute;
	left: -9999px;
	top: -9999px;
	visibility: hidden;
}

acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

a {
	text-decoration: underline;
}

a:hover {
	background: #ffc;
}




/* font sizes */
body {
	font: 100% Arial, sans-serif;
}

input, textarea {
	font: 100% Arial, sans-serif;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}



/* colors */
h1, h2, h3, .purple {
	color: #8f3f97;
}

.blue {color:#60f}
.green {color:#393}
.orange {color:#f90}
.pink {color:#f0f}

a {
	color: #6e04fe;
}



/* layout */
#all {
	width: 950px;
	margin: 0 auto;
}

#content, #navMain {
	float: left;
	position: relative;
}

#content {
	left: 220px;
	width: 730px;
	padding-bottom: 50px;
}

#navMain {
	left: -730px;
	width: 200px;
}



/* header */
#header {
	margin-bottom: 2em;
}

#header img {
	display: block;
}



/* content */
#content h1 {
	margin-bottom: .6em;
	font-weight: normal;
}

#content h2, #content h3 {
	margin: 1.5em 0 .8em 0;
	font-weight: normal;
}

#content p, #content li {
	margin-bottom: 1em;
	line-height: 1.3;
}

#content ul {
	margin-left: 1.5em;
	list-style: square;
}

#content ol {
	list-style: decimal;
}

#content li {
	margin-bottom: .5em;
}



/* images */
p.imgLeft {
	float: left;
	margin-right: 1em;
}

p.imgRight {
	float: right;
	margin-left: 1em;
}




/* navMain */
#navMain {
	margin-bottom: 1em;
}

#navMain li {
	margin-bottom: 6px;
}

#navMain a {
	display: block;
	width: 200px;
	padding: 1px 3px;
	color: #8f3f97;
	font: bold .95em "Trebuchet MS", sans-serif;
	background: url(../img/navMainBg.gif) repeat-y 100% 0 #fdfe02;
	outline: none;
	text-decoration: none;
	text-align: center;
}

#navMain a:hover, #navMain .selected a {
	color: #ff0;
	background: #8f4197;
}

#navMain .selected a {
	cursor: default;
}




/* Forms */
form div {
	margin-bottom: .5em;
}

label {
	display: block;
	margin-bottom: .2em;
	font-weight: bold;
	font-size: .9em;
}

input, textarea {
	width: 300px;
}

textarea {
	height: 100px;
}

.buttons input {
	width: auto;
}

.printButton {
	margin-top: -2.5em;
	text-align: right;
}




/* Tables */
table {
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #333;
}

th, td {
	padding: .1em .3em;
	vertical-align: top;
}

caption {
	padding-bottom: .5em;
	font-weight: bold;
}




/* FormMailer classes */
.formErrors {
	margin: 1em 0 !important;
	border: 1px solid red;
	padding: 1em 1em 1em 2em;
}

.formErrors .fieldName {
	color: red;
	font-style: italic;
}




/* FCK generated styles */
.u {text-decoration: underline}
.strike {text-decoration: line-through}
.left {text-align: left}
.right {text-align: right}
.center {text-align: center}
.justify {text-align: justify}
.fsSmall {font-size: .9em}
.fsLarge {font-size: 1.2em}
.fsExtraLarge {font-size: 1.4em}
.indent1 {margin-left: 10%}
.indent2 {margin-left: 20%}
.indent3 {margin-left: 30%}
.indent4 {margin-left: 40%}
.indent5 {margin-left: 50%}

/* FCK style dropdown */
.imgLeft {
	float: left;
	clear: left;
	margin-right: 8px;
	margin-bottom: .6em;
}
.imgRight {
	float: right;
	clear: right;
	margin-left: 8px;
	margin-bottom: .6em;
}

