body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background-color: #D8E4F1;
	margin: 10px 1% 20px 1%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

p {
	text-align: left;
}

div.header {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: dashed 2px #000;
	/*#F5F2C2*/
}

div.header img {
	vertical-align: top;
}

div.menu {
	float: left;
	width: 25%;
	margin-bottom: 10px;
}

div.footer {
	clear: right;
	clear: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: dashed 2px #000;
	text-align: center;
}

div.footer a {
	color: #000;
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: underline;
}

div.footer ul {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

div.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: solid 1px #6C8BAB;
	border-left: solid 1px #6C8BAB;
	border-right: solid 1px #6C8BAB;
}

div.menu ul li {
	width: 100%;
	padding: 2px 0px 2px 2px;
	margin: 0px;
	/*background-color: #FFFFF2;
	background-image: url(images/template/menubg.jpg);
	background-repeat: repeat-y;*/
	border-bottom: solid 1px #6C8BAB;
}

div.menu ul li a {
	width: 100%;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

div.menu ul li a:hover {
	width: 100%;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div.content {
	float: right;
	width: 70%;
	border: solid 1px #6C8BAB;
	padding: 1%;
	margin-bottom: 10px;	
	background-color: #FFF;
}

div#splash {
	text-align: center;
	margin: 2% 0px 2% 0px;	
}

img.left {
	float: left;
	padding: 2px;
	margin: 0px 10px 0px 0px;
	border: solid 2px #6C8BAB;
}

img.clear {
	clear: left;
	clear: right;
	padding: 2px;
	margin: 0px 10px 0px 0px;
	border: solid 2px #6C8BAB;
}

img.right {
	float: right;
	padding: 2px;
	margin: 0px 0px 0px 10px;
	border: solid 2px #6C8BAB;
}

div.center {
	text-align: center;
}

 ul.ex {
 	list-style-type:none;
	margin: 0px;
	padding: 0px;
 }
 
 ul.ex li {
 	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
 }

 ul.ex li img {
	border: solid 1px #6C8BAB;
 }
