* { margin: 0; padding: 0; }

/* --- standard.css --- */
body{ /* set the relative font size of IE5-5.5 differently to everything else, and we scale it from there */
  background: #fff;
  line-height: 1.1;
  color: #666;
  font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Global Whitespace Reset*/
body, form {
padding: 0;
margin: 0;
}

html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}

h2, {
  color:#036;
  background: transparent;
  font-family:  'Trebuchet MS', Arial, Helvetica, sans-serif
}

#header {
	background-image: url(images/head_bg.gif);
	background-repeat: repeat-x;
	height: 78px;
	min-width: 1000px;
	width: 100%;
}

img {
	border: 0px;
}

#logo {
	border: 0;
	float: left;
	width: 152px;
	height: 78px;
	margin-left: 40px;
}

#menu {
	margin-top: 5px;
	background-image: url(images/menu/bg.gif);
	background-repeat:repeat-x;
	width: 976px;
	height: 52px;
	text-align: left;
}

#menu_sides {
	background-image: url(images/menu/sides_bg.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 52px;
	width: 976px;
}

#menu_inside_bg {
	background-image: url(images/menu/3tittlemenu.gif);
	background-repeat: repeat-x;
	width: 319px;
	height: 43px;
	margin: 5px 25px 0 0px;
	padding: 4px 0 0 10px;
	float: right;
	font: 10px verdana;
	color: #000000;
}

#menu_inside_bg input{
	font: 10px verdana;
}

#corner {
	float: right;
	padding: 6px 10px 0 0;
}

#corner input {
	width: 110px;
	font: 12px Verdana;
	font-style: italic;
	padding: 2px 4px 2px 4px;
}

table {
	border-collapse: collapse;
}

td {
	border-collapse: collapse;
	margin: 0;
	padding: 1px;
}

#menu_off {
	height: 48px; 
	vertical-align: middle; 
	padding: 0 0px 0 0px;
	color: #40bff4;
	font-weight: bold;
	float: left;
}

#menu_off ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu_off li{
	float: left;
	list-style-type: none;
	padding: 17px 0 0 20px;
	margin: 0;
}

#menu_off a {
	text-decoration: none;
	color: #e8e8e8;
}

#menu_off a:hover{
	text-decoration: none;
	color: #40bff4;
}

.style {
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

#content {
	text-align: left;
	width: 930px;
	height: auto;
	padding: 5px;
}

#opacity {
	border: 2px solid #CAD6E8;
	padding: 6px;
	width: 280px;
	margin: 5px 1px 5px 9px;
	float: left;
}

#opacity a img{
	border: 1px solid #CAD6E8;
	-moz-opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#opacity a:hover img{
	border: 1px solid #CAD6E8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

#caption {
	clear: both;
	display: block;
	background-image: url(images/captionbg.gif);
	background-repeat: repeat-x;
	width: 272px;
	height: auto;
	padding: 5px;
	font: 10px Verdana; 
}

#caption a {
	color:#0066cc;
	text-decoration: none;
}
		
#caption a:hover {
	text-decoration: none;
	color:#ff6600;
}

h3 {
	font: 12px Verdana;
	color:#036;
	font-weight: bold;
}

h5 {
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

h6 {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight: bold; 
}

#footerbg {
	clear: both;
	left: 0;
	bottom: 0;
	z-index: 100;
	background-image: url(images/bottom_bg.gif);
	background-repeat:repeat-x;
	min-width: 1000px;
	width: 100%;
	height: 38px;
	}
	
	h4{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#f0f0f0;
		margin:0px 0px 0px 15px;
		padding: 17px 0 0 0;
		text-align: left;
		}
		
	#footerbg a{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#f0f0f0;
		text-decoration: none;
		}
	
	#footerbg a:hover{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#ff6600;
		text-decoration: none;
		}