body,td,th {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: small;
	color: #000000;
}

body {
	background-color: #5257a9;
	background-image: url(BG.gif);
	background-repeat: repeat-x;
	text-align: center;
}

a, a:visited {
	color: #3c47a1;
	text-decoration: none;
}

a:hover {
	color: #5d67b7;
	text-decoration: underline;
}

hr {
	width: 90%;
	border: 0;
	border-top: 2px solid #9d7232;
	height: 0;
	background-color: #9d7232;
	margin-left: 0%;
	margin-right: auto;
	text-align: left;
}

img {
	border: 0px black none;
}

a img {
	border: 1px solid black;
}

/* Specific */
#Header {
	width: 764px;
	height: 114px;
	margin: 0 auto;	
	margin-bottom: 15px;
}

#Menu {
	width: 761px;
	height: 43px;
	background-image: url(MenuBar.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: left;
}

#Menu ul {
	width: 756px;
	position: relative;
	left: -37px;
	top: 4px;
}

#Menu li {
	display: inline;
}

#Menu a {
	height: 25px;
	width: 148px;
	display: inline-block;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}

#Menu a:hover {
	background-image: url(MenuBarRoll.gif);
	background-repeat: no-repeat;
}

h1 {
	width: 735px;
	height: 54px;
	
	background-image: url(ContentHeadingBG.gif);
	background-repeat: no-repeat;
	
	font-size: 200%;
	text-align: left;
	
	padding-top: 23px;
	padding-left: 25px;
	
	margin: 0 auto;
}

#Body {
	position: relative;
	top: -14px;

	width: 708px;
	
	background-image: url(ContentRepeatBG.gif);
	background-repeat: repeat-y;
	
	padding: 26px;
	text-align: left;
	
	margin: 0 auto;
	padding-top: 8px;
}

#BodyBottom {
	position: relative;
	top: -33px;
	
	width: 760px;
	height: 27px;
	
	background-image: url(ContentBottomBG.gif);
	background-repeat: no-repeat;
	
	margin: 0 auto;
}