/* CSS Document */

body {
}

h1, h2, h3, h4, h5, h6, h7, h8, p, li, b{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: left;
	width: 550px;
	font-size: larger;
}

h4 {
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: left;
	width: 550px;
	font-size: medium;
}

h5{
	text-align: left;
	margin-left: 30px;
}

p.lv2{
	margin-left: 30px;
}

div.box {
	border-top-color: #FF9900;
	border-top-style: solid;
	border-top-width: medium;
	background-image: url(images/page/titlegb.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	width: 620px;
	min-height: 100px;
	background-color: #FFFFFF;
}

div.navagation {
	width: 610px;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-top-color: #FF9900;
	border-top-style: solid;
	border-top-width: medium;
	margin-bottom: 15px;
	padding: 5px;
}

div.icon {	
	background-position: center;
	width: 166px;
	height: 126px;
	float: right;
	clear: left;
	margin: 10px;
	background-color: #FFFFFF;
	background-image: url(images/page/iconbg.png);
	border-color: #FF9900;
	border-style: none;
	border-width: medium;
}

div.menu{
	width: 660px;
	background-color: #FFFFFF;
}

img.icon {
	padding: 3px;
}

div.mainbody {
	background-color: #FFFFFF;
	width: 656px;
}

ul.inline, li.menu{
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li.menu, a.menu:link{
	color: #6236C0  ;
}

p {
	color: #000000;
	font-size: small;
	padding: 5px;
}

li{
	font-size: small;
}

a:link, a:link:hover{
	color: #6236C0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #0041D1;
}

a:link {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a:link:hover {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

h1, p, li, b{
	text-align: left;
	margin: 10px;
}

p.footer{
	color: #9B0000;
	font-size: x-small;
}

div.foot{
	border-top-style: dashed;
	border-top-color: #FF9900;
	border-top-width: thin;
/*	background-image: url(images/page/cut.png);
	background-repeat: no-repeat;
	background-position: top; */
}

ul.footer, li.footer{
	display: inline;
}

p.xsmall{
font-size:xx-small
}