* {
    padding: 0;
    margin: 0;
} 

body {
background: #ffffff ;
font-family:  Arial, veranda;
font-size: 12px;
color: #666666;
}

body a {
	color: #4DA6D8;
	font-weight: bold;
}

img { border: none; }
a { color: #666666; text-decoration: none; }
a:hover { text-decoration: underline; color : #FF6633; }

#wrap {
	width: 960px;
	background: #ffffff;
	margin: 0px auto;
}
.header {
padding-top: 20px;
height: 105px;
text-transform: none;
background: url(images/bg_centre_image.gif) no-repeat;
}
h1 {
	font-size: 14px;
	font-weight: bolder;
	padding: 10px 0 4px 10px;
	letter-spacing: 4px;
	text-transform: capitalize;
}
h1a {
color: #666666;
text-decoration: none; 
}
.header h1 a:hover { 
color: #FF9900;
text-decoration: none; 
}
h3 {
font-size: 12px;
font-weight: 100;
color: #666666;
padding-left: 12px;
}

.navigation { 
padding-top: 0px;
float : left;
list-style: none; 
width: 140px;
}
.navigation ul { list-style-type: none; }
.navigation li { 
padding: 0; 
margin: 0; 
}
.navigation a, 
.navigation a:visited {
	text-transform:none;
	display: block;
	padding: 0 2px 0 3px;
	color: #666666;
	background: #ffffff;
	text-decoration: none;
border-bottom: 1px solid #;
	border-bottom: 1px solid #eeeeee;
	font-weight: bold;
}
.navigation a:hover {
color: #FFFFFF;
background-color: #4DA5D7;
}

.content {
	padding: 10px 10px 10px 10px;
	float: right;
	width: 720px;
	clear: both;
}
.content h2 {
	color: #4DA6D8;
	font-size: 18px;
	letter-spacing: normal;
	font-weight: 100;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	line-height: 20px;
}
.content h2 a { }
.content h2 a:hover {
	text-decoration: none;
	color: #FF9999;
}
.sidebar {
	padding: 0px 0px 0px 0px;
	float: right;
	width: 140px;
	clear: none;
}
.sidebar h2 {
	color: #4DA6D8;
	font-size: 18px;
	letter-spacing: normal;
	font-weight: 100;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	line-height: 20px;
}
.sidebar h2 a { }
.sidebar h2 a:hover {
	text-decoration: none;
	color: #FF9999;
}
.footer {
padding: 0px;
font-size: 10px;
color: ffffff;
text-align: center;
background: #4DA5D7;
}
.footer a {
color: #ffffff;
}

.footer2 {
padding: 0px;
font-size: 10px;
color: #999999;
text-align: center;
background: #ffffff;
}
.footer2 a {
color: #6699CC;
}
