body {
margin:5px auto;
padding:0;
width:950px;
background:#CCCCCC;
font-size:.95em;
text-align:center;
font-family:arial;
}
#container
{
position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
background-color:#FFFFFF;
width:950px;				/* width of whole page */
overflow:hidden;		/* This chops off any overhanging divs */
border:1px solid #000066;
}
/* Start of Column CSS */
#maincontainer {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 2 background colour */
}
#sidecontainer {
	float:left;
	width:100%;
	position:relative;
	right:750px;
	background:#000066; /* column 1 background colour */
}
#sidebar {
	float:left;
	width:180px;
	padding:5px;
	position:relative;
	left:750px;
	overflow:hidden;
	font-size:.8em;
	text-align:left;
	color:#FFFFFF;
}
#sidebar a:link,
#sidebar a:visited
{
text-decoration:none;
color:#FFFFFF;
}
#sidebar a:hover
{
text-decoration:underline;
color:#FFFFFF;
}
#sidebar hr
{
background-color:#FFFFFF; 
color:#FFFFFF; 
height:1px; 
noshade; 
border:0px;
}
#content {
	float:left;
	position:relative;
	left:760px;
	padding:10px;
	overflow:hidden;
	text-align:justify;
	width:730px;
}
/* Header styles */
#header {
	background-color:#000066;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	width:100%;
	text-align:left;
	padding-left:20px;
}
#thinborder {
	width:100%;
}
#dateheader 
{
background-color:#FFCC33;
font-size:0.8em;
font-weight:bold;
padding:3px;
text-align:left;
margin:0px;
width:942px;
border-bottom:1px solid #000066;
}
/* Footer styles */
#footer {
clear:both;
margin:0px;
width:950px;
padding:3px;
text-align:Center;
background-color:#000000;
}
#footer p {
padding:1px;
margin:0;
}
#footer a:link 
{
color:#FFFFFF; 
text-decoration:underline;
font-size:0.75em;
}
#footer a:visited
{
color:#FFFFFF; 
text-decoration:underline;
font-size:0.75em;
}

/** GOOGLE TRANSLATE STYLES **/
#google_translate_element, #google_translate_element2{
	clear: both;
    height: 30px;
	padding-top:6px;
}

#google_translate_wrapper{
	display:none;
}


#translate-button:hover{
	text-decoration:underline;
}

.goog-logo-link{
	display:none;
}
.goog-te-combo{
	float:right;
	margin-right:10px!important;
	position:relative;
	z-index:1000;
}
.g-logo{
	float:right;
	margin-top:3px;
	position:relative;
	right:2px;
	width:20px;
}
#translate-label,
#translate-button{
	clear: both;
	color: #fff;
    font-weight: bold;
	text-align:left;
	font-size:1.1em;
	
}
#translate-button{
	cursor:pointer;
	padding:3px 0px;
	height:100%;
}

#translate-label span{
	bottom: 3px;
    font-size: 0.85em;
    font-style: italic;
	font-weight:normal;  
    position: relative;
	text-align:center;
	display:block;
}

.goog-te-gadget {
	font-size: 0;
	text-align:center;
	color:#000;
}
.goog-te-gadget span {
	color:#000;
}
/* --> 
<!--[if lt IE 7]>
<style media="screen" type="text/css">
.col1 {
width:100%;
}
</style>
<![endif]-->*/