/* CSS Document */

/* defaults */


body {
	padding: 0px;
	background-color: #DDC8BD;
	background-image: url(../images/page_bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body, div{
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}

a {
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	color: #CC6600;
	text-decoration: none;
	background-color: #FFDDBB;
}

h1 {
	font-family: "Times New Roman", Times, serif, Georgia;
	font-weight: normal;
	font-size: 35px;
	color: #587389;
}

h2 {
	font-family: "Times New Roman", Times, serif, Georgia;
	font-weight: normal;
	font-size: 20px;
}

h3 {
	color: #587389;
	font-weight: normal;
	font-size: 20px;
}

h4 {
	font-size: 15px;
	color: #993300;
}

hr { color:#FFFFFF;
	height: 0px;
	border-top: 1px dashed #cccccc;}
	
li { 
	display:block;
	margin-bottom: 6px;
	}	

/* page format */


#maincontainer {
	width: 975px;
	margin: auto;
	padding: 0px;
	background-image: url(../images/page_main_bkg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#topheadercont {
	padding: 0px;
	background-image: url(../images/top_bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#boxcontent {
	text-align: left;
	padding: 0px 60px 25px 60px;
}

#boxcontent img {
	margin-bottom: 15px;
}

#boxfooter {
	text-align: center;
	padding: 25px;
	background-image: url(../images/footer_bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 114px;
}

#boxheader {
	text-align: center;
}

#boxheader img{
	margin-top: 5px;
}


#menus {
	text-align: center;
	padding:15px;
}

#menus a {
	padding: 5px 15px;
	background-color:#FFFFFF;
	}
#menus a:hover {
	padding: 5px 15px;
	background-color: #EADCD5;
	}
.pagerol {
	font-style: italic;
	color: #587389;
	font-weight: bold;
}	


.maintxt {
	display: block;
	}

.maintxt h4{
	margin-bottom: 0px;
	}	
.maintxt p, .maintxt ul,  .maintxt ol{
	margin-top: 5px;
	}

.linkdpt {
	display: block;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dashed #cccccc;
	text-align:right;
	clear:both;}


.colleft {
	display:block;
	float: left;
	margin-right: 25px;}

.boxclear { clear:both}


.boxgallery {}
.boxgallery a {
	display:block;
	padding: 5px;
	background-color:#DDC8BD;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;}
	
.boxgallery a:hover{
	padding: 5px;
	background-color:#DDC8BD;}
	
.boxgallery img { border-width: 0px; }	

.imgfloatl {
	float:left;
	margin-right: 30px;
	border: 4px solid #EADCD5;
}

.imgfloatr {
	float:right;
	margin-left: 30px;
	border: 4px solid #EADCD5;
}
