
/* Global Styles */

body {
	margin: 0;
	text-align: center;
	font-family: sans-serif, Verdana, Georgia, Helvetica, "Times New Roman";
	font-size: 100%;
	background: #eee;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	border: 0;
	text-align: left;
	background: #eee;
	overflow: hidden;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Header and Banner */

#header {
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background: url("prsl.gif") #eee no-repeat;
	text-align: center;
}

#header2 {
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background: url("prsl2.gif") #eee no-repeat;
	text-align: center;
}

/* Menu Styles */

#menu {
	width: 19%;
	float: left;
}

#menu a {
	margin-left: 10%;
	text-decoration: none;
	color: #aaa;
	font-size: 130%;
	line-height: 170%;
}

#menu a:hover {
	text-decoration: none;
	color: #555;
}

#menu div {
	margin-left: 10%;
	width: 80%;
	height: 2px;
	background: url("dot.gif") repeat-x;
	font-size: 0;
}

#menu  .current  {
	color: #000;
}

#menu  .current:hover  {
	color: #000;
}

/* Content Styles */

#breadcrumb {
	font-size: 70%;
	font-weight: bold;
}

#content {
	width: 76.9% !important;
	width /**/: 80%;
	background: #fff;
	float: right;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
	overflow: hidden;
}


/* Footer */

#footer {
	width: 80.9%;
	background: #fff;
	border-top: solid black 1px;
	float: right;
	text-align: center;
	font-size: 70%;
	overflow: hidden;
}

#footer p {
	margin-left: 10px;
	margin-top: 10px;
}

/* General Content Styles */

.title {
	font-size: 120%;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italics;
}