/*body*/
body,html{
font-family:Trebuchet MS,Helvetica,Sans-Serif;
height:100%;
margin:0px 0px 1px 0px;
padding:0px 0px 0px 0px;
background-image:url(../img/bg.png);
background-repeat:repeat-x;
background-color:#F6F6F6;
}

#box {
width:720px;
margin:0px auto;
}

/*header*/
#header{
width:720px;
height:102px;
margin:0px auto;
padding:0px 0px 0px 0px;
background:url(../img/mast.png);
background-repeat:no-repeat;
background-color:white;
}

/*menu*/

#menu{
background:url(../img/menu.gif);
background-repeat:repeat-x;
border-top: 1px solid #999999;
border-bottom: 1px solid #EEEEEE;
width:100%;
height:30px;
padding:0px 0px 1px 0px;
background-color:white;
}
#menu ul{
color:#4D4C4C;
font-size:16px;
line-height:16px;
font-weight:bold;
list-style:none;
padding:0px 0px 0px 3px;
margin:0px auto;
letter-spacing:-1px;
width:720px;
}
#menu .first{
border-left:1px solid white;
}

#menu li{
border: 1px solid white;
border-left: 0px;
border-top: 0px;
display:block;
float:left;
margin:0px;
list-style:none;
text-align:center;
}
#menu li a{
display:block;
padding:7px 43px 7px 44px;
color:#4D4C4C;
text-decoration:none;
}
#menu li a:hover{
color:black;
background-color:#fbf9f9;
text-decoration:none;
}
#menu .selected{
background-color:white;
}
#menu a.selected{
color:#0081c6;
text-decoration:none;
}
#menu a:hover.selected{
color:#0081c6;
background-color:white;
text-decoration:none;
}

#page {
padding:0px;
margin:0px;
}

/*panel*/

#panel {
float:left;
padding:0px;
margin:0px;
width:200px;
text-align:center;
}
#panel .img {
padding:0px 2px 2px 2px;
border:2px solid #EEEEEE;
border-top:0px;
background-color:white;
}
#panel form {
width:154px;
padding:25px;
padding-bottom:10px;
margin:0px;
}
#panel p{
padding:0px;
margin:0px;
padding-bottom:10px;
}
#panel .forgotten{
font-size:11px;
padding-top:10px;
border-top:1px dotted #cccccc;
}
#Form1 {
text-align:left;
border-top:0px;
color:#666666;
font-size:15px;
}
#Form1 h2{
margin-top:0px;
margin-bottom:0px;
color:#004266;
font-size:17px;
letter-spacing:-1px;
font-weight:bold;
}
/*content*/

#content {
color:#666666;
padding:30px 40px 30px 40px;
font-size:15px;
margin-left: 220px;
background-color:white;
border:2px solid #EEEEEE;
border-top:0px;
}
#content h1 {
margin-top:0px;
color:#004266;
font-size:26px;
letter-spacing:-1px;
}
#content h2 {
margin-top:0px;
margin-bottom:0px;
color:#004266;
font-size:18px;
letter-spacing:-1px;
font-weight:normal;
}
#content p {
margin-top:0px;
margin-bottom:15px;
}

#content a{
color:black;
}
#content a:hover{
color:#666666;
text-decoration:none;
}
#content ul{
list-style:url(../img/tri.gif);
margin-top:5px;
}
#content li {
margin-top:0px;
margin-bottom:5px;
}
#content em {
font-style:normal;
color:#004266;
}
.bullets {
  width:200px;
}
.company,
.company a {
  color:#000000;
  text-decoration:none;
}
.name {
	display:block;
	float:left;
	font-weight:bold;
	width:120px;
}

/*footer*/
#footer {
clear:both;
margin-top:10px;
margin-bottom:10px;
text-align:center;
color:#8c8c8c;
font-size:12px;
margin-left:220px;
}

























