/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:url(../design/bg.gif) top repeat-x #1d6bc0;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	}

a:link, a:visited, a:active {
	color:#3399cc;
	text-decoration:underline;
	}

a:hover {
	color:#FF9900;
	text-decoration:none;
	}

.clear {
	clear:both;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
#container {
	background:url(../design/bg2.gif) top repeat-x;
	height:500px;
	}
	
/* ################ topmenu ################### */

#topmenu {
	height:110px;
	width:830px;
	margin:0px auto 0px auto;
	}

#topmenu img {
	border:none;
	float:left;
	width:230px;
	}

#topmenu ul {
	margin:52px 0 0 0;
	height:0px;
	float:left;
	width:552px;
	text-align:right;
	}

#topmenu ul li{
	list-style-type:none;
	margin:0px;
	padding:0 0 0 20px;
	display:inline;
	}

#topmenu ul li a{
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	}

#topmenu ul li a:hover {
	text-decoration:underline;
	}
	
/* ################ content ################### */

#content-top {
	width:830px;
	background:url(../design/content-top.gif) top no-repeat;
	height:16px;
	margin:0px auto 0px auto;
	}

#topbg {
	width:830px;
	background:url(../design/content-bg.gif) top repeat-y;
	margin:0px auto 0px auto;
}

#content{
	width:830px;
	background:url(../design/content-top-top.gif) top no-repeat;
}


#content-bottom {
	width:830px;
	background:url(../design/content-bottom.gif) top no-repeat;
	height:16px;
	margin:0px auto 0px auto;
	}

/* ################ submenu ################### */

div#submenu {
	width:201px;
	float:left;
	}

#submenu h3 {
	color:#673301;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 20px;
	margin:20px 0 10px 0;
	}
	
#submenu p {
	padding-left:20px;
	color:#996500;
	}

#submenu p a{
	color:#996500;
	text-decoration:underline;
	}

#submenu p a:hover{
	color:#673301;
	text-decoration:none;
	}

#submenu ul, ol {
	margin:0px;
	padding:0px;
	color:#996500;
	}
	
#submenu ol li {
	color:#996500;
	list-style-position:inside;
	padding-left:20px;
	}

	
#submenu ul li {
	color:#996500;
	list-style-position:inside;
	padding-left:20px;
	}

#submenu ol li a{
	color:#996500;
	text-decoration:none;
	}

#submenu ol li a:hover{
	color:#673301;
	text-decoration:underline;
	}

/* ################ main ################### */

div#main {
	width:558px;
	float:left;
	padding-left:35px;
	padding-right:36px;
	padding-bottom:30px;
	}

.grey {
	margin-top:10px;
	padding:15px;
	border:1px solid #CCCCCC;
	}

#main div p.contact {
	background-color:#f1f1f1;
	padding:5px;
	}

#main h1, h2 {
	font-family:Georgia;
	margin:0px;
	}

#main h1 {
	color:#113d70;
	font-size:18px;
	font-style:italic;
	}

#main h2 {
	font-style:italic;
	font-size:18px;
	color:#113d70;
	}

/* ################ footer ################### */

#footer {
	width:558px;
	padding-left:201px;
	margin:0 auto 0 auto;
	text-align:center;
	font-size:11px;
	color:#659bfd;
	padding-bottom:10px;
	}

#footer p {
	margin:5px 0 5px 0;
	padding:0px;
	}

#footer a{
	text-decoration:underline;
	color:#659bfd;
	}

#footer a:hover {
	color:#FFFFFF;
	}