

html,body {
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
}
body {
	padding:1em 0;
	font:76%/1.5 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
em {
font-weight:bold;
color: #3E65A3;;
}
h1,h2,h3 {
	margin:0 0 0.25em;
	color:#3E65A3;
	font-weight:normal;
	line-height:1.2;
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}
h1 {
	font-size:1.8em;
	line-height:1.2;
	letter-spacing:-1px;
}
h2 {
	font-size:1.5em;
	line-height:1.3;
}
h3 {
	font-size:1em;
	text-transform:uppercase;
}
p {margin:0 0 1em;}
a:link,
a:visited {
	border-bottom:1px dotted;
	color:#AE4F0C;
	font-weight:bold;
	text-decoration:none;
}
a:visited {color:#333;}
a:focus,
a:hover {
	border-bottom-style:solid;
	color:#D03900;
}
code,
kbd {font-family:Monaco,"Courier New",Tahoma}
.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
* html .clearfix {height:1px;} /* * html hack for IE pre 7 used for convenience in this demo */
.clearfix {display:inline-block;}
.clearfix {display:block;}
.structural {
	position:absolute;
	left:-9999px;
}
#footer {
	clear:both;
	margin-top:0.5em;
	padding-top:0.5em;
	border-top:1px solid #ccc;
	text-align:center;
	font-size: 8pt;
}

#footer a {
	font-size: 8pt;
	font-weight:normal;
}


.code {
	margin:1em 0;
	padding:3px 5px 3px 3em;
	border:1px solid #98be10;
	list-style-type:decimal-leading-zero;
	font-family:Courier;
}
.code code {font-family:Monaco,"Courier New",Tahoma}
.code li {
	margin:2px 0;
	padding:0 5px;
	background:#f7f7f5;
}
.code li.tab1 {padding-left:4ex}
.code li.tab2 {padding-left:8ex}
.code li.tab3 {padding-left:12ex}
.code li.tab4 {padding-left:16ex}
.code li.tab5 {padding-left:20ex}
.code .changed {
	color:#900;
	font-weight:bold;
}
.code em {
	color:#900;
	font-weight:bold;
	font-style:normal;
}




html {background:transparent}
body {background:#fff}
#wrap {
	max-width:780px;
	margin:0 auto;
}
* html #wrap {width:780px}



a img {
border:none;
}


#content-right {
float:right;
width:250px;
}

#content-left {
float:left;
width:525px;
}


.clear {
overflow:hidden;
height:1px;
clear:both;
}


#header {
height: 100%;
width: 100%;
vertical-align: top;
margin: 0px 0px 10px 0px;
}

#menu {
border: none;
border-collapse:collapse;
margin:10px 0px 0px 5px;
}

#menu td {
padding:0px;
margin:0px;
}

#menu a {
border:none;
}

.menu {

}

.barTop {
vertical-align: middle;
text-align: right;
height: 100px;
font-size:16pt;
color: gray;
}

.barTop em {
text-decoration: none;
font-style: normal;
font-weight: bold;
color: #AB3028;
}

.barTop a {
text-decoration: none;
font-style: normal;
font-weight: bold;
color: #AB3028;
}


#bar-top-1, #bar-top-5, #bar-bottom-1, #bar-bottom-5 {
background-color:#3E65A3;
background-image:url(../images/bar.left.png);
background-repeat:no-repeat;
height: 20px;
width: 12px;
}

#bar-top-2 {
background-color:#3E65A3;
width:170px;
}

#bar-top-3, #bar-top-4, #bar-top-5 {
background-color:#AB3028;
}

#bar-top-5, #bar-bottom-5 {
background-image:url(../images/bar.right.png);
background-repeat:no-repeat;
}

#bar-bottom-1, #bar-bottom-2 {
background-color:#AB3028;
}

#bar-bottom-3, #bar-bottom-4, #bar-bottom-5 {
background-color:#3E65A3;
}


li {
padding-left:0px;
margin-left:0px;
}


.dd-footer {
padding-top:10px;
color: #BBB;
font-size: 8pt;
}

.dd-footer a {
color: #BBB;
font-weight:normal;
padding:0px;
text-decoration:none;
border-bottom:1px dotted #CCC;
}
.dd-footer a:hover {
font-weight:normal;
padding:0px;
background:none;
color: #AAA;
border-bottom:1px solid #AAA;
}


input, textarea { margin:2px; padding:3px; border:1px solid #3E65A3; font:100% "Trebuchet MS",Tahoma,Arial,sans-serif; }
#submit { background-color: lightgrey; cursor:pointer; }
