/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1{
    color: black;
    margin-bottom:0.3em;
}

h2,h3,h4,h5,h6
{
    font-size:10pt;
	color: black;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: black;
	font-size: 10pt;
}

a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
    min-width: 1245px;
	margin: 0.5em 0.4em 1.5em 0.5em;
}

/* Header */

#header
{
	padding: 1.5em 2em 2em 0em;
	height: 6em;
	width: 11em;
	float: left;
	position: relative;
	background: /*#AF0A0A*/ url('../images/logo.png') center center no-repeat;
}

#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: black;
	font-size: 0.8em;
}

/* Menu */

#menu
{
	height: 6em;
	background-color: #fafafa;
	margin-left: 14em;
	position: relative;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 2.3em;
	margin-left: 1.5em;
}

#menu li
{
    font-size:larger;
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

#menu li a:hover
{
	background-color: #AF0A0A;
	color: #fff;
}

/* Content */

#content
{
	background-color: #fff;
	margin-top: 1px;
	padding-top: 0.5em;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
    padding: 0.4em 0.0em 0.4em 0.4em;
	font-size: 1.2em;
    border-bottom: solid 1px #cacaca;

}

#content h2,h3,h4,h5,h6
{
    
	/*padding: 0.4em 0.0em 0.4em 0.4em;*/
}

#leftMenu h3, h4{
	padding: 0em 0em 0.2em 0em;
	margin-bottom: 1.2em;
    border-bottom: dotted 1px #cacaca;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#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.3em;
}

#content table tr.rowA
{
	background-color: #d0d0d0;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #eeeeee;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -15em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 14em;
	padding: 0em 0em 0em 1.5em;/*1.5em;*/
	border-left: dotted 1px #cacaca;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 11em;
	padding: 1.5em;
}

/* Footer */

#footer
{
	margin-top: 0.2em;
	border-top: dotted 1px #cacaca;
	padding: 0.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear
{
	clear: both;
}
form{margin:0;padding:0;}
/*fieldset{margin:1em 0;border:none;border-top:1px solid #ccc;}*/
/*legend{margin:1em 0;padding:0 .5em;color:#036;background:transparent;font-size:1.3em;font-weight:bold;}*/
label{width:100px;text-align:right;}
textarea{border-top:1px solid #555;border-left:1px solid #555;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:1px;color:#333;}
select{padding:1px;}
div.fm-multi div{margin:5px 0;}
div.fm-multi input{width:1em;}
div.fm-multi label{display:block;width:200px;padding-left:5em;text-align:left;}
#fm-submit input{border:1px solid #333;padding:2px 1em;background:#555;color:#fff;font-size:100%;}
input:focus,textarea:focus{background:#efefef;color:#000;}

fieldset {display:block;background:#FFEEBD; padding:10px; border:1px solid #fff; border-color:#fff #666661 #666661 #fff; margin-bottom:36px; width:90%;}
legend {background:#bfbf30; color:#fff; font:17px/21px Calibri, Arial, Helvetica, sans-serif; padding:0 10px; margin:-26px 0 0 -11px; font-weight:bold; border:1px solid #fff; border-color:#e5e5c3 #505014 #505014 #e5e5c3;}
fieldset.action {background:#9da2a6; border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; margin-top:-20px;}