﻿body{
	background-color: #ffb016;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	float: right;
}
#header{
	height: 50px;
	margin: 0px auto 0px auto;
}
#containAll{
	margin: 0px auto 0px auto;
	width: 625px;
	z-index: 1;
}
#containAll ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#containAll li{
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	height: 16px;
	padding: 0px 0px 0px 0px;
}
#menu{
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px 40px;
	width: 431px;
}
#menu li{
	float: left;
}
#menu li a{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	float: left;
	font-size: 14px;
	font-weight: lighter;
}
#menu li a:hover{
	color: #0e4f6a;
}

#mainBody{
	margin: 0px auto 0px -20px;
	width: 600px;
	position: relative;
	z-index: 3;
	top: 75px;
}
#top{
	margin: 0px 0px 0px auto;
	background-position: right;
	width: 600px;
	height: 94px;
	background-image: url('../images/body/bodyTop.gif');
	background-repeat: no-repeat;
}
#middle{
	margin: 0px 40px 0px auto;
	width: 412px;
	min-height: 450px;
	background-image: url('../images/body/bodyMiddle.gif');
	background-repeat: repeat-y;
}
#bottom{
	margin: 0px 40px 0px auto;
	width: 443px;
	height: 138px;
	background-image: url('../images/body/bodyBottom.gif');
	background-position:right;
	background-repeat: no-repeat;
}
#content{
	width: 400px;
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0e4f6a;
}
#containSide{
	width: 113px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 4;
}
#sideTop{
	width: 107px;
	height: 61px;
	background-image: url('../images/body/sideTop.gif');
	background-repeat: no-repeat;
	background-position: right;
}
#sideMiddle{
	width: 107px;
	background-image: url('../images/body/sideMiddle.gif');
	background-repeat: repeat-y;
	min-height: 200px;
	background-position: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sideMenu{
	width:107px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 8px;
}
#sideMenu ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sideMenu li{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	height:20px;
}
#sideMenu li a{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #0e4f6a;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}
#sideMenu li a:hover{
	color: #000000;
}
#sideBottom{
	width:113px;
	height:38px;
	background-image:url('../images/body/sideBottom.gif');
	background-repeat:no-repeat;
	background-position: right;
}
#credit{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #ffde9f;
	text-decoration: none;
	float: right;
	margin-top: 110px;
	margin-right: 5px;
}
#credit a{
	text-decoration: none;
	color: #ffde9f;
}
#spacer{
	height:20px;
}