/* CSS Document */

BODY {
	margin: 10px;
	background-color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
}

H1 {
	font-size: 20px;
	color: #646444;
	margin: 0px;
	padding: 0px;
}
H2 {
	font-size: 16px;
	color: #646444;
	margin: 0px 0px 15px;
	padding: 0px;
}
H3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
H4 {
	color: #3F3F3F;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

P {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#wrapper {
	background-image: url(../img/layout/middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 744px;
}

#header {
	background-image: url(../img/layout/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#header A {
	color: #3F3F3F;
	text-decoration: none;
}
#header A:HOVER {
	color: #87875A;
}

#menu {
	width: 714px;
}
#menu A {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width: 176px;
	display: block;
	height: 22px;
	line-height: 22px;
	background-image: url(../img/layout/menu-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #999967;
	text-align: center;
}
#menu A:HOVER {
	color: #FFFFFF;
	background-image: url(../img/layout/menu-corner2.gif);
	background-color: #585858;
}
.rule {
	font-size: 1px;
	height: 6px;
	clear: both;
	background-color: #999967;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 710px;
}
.rule2 {
	font-size: 1px;
	height: 6px;
	clear: both;
	background-color: #999967;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 710px;
}

#graphic {
	background-image: url(../img/layout/right-bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	width: 710px;
	background-color: #F3F3F3;
}
#graphic IMG {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#content {
	clear: both;
	background-color: #F3F3F3;
	width: 710px;
	background-image: url(../img/layout/vert.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 15px;
	text-align: left;
}
#main {
	width: 438px;
	float: left;
	padding-top: 35px;
	padding-right: 20px;
	padding-left: 20px;
}
#main UL {}
#main LI {
	font-size: 12px;
	list-style-image: url(../img/layout/bullet.gif);
}
#side {
	font-size: 12px;
	margin-right: 17px;
	margin-left: 500px;
	padding-top: 40px;
}
#side P {
	font-size: 11px;
}
#side UL {
	margin-left: 20px;
	padding: 0px;
}
#side LI {
	font-size: 12px;
	list-style-image: url(../img/layout/bullet.gif);
}
#side .table1 {
	background-color: #E1E1CA;
	border: 1px solid #999967;
}
#side FORM {
	margin: 0px;
	padding: 0px;
	width: 185px;
}
#side INPUT, #side TEXTAREA {
	border: 1px solid #999967;
	background-color: #F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}
#side .button {
	color: #FFFFFF;
	border: 1px solid #545454;
	background-color: #999967;
	padding: 0px;
}

#base {
	background-image: url(../img/layout/bot.jpg);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	font-size: 1px;
	height: 11px;
	margin-top: 2px;
}
#footer {
	width: 710px;
	margin-top: 10px;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
}
#footer A {
	color: #666666;
}
#footer A:HOVER {}
