* {
	margin: 0;
	padding: 0;
}

body {
background: #F58220;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
font-weight:600;
color:#6666CC;
}
a:hover {
text-decoration: none;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
background-color:#F4F4F4;
}

#header {
height: 90px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #F58220;
}
#header h1 a { 
color: #F58220;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 15px 15px 5px;
font-weight: 100;
text-align:right;
}

#menu {
height: 30px;
line-height: 30px;
padding-left:15px;
background: #3A454C;
color: #ccc;
}
#menu  a {
display:block;
float:left;
padding:0px 10px 0px 10px;
text-decoration: none;
text-align:center;
font-weight: 100;
font-size: 14px;
color: #ccc;
}
#menu a.selected{
background:#657983;
}
#menu a:hover {
color: #fff;
text-decoration: none;
background:#6666CC;
}
#submenu{
height: 5px;
line-height: 5px;
background: #657983;
color: #fff;
}
#content {
padding: 0 30px 20px 30px;
float: left;
width: 700px;
text-align: justify;
}
div #content h1 {
font-size: 24px;
line-height:25px;
font-weight: 100;
color:  #151B8D;
padding: 20px 0 10px 0;
}
div #content h2 {
font-size: 18px;
font-weight: 100;
color:  #151B8D;
padding: 15px 0 7px 0;
}
div #content h3 {
font-size: 14px;
font-weight:bold;
color:  #151B8D;
padding: 15px 0 7px 0;
}
div #content h4 {
font-size: 12px;
font-weight:bold;
color: #111;
padding: 15px 0 7px 0;
}
div #content p {
font-size:14px;
padding: 10px 0 0px 5px;
}
div #content ul {
list-style-type: none;
padding: 10px 0 15px 20px;
}
div #content ul li{
padding: 0px 10px 10px 0px;
}

.note p{
padding: 6px 0px 6px 0px;
font-size:12px;
color: #333;
}
.orange{
color: #F58220;;
}
.purple{
color:#6666CC;
}
.darkgray{
color:#3A454C;
}
.gray{
color:#657983;
}


#footer {
height: 30px;
line-height: 15px;
background: #657983;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }

.imageright {
float:right;
padding:5px 5px 5px 15px;
}
.imageleft {
float:left;
padding:5px 20px 5px 5px;
}





