body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: black;
	text-align: justify;
	background-image: url('images/bg.png');
	background-repeat: repeat-y;
	background-position: top center;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

img {
	border:0px;
	margin: 5px;
}

a {
	color: #283A90;
}

h1 {
	font-size: 14pt;
	text-align: center;
}

table {
	border: 0px;
	width: 100%;
}

.imageLeft {
	float:left;	
	margin-right: 10px;
}

#contentTitle {
	height: 200px;
	width: 500px;
	display: block;
	margin: 0px auto;
}

#contentTitle h1 {
	display: relative;
	font-size: 14pt;
	padding-top: 30px;
	text-align: left;
}

.tiny {
	font-size: 7pt;
	text-align: center;
}

#title {
	background-image: url('images/top_bg.png');
	background-repeat: repeat-x;
	background-color: #283A90;
	width: 100%;
	height: 82px;
	padding-top: 5px;
}

#title img {
	width: 777px;
	height: 82px;
	border: 0px;
	display: block;
	margin: 0px auto;
}

#container{
	width: 777px;
	margin: 0px auto;
	padding: 0px;
}

#menu {
	background-color: #EEEEEE;
	border: 2px solid #666666;
	padding: 5px 12px;
	margin-top: 10px;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	padding-right: 28px;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#menu a:hover {
	color: #999999;
	background-image: url('images/arrow_anim.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	display: block;
	width: 750px;
}

#menu li{
	display: inline;
	margin: 0px 5px;
}

#menu2 {
	background-color: #EEEE99;
	border: 2px solid #666633;
	padding: 5px 12px;
	margin-top: 10px;
}

#menu2 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	padding-right: 10.4px;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#menu2 a:hover {
	color: #999999;
	background-image: url('images/arrow_anim.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#menu2 ul{
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	display: block;
	width: 750px;
}

#menu2 li{
	display: inline;
	margin: 0px 5px;
}

.content {
	background-image: url('images/text_bg.png');
	border: 2px solid #666666;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#copyright {
	font-size: 8pt;
	text-align: center;
}

#copyright a {
	color: white;
}