* {
    padding: 0;
    margin: 0;
} 

body {
background:silver;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: black;
}

img { border: none; }
a { color: #380202; text-decoration: underline; }
a:hover { text-decoration: none; color : #ff0000; }
p{margin:0.4em 0 0.8em;
padding:0;}
#wrap {
width: 960px;
margin: 0 auto;
background-color:white;
}

#header {
background: #006688;
height: 80px;
width: 960px;
}
#header h1 {
padding: 20px 0 0 40px;
font-size: 25px;
letter-spacing: -1px;
}
#header h1 a {
color: white;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #fff;
}
#header h2 {
padding-left: 42px;
font-size: 17px;
color: orange;
font-weight: 800;
}

.title{
	padding: 20px 0 0 40px;
	font-size:36px;
	font-weight:bold;
   	color: orange;

}

.title a{
	text-decoration: none;
   	color: orange;
}

.description{
	padding: 20px 0 0 40px;
	font-size:14px;
   	color: white;
}

#content {
background: white;
}
#content h2 a {text-decoration: none; }

#left {
float: left;
width: 180px;
padding: 10px 0 10px 30px;
}
#left h2 { 
background: #fff url(images/sidebarh2.gif) no-repeat;
color: #fff; 
font-size: 15px; 
letter-spacing: -1px; 
font-weight: 100;
height: 30px;
line-height: 30px;
padding-left: 10px;
}
#left ul { color: #006699; padding: 5px 0 5px 30px; list-style-type: none; }
#left ul li { padding-bottom: 5px; }
#left ul li a { color: #006699; text-decoration: none;  }
#left ul li a:hover { color: #000; }

#center {
	float: left;
	width: 500px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right:#CCC 1px solid;
}
#center h2 {
background: #fff url(img/contenth2.gif) no-repeat;
height: 30px;
line-height: 30px;
font-size: 18px;
letter-spacing: -1px;
font-weight: 100;
padding : 0 0 10px 0;
}
#center h2 a { color: #fff; }
#center h2 a:hover { color: #000; text-decoration: none; }

#menu{
	background:#06F;
	height:32px;
	}

#right {
float: right; 
width: 180px;
padding: 10px 30px 10px 0;
}
#right h2 { 
background: #fff url(images/sidebarh2.gif) no-repeat;
color: #005EB0; 
height: 30px;
line-height: 30px;
color: #75B03C;
padding-left: 10px;
font-size: 15px; 
letter-spacing: -1px; 
font-weight: 700;
}
#right ul { color: #006699; padding: 5px 0 5px 30px; list-style-type: none; }
#right ul li { padding-bottom: 25px; }
#right ul li a { color: #006699; text-decoration: underline;  font-weight: 700;}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #006699;
background: white;
}
#footer a { color: #006699; text-decoration: none; }
#footer a:hover { text-decoration: underline; }


