body {
	margin-top: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #666666;
	background-image: url(../images/bg.gif);
}
body a:link, a:visited {
	color: #154757;
	text-decoration: none;
	font-weight: bold;
}
body a:hover {
	border-bottom: 1px dotted;
}
#container {
	width: 754px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 2px 0px 5px;
	background-color: #FFFFFF;
}

html>body #container {
	border-right: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
}

#header {
	height: 125px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#menu {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#footer {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 4px;
}
#submenu {
	float: left;
	width: 200px;
	height: 200px;
	padding-top: 5px;
}
span.reduce {
	display: none;
}
#submenu ul {
	margin-top: 4px;
	list-style-type:none;
	margin-left: 0px;
	display: block;
	padding: 0px 6px 0px 6px;
}
#submenu li.menu {
	border-top: 1px solid #DDDDDD;
	display: block;
	padding: 1px;
}
li.menu a:link, li.menu a:visited {
	color: #FF6600;
	text-decoration: none;
	display:block
}
li.menu a:hover {
	background-color: #EEEEEE;
	display: block;
	border: 0px;
}
li.bottom {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	padding: 1px;
	display: block;
}
li.bottom a:link, li.bottom a:visited {
	color: #FF6600;
	text-decoration: none;
	display:block
}
li.bottom a:hover {
	background-color: #EEEEEE;
	display: block;
	border: 0px;
}
#content {
	border-left: 1px dotted #CCCCCC;
	margin-left: 200px;
	text-align: justify;
	padding: 5px 5px 10px 5px;
}
html>body #content {
	border-left: 1px dashed #CCCCCC;
}
.blue {
	color: #0033CC;
	font-weight: bold;
	font-style: italic;
}
.bold {
	font-weight: bold;
	color: #333333;
}
h2 {
	margin-top: 0px;
}
#clearer {
	clear: both;
}
#validation a, #validation{	
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#validation a:hover {
	text-decoration: underline;
}
img.float {
	float: left;
	padding-right: 10px;
}
table {
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
td {
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}