@charset "UTF-8";
/* CSS Document */

body {
	background-color:#d1dec6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
}
	
	
/*div {
	margin:none;
	padding:none;
}*/
	
	
#wrapper {
	margin-right:auto;
	margin-left:auto;
	width:830px;
	margin-top:39px;
}
	
	
#breadcrumb {
	float:left;
}


#logo {
	float:right;
	margin-left:18px;
}


img {
	border:none;
}
	
b {
	font-weight:bold;
	color:#003300;
}

h4 {
	font-size:16px;
	font-weight:bold;
	color:#003300;
}

h5 {
	font-size:14px;
	font-weight:bold;
	color:#003300;
}

h6 {
	font-size:14px;

}


/*  Links
-------------------------------------------*/

a:link {
	color:#003300;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#003300;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#003300;
	font-weight:bold;
	text-decoration:none;
}

a:active {
	color:#003300;
	font-weight:bold;
	text-decoration:none;
}






/* Navigation Setup
--------------------------------------------*/




#nav {
	width:256px;
	float:left;
	margin-top:18px;
}

#navtop {
	background-image:url(layout/navTop.gif);
	background-repeat:no-repeat;
	width:256px;
	height:30px;
}

#navmiddle {
	background-image:url(layout/navBody.gif);
	background-repeat:repeat-y;
	width:256px;
}

#navbottom {
	background-image:url(layout/navBottom.gif);
	background-repeat:no-repeat;
	width:256px;
	height:29px;
}

#actualnav {
	width:220px;
	margin-left:15px;
	margin-right:15px;
}






/* Content Setup
----------------------------------------*/



#content {
	width:560px;
	float:right;
	/*padding-left:18px;*/
	padding-top:18px;
}


#contenttop {
	background-image:url(layout/contentTop.gif);
	background-repeat:no-repeat;
	width:560px;
	height:28px;
}

#contentmiddle {
	background-image:url(layout/contentBody.gif);
	background-repeat:repeat-y;
	width:560px;
	min-height:700px;
}

#contentbottom {
	background-image:url(layout/contentBottom.gif);
	background-repeat:no-repeat;
	width:560px;
	height:31px;
}

#actualcontent {
	padding-left:47px;
	padding-right:55px;
}







/*  Credits
--------------------------------------*/


#credits {
	float:left;
	width:830px;
}


