body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	margin:0;
	padding:0 0 0 0;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment:fixed;
}
#main {
	width:850px;
	margin:auto;
	background-repeat: no-repeat;
	background-position: bottom;
	border:0;
	padding:0 0 10px 0;
	background-color: #99f;
	background-image: url(../img/bottom.gif);
}
#top {
	background-repeat: no-repeat;
	background-position: center top;
	padding:0px 0px 0 0px
}
#logo {
	display:block;
	float:left;
	width:100%;
	background-image: url(../img/right.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#slogan {
	display:block;
	float:right;
	width:466px;
	border-bottom:0px solid #FFFFFF;
	height: 120px;
}
#interior {
	background-image: url(../img/left.gif);
	background-repeat: repeat-y;
	width:850px;
	background-position: left;
	/*height:300px;*/
}
#mid {
	padding:0 0px 0 0px
}
#left {
	display:block;
	float:left;
	width:188px;
	height: auto;
}
#right {
	display:block;
	float:right;
	width:466px;
}
#maintext {
	display:block;
	float:right;
	width:450px;
	border-top:0px solid #FFFFFF;
	padding:0px 20px 20px 20px;
	line-height:normal;
	height: auto;
	background-image: url(../img/right.gif);
	background-position: right;
	background-repeat: repeat-y;
}
div#navbar {
	width: 330px;
	display:block;
	float:left;
	padding: 0px 5px 20px 20px;
	height: inherit;
}
div#navbar ul {
	margin:0;
	padding:0;
}
div#navbar li {
	list-style-type:none;
	display:block;
	float:right;
	width:188px;
	height:35px;
	text-align:right;
	border-bottom:1px solid #FFFFFF;
}
div#navbar li.button1 {
	background-image: url(../images/bg-button-1.gif);
	background-repeat: no-repeat;
}
div#navbar li.button2 {
	background-image: url(../images/bg-button-2.gif);
	background-repeat: no-repeat;
}
div#navbar li.button3 {
	background-image: url(../images/bg-button-3.gif);
	background-repeat: no-repeat;
}
div#navbar li.button4 {
	background-image: url(../images/bg-button-4.gif);
	background-repeat: no-repeat;
}
div#navbar li.buttonlast {
	background-image: url(../images/bg-button-last.gif);
	background-repeat: no-repeat;
}
div#navbar li a {
	display:block;
	float:left;
	width:140px;
	height:35px;
	text-decoration: none;
	margin:0;
	padding:0;
	color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:35px;
	padding-right:45px;
	background-image: url(../images/arrow-button.gif);
	background-repeat: no-repeat;
}
div#navbar li a:link {
	color: #FFFFFF;
}
div#navbar li a:visited {
	color: #FFFFFF;
}
div#navbar li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	background-image: url(../images/arrow-button-over.gif);
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 { 
	margin: 15px 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003;
	font-weight:bold;
}
p { 
	margin: 0px 0;
}
ul, ol { 
	margin: 15px 0 0 15px;
}
.clear {
	clear:both;
}
a, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#222222;
	text-decoration:none;
}
#footer {
	font-size: 11px;
	color:#CCCCCC;
	text-align:center;
	padding:5px 0 5px 0;
	line-height:18px;
	width: 850px;
	margin: auto;
}
#footer a:link, #footer a:visited {
	color:#CCCCCC;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
