body {
	margin: 0;
	padding: 0;
	background-color: #333;
	/*background-image: url(images/bg.jpg);*/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

img	{ border:0px;}
/* All Page Links */
a:link, a:active, a:visited {
	color: #FF66CC;
	text-decoration: none;
}
a:hover {
	color: #FF66CC;
	text-decoration: none;
}
/* Main Page Container */
#container {
	width: 965px;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-image: url(images/main_bg.jpg); background-repeat: repeat-y; width: 965px; background-color: #333333;
}
/* Header Container */
#header {
	background-repeat: no-repeat;
	height: 190px;
}

#menu_bg	{ background-image: url(images/menu_bg.jpg); background-repeat: no-repeat; width: 965px; height: 35px; }
#menu		{ padding: 5px 40px 0px 44px;}
.menu		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 13px; 
			  font-style: normal; 
			  color:#333333;
			  padding: 5px 0px 0px 0px;
			  }

.menu A:link	{ color:#333333; text-decoration: none;}
.menu A:visited	{ color:#333333; text-decoration: none;}
.menu A:hover	{ color:#333333; text-decoration: underline;}
.menu A:active	{ color:#333333;}

#menunav {
	background-image: url(images/kerri_parker.jpg);
	background-repeat: no-repeat;
	width: 925px;
	height: 190px;
	padding: 60px 20px 20px 20px;
}
#menunav img { /* Logo Image */
	display: inline;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	padding-right: 20px;
}	
	/* Index Menu Content */
	#nav, #nav ul { /* all lists */
		display: inline;
		float: right;
		width: 180px;
		padding: 0;
		margin: 0;
		list-style: none;
		color: #333333
	}
	#nav li { /* all list items */
		float: left;
		color: #333333;
		/* width needed or else Opera goes nuts */
		width: 180px;
	}
	#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 10px;
		padding: 1px;
		height: 15px;
		color: #333333
	}
	#nav li a:hover {
		text-decoration: underline;
	}

/* Page content */
#content {
	width: 880px;
	color: #000;
	padding: 40px;
}	
	#menusubnav { /* Sub Menu Container */
		display: inline;
		float: left;
		width: 18%;
	}
	#top { /* Top Box */
		margin-top: 20px;
		border: 2px solid #8c8980;
		width: 100%;
		padding: 5px;
	}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0 0 0 5px;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 100%;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
			display: block;
			width: 100%;
			padding: 0.5em;
			text-decoration: none;
			border-bottom: 2px solid #999;
			color: #000;
		}
		ul#subnav li a:hover {
			background-color: #FF66CC;
			color: #fff;
			text-decoration: none;
		}
	#subnav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: disc;
		font-size: 11px;
	}
	
	#content_text {
		display: inline;
		float: right;
		width: 75%;
	}
#footer {
	background-image:url(images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-color:#333333;
	width: 965px;
	text-align: center;
	padding: 30px 0px 10px 0px;
}

.foot	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  color:#ffffff;
			  text-align: center;
			  padding: 0px 0px 0px 0px;
	  		  }
.foot A:link		{ color:#ffffff; text-decoration: none; font-weight: bold;}
.foot A:visited		{ color:#ffffff; text-decoration: none; font-weight: bold;}
.foot A:hover		{ color:#ffffff; text-decoration: underline; font-weight: bold;}
.foot A:active		{ color:#ffffff; }

/* Misc Styles */
h1 { /* Page Header */
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #FF66CC;
}
h2 { /* Page Sub Header */
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
	color: #FF66CC;
}
h3 {
	color: #FF66CC;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}