* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #0A6380; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 180px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
/*letter-spacing: 1px;*/
padding: 10px 0 5px 0;
}
#header h1 a {
color: #222;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #3692AF;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}

#content {
padding: 10px 0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
}

.bullet ul li {
	margin-left: 17px;
}

.left {
width: 588px;
float: left;
text-align: justify;
}
.center  { text-align: justify; margin-left: 120px; width: 588px }
.left h2 {
color: #FF4800;
font-size: 25px;
letter-spacing: -1px;
font-weight: 100;
padding : 15px 0 25px 0;
}


.right {
width: 160px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 14px;
line-height: 30px;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 15px;
color: #666;
line-height: 20px;

}
.right a { text-decoration: none }
.right a:hover { font-weight: bold; }

.click {
	font-weight: bold;
	color: #000;
}

#footer {
border-top: 1px solid #bbb;
text-align: center;
color:#EEE;
font-size: 11px;
padding: 0 0 10px 0;
}


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 15px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 0px 2px 2px 0px;
width: 160px;
background-image: url(images/xbutton.gif);
}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url(images/xbutton-hover.gif);
border: thin 1px #CCC;
}

#active a:link, #active a:visited, #active a:hover
{
background-image: url(images/xbutton-hover.gif);
}
