* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #047 url(bodybg.gif) top center repeat-y;
color: #666;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 17px;

}

a { color: #4063B7; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: underline; }
img { border: none; }
a img { border: none; }

#wrap {
width: 720px;
margin: 0 auto;
background: #fff;
background-image: url(background.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center 190px;
}

#header {
background : #fff url(header2.jpg) no-repeat;
height: 100px;
}

#header h1 { padding: 20px 0 0 20px; color: #fff; font-size: 20px; }
#header h1 a { color: #fff; text-decoration: none; }
#header h1 a:hover { color: #000; text-decoration: none; }
#header h2 { padding: 0 0 0 20px; font-size: 17px; color: #f7f7f7; }

#right {
float: right;
width: 500px;
}
.breadcrumbs {
background: #4063B7 url(breadcrumbs.gif) no-repeat;
height: 50px;
line-height: 50px;
padding-left: 20px;
color: #eee;
}
.breadcrumbs a { color : #ccc; }
.breadcrumbs a:hover { color: #fff; }

.content { padding: 0px 20px; }
.content h2 { font-size: 16px; padding: 7px 0 3px 0; }

#left { 
float: left;
width: 220px;
}

#left h2 { 
background: #4063B7 url(menu.gif) no-repeat;
line-height: 50px;
height: 50px;
font-size: 14px;
color: #fff;
padding-left: 20px;
}
.leftbox {
padding: 0px 15px 10px 15px;
}
.leftbox li { list-style-type: none; }
.leftbox li a { font-size: 13px; font-weight: 800; padding-left: 10px; }

#footer {
margin-top: 10px;
height: 50px;
line-height: 50px;
background: #4063B7 url(footer.gif) no-repeat;
text-align: center;
color: #eee;
}
#footer a { color: #eee;}
#footer a:hover { color: #fff; }

ul.menu1 {
	width: 144px;
	margin: 10px;
	margin-top: 10px;
	text-align:center;
}
	
ul.menu1 li a {
	margin-bottom: 2px;
	height: 15px;
	text-decoration: none;
}	
	
ul.menu1 li a:link, ul.menu1 li a:visited {
	color: #E4D6CD;
	display:block;
	background:  url(menu1.gif);
	padding: 8px 0 0 10px;
}
	
ul.menu1 li a:hover {
	color: #FFF;
	background:  url(menu1.gif) 0 -23px;
	padding: 8px 0 0px 5px;
}

table
{
	background: #fff;
	border: 0;
	color: #666;
	font: normal 100%/150% "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	width: 470px;
}
caption
{
	background: #4779B6;
	-moz-border-radius: 8px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 4px;
	padding: 1em;
	text-align: center;
}
td, th
{
	padding: 1em .5em;
}
th
{
	background: #4063b7;
	border-left: 2px solid #4779B6;
	-moz-border-radius: 8px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
tbody td a
{
	/*border-bottom: 1px dotted #666;*/
	color: #666;
	text-decoration: none;
}
tbody td a:after
{
	/*content:"\00A0\00BB";*/
}
tbody th a
{
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
tbody th a:hover
{
	border-bottom: 1px dotted #333;
	color: #333;
}
tbody th a:visited:after
{
	content:"\00A0\221A";
}
tbody th a:visited
{
	border-bottom: 0 none;
}
tbody th, tbody td
{
	text-align: left;
	vertical-align: middle;
}
tfoot td, tfoot th
{
	background: #4779B6;
	-moz-border-radius: 8px;
	color: #fff;
}
tbody tr:hover td
{
	color: #333;
	background: #fafafa;
}
tbody tr:hover td a
{
	border-bottom: 1px dotted #333;
	color: #333;
}
tbody tr:hover td a:hover
{
	border-bottom: 1px dotted #000;
	color: #000;
}
tbody tr:hover th
{
	color: #333;
	background: #C5CCDC;
}

