* {
	padding; 0;
    margin: 0;
} 

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	background-image: url(images/bg_image.jpg);
}

img {
border:thin solid #000066;
}
img:hover {
	border:2px;
	border-color:#FFFF00;
	border:thin solid #EF6605;
}
a { color: #330066; text-decoration: none; }
a:hover {
	text-decoration: underline;
	color : #666666;
	font-weight: bold;
}

#wrap {
background-color:#FFFFFF;
margin: 0 auto;
width: 675px;
border-left: 2px solid #000080;
border-right: 2px solid #000080;
border-top: 2px solid #000080;
border-bottom: 2px solid #000080;
}

#header { 
padding: 10px 0px 78px 0px;
background-image:url(images/banner1.jpg)
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -1px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #57626a;
text-decoration: none;
}
#header h1 a:hover {
color: #333333;
text-decoration: none;
}
#header h2 {
color: #666666;
font-size: 14px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: 0px;
line-height: 12px;
}

#menu {
	height: 30px;
	line-height: 30px;
	background: #ffffff url(images/menu_bar.jpg) no-repeat;
	text-transform: none;
	color: #FF8000;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #FF8000;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 13px;
letter-spacing: -1px;
}
#menu ul li a:hover {
	color: #FF8000;
	text-decoration: underline;
	font-weight: bold;
}

#content {
padding: 10px 20px;
}

.right {
width: 625px;
float: right;
padding: 0 0 0 12px;
text-align: justify;
}
.right h2 {
color: #000066;
font-size: 12px;
letter-spacing: 0px;
font-weight: 600;
padding : 5px 0 5px 0;
}

.left {
width: 161px;
float: left;
font-size: 10px;
line-height: 13px;
}
.left ul {
padding: 5px 2px 10px 2px;
color: #4D4D4D;
}
.left h2 {
height: 30px;
font-size: 10px;
color: #000066;
line-height: 30px;
font-weight: 600;
}
.left a {
	text-decoration: none;
}
#footer {
	background: #000080;
	border-top: 2px solid #003399;
	margin-top: 30px;
	text-align: center;
	color: #EF6605;
	font-size: 9px;
	padding: 5px;
}
.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0 0 3px;
	background: url(images/img5.gif) repeat-x;
