body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #C4D9B3}
/* inside box color is e1edcf */
#wrap {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-bottom-width: 0px;}

/* header bg same as submenu bg */
#header {
	background-image: url(images/headerframe.gif);
	background-repeat: no-repeat;
	height: 135;
	margin: 0;}
/* header centered in header frame */
#header .headerbanner {
	height: 116;
	width: 920;
	padding: 2px 15px 5px;}
#footer {
	background-image: url(images/footerframe.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 45px;
	border-width:20px;
	margin: 0;}
/* Menu position is 7 px from the left */
#menutop {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	padding: 0px;}
#menutop .menu {
	list-style:none; 
	margin:0; 
	padding:0}
#menutop .menu * {
	margin:0; 
	padding:0}
/* Submenu writing */
#menutop .menu a {
	display:block;
	font-size: 14px;
	font-weight:bold; 
	color:#ffffff; 
	text-decoration:none}

/* Submenu position below mainmenu and spaces between menu items*/
#menutop .menu li {
	position:relative;
	float:left; 
	margin-right:1px}
/*Submenu background color on first pull down same as body color */
#menutop .menu ul {
	position:absolute; 
	top:26px; left:0; 
	background:#003257;
	display:none; 
	list-style:none}
	
/* Submenu width and position same as menu*/
#menutop .menu ul li {
	border:1px
	solid #aaa; 
	border-top:none;
	border-right:none; 
	width: 135px;
	margin: 0}

/* Submenu writing */
#menutop .menu ul li a {
	display:block;
	padding: 2px 2px 2px;}

#menutop .menu ul li a:hover {
	background-color:#c7dba9}

/* position of 3rd level nested compared to 2nd level-move over 135px */
#menutop .menu ul ul {
	left:135px; top:0px}

/* 3rd nested menu   */
#menutop .menu .sub {position:relative; background:#003257; width:135px;}	
	/* Mainmenu specs */
#menutop .menu .menulink {
	text-align: center;
	border:0px solid #000; 
	padding:5px 7px 7px; 
	font-weight:bold; 
	width:122px;
	background-color:#003257;
	color:#ffffff;
	}
/* Submenu hovering color is light green */
#menutop .menu .menulink:hover, .menuhover {
	background:#c7dba9;}



#contents {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	text-align:center;
	}
#contents h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #006600;
	text-align: center;
}

#contents  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: 700;}

/* puts pictures in a row - padding of 5 puts the next para below*/
#contents #PicsInRow img {
	width: 192px;
	height: 144px;
	padding:7px;}

/* when creating rounded corners - set background of corners to sold color same as background on body div */
	
#contents ol li {
	list-style-type: decimal;}

#contents ul li {
	list-style-type: disc;}

#contents #description {
	clear: both;
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-right: 75px;
	padding-left: 50px;
	padding-bottom: 0px;}

/* pictures floating with text*/
#contents #description img {
	width: 320px;
	height: 240px;
	float:right;
}

/* pictures floating with text*/
#contents #description #smallpic img {
	width: 131px;
	height: 97px;
	float:right;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
/* pictures floating with text*/
#contents #description #poster img {
	width: 250px;
	height: 410px;
	float:right;
}

#contents #section2 {
	display: block;
	text-align: left;
	float:left;
	width:200px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color:#c7dba9;
}

#contents #section2 li a {
	border-top: 1px dotted #000066;
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 14px;
	font-style: italic;
	font-weight:bold;
	text-decoration: none;
	color: #006600;}

#contents #section2 ul{
	margin: 0;
	padding: 0;
	padding-right: 5px;
	display: block;
	list-style-type:none;}

#contents #section2 ul li{
	list-style-type:none;}

/* Hovering color is same shade as banner */
#contents #section2 li a:hover {
	background:#003257;
	color: #ffffff;}



#contents #section3 {
	text-align: left;
	float:left;
	width:650px;
	padding-right: 10px;
	padding-left: 40px;
}




	

