/* Main Atributes */
body {
	background: #CCCCCC;
}
#container {
	width: 780px;
	background: url(images/main.jpg);
	margin: auto;
}
#top {
	width: 100%;
	height: 30px;
	background: url(images/top.jpg) no-repeat;
}
#header {
	width:100%;
	height: 149px;
	background: url(images/header.jpg) no-repeat;
}
#body {
	width: 100%;
}
#footer {
	width: 100%;
	height:60px;
	background:url(images/footer.jpg) no-repeat;
}
h2 { 
    
	color:#075181;
	font:140%; Arial, sans-serif; 
	font-weight:bold; 
	margin: 0px 0 0px 0px; 
	padding:0 0 0 0px; 
}
h3 {  
	font: 85% Arial, Sans-Serif; 
	font-weight:bold;
	margin: 0 0 0px 0px; 
	padding: 0; 
	color: #5f5f5f; 
}
h4 {
	font: 85% Arial, Sans-Serif; 
	margin: 0 0 0px 0px; 
	padding: 0; 
	color: #5f5f5f;
}
p {  
	font: 85% Arial, Sans-Serif; 
	margin: 0 0 0px 0px; 
	padding: 0; 
	color: #5f5f5f; 
}
hr {
	color: #000099;
	background-color: #000099;
	height: 3px;
	width: 50%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* Menu */
#tabs {
	width:780px;
	height: 26px;
	font-size:93%;
	line-height:normal;
	background: url(images/menu.jpg) no-repeat;
	margin: auto;
	}
#tabs ul {
	margin:0;
	padding:0px 0px 0 10px;
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabs a span {
	font: 85% Arial, Sans-Serif
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#627EB7;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#627EB7;
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	}  

/* body */
.body {
	width: 750px;
	margin: auto;
	}

/* Footer */
.footer {
	width: 750px;
	margin: auto;
	padding-top: 5px;
}

