﻿html, body{
	color: #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-align: left;
	background-color:black;
}

p{
	color: #cccccc;
	padding-left:10px;
	padding-right:10px;


}
#mdiv{
	width: 970px; 
	position: relative;
    left: 50%;
    margin-left: -505px;
    bottom:1px;
}

#header{
	height:280px;
	width:970px;
}

#wrapper{
	width: 970px;
	position: relative;
	left: 50%;
	margin-left: -485px;
	background-color: #9fe103;
	overflow:hidden;

}

#menuleft{
	width: 195px;
	position: relative;
	float:left;
	left: 2px;
	top: -4px;
	background-color: #9fe103;
	
}

#content{
	width: 750px;
	top: -18px;
	right: 5px;
	bottom: 15px;
	float: right;
	background-color: black;
	position: relative;
}

.menu {
	color: black;
	font-weight: bolder;
	list-style-image: url('images/arrow1_a.png');
	margin-top:10px;
	line-height:17px;
	
} 

.menu a:link, .menu a:active, .menu a:visited{
	color: #000000;
}

.menu a:hover{
	color: #c0ff00;
	list-style-image:url('images/arrow_on1.png');
}

.cornerleft{
	width:17px
}

.cornerright{
	position: relative;
	width:17px;
	float: right;
	top:-19px
}

h1{
	color: #9fe103;
	font-size: x-large;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url('images/template/h1.png');
	background-repeat:repeat;
	
	
}

h2{
	color:#9fe103;
	border-top:1px #9fe103 dashed;
	font-size: large;
	padding-left: 10px;
	padding-top: 10px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:10px;
	text-align:center;


}

h3{
	color: #9fe103;
	font-size: medium;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom:10px;
	font-variant:small-caps;
	font-weight:bold
}

.rphoto{
	position:relative;
	float:right;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	clear:both;
}

.lphoto{
	position:relative;
	float:left;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	clear:both;
}

.cphoto{
	position: relative;
	padding-left: 10px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right: 10px;
	left:50%;

}

.banner{
	position: relative;
	padding-left: 10px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right: 10px;
	left:50%;
	margin-left:-252px
}



.divider{
	position:relative;
	padding-left:25px;
	margin-top:-10px
}

.tick{
	background-image:url('images/tick_small.gif');
	background-repeat:no-repeat;
}

a:link,a:active,a:visited{
	color:#9fe103;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #0000FF;
	text-decoration:none;
}

.print_buttons a:hover{
	color:#9fe103;
}

#footer{
	background-image:url('images/template/bottom.png');
	background-repeat:repeat-x;
	height:30px;
	width:100%;
	padding-left:0px;
	
}

#copyright{
	text-align:center;
	padding-top:0px;
	
}
	
.ul_tick{
	list-style-image:url('images/template/tick_small.gif');
	padding-left:20px;
	line-height:25px;
	vertical-align:middle;
	font-weight:bold;
	list-style-position:inside;

	}
	
.left_container{
	float:left;
}
	
.center {
	text-align:center;
}


.middlebit{
	padding:10px 20px 10px 20px;
}
	
.box {
	margin: 15px 10px 15px 10px;
	padding:10px 0px 0px 0px;
	
}	
	
.box .box_title {

	color:navy;
	font-size: large;
	font-weight:bold;
	text-align:center;
	margin: 10px 10px 15px 10px;
	padding:0px 0px 0px 0px;
}
	
.box .boxcontent{
	color:navy;
	text-align:justify;
	margin: 5px 10px 5px 10px;
	padding:5px 20px 5px 20px;
}

.preload{
	height:1px;
	width:1px;
}

.gifttab {
	 width: 100%; 
	 height: 150px;
	 font-size:x-small;
}


.gifttab td {
	 text-align:center;
	 padding:5px 20px 5px 20px;
	 vertical-align:top;
}




