/* you're most likely going to steal this 
regardless of if there's a written copyright,
but I really don't care, because putting a copyright
on open code that's pretty generic is weak */

/* Elements ----------------------------- */
body {
	/* we use text align because of some browser bug in IE5x */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1 {
	color: #642183;
	font-size: 22px;
	font-weight: bold;
	margin: 2px;
}

h2 {
	color: #642183;
	font-size: 17px;
	font-weight: bold;
	margin: 2px;
}

h3 {
	color: #642183;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	margin: 2px;
}

/* Classes ------------------------------ */
.container {
	margin: 0px auto 0px auto;
	width: 700px;
}

/* topNavBar ####### */
.topNavBar {
	background-color: #dededc;
	padding: 2px 8px 2px 0px;
	text-align: right;
	color: #000000;
	font-size: 11px;
}

.topNavBar a {
	color: #000000;
	font-weight: bold;
}

/* navBar ######## */
.navBar {
	width: 700px;
	height: 138px;
	background: url(../images/template/navBarBackground.gif) no-repeat;
	margin-bottom: 10px;
}

.logo {
	float: left;
	height: 138px;
}

.navBarLinks {
	text-align: right;
	padding: 85px 40px 0px 0px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.navBarLinks a {
	color: #ffffff;
	text-decoration: none;
	margin: 0px 8px 0px 8px;
}

.pageTitleArea {
	text-align:left;
	margin: 20px 0px 20px 10px;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	left: 50px;
	width: 435px;
	display:none;
}

/* lowerNavBar  ######## */
.lowerNavBar {
	width: 157px;
	float: left;
}

.lowerNavBarHeader {		
	background: url(../images/template/lowerNavBarHeader.gif) no-repeat left top;
	text-align: center;
	height: 28px;
	padding-top: 5px;
	color: #ffffff;
	font-weight: bold;
}

.lowerNavBarBody {
	text-align: center;
	padding-bottom: 10px;
	background: url(../images/template/lowerNavBarBody.gif) no-repeat left bottom;	
}

.lowerNavBarBody ul {
	margin: 0px;
	padding: 0px 10px; /* add for mozilla */
}

.lowerNavBarBody li {
	list-style: none;
	margin: 5px 0px 5px 0px;
}

.lowerNavBarBody li a {
	background: url(../images/template/lowerNavBarBodyLink.gif) no-repeat left top;
	width: 135px;
	height: 32px;
	display: block;
	text-align: left;
	text-indent: 35px;
	line-height: 32px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.lowerNavBarBody li a:hover {
	background: url(../images/template/lowerNavBarBodyLinkOver.gif) no-repeat left top;	
}

/* content ####### */
.content {
	width: 530px;
	float: right;
	margin: 2px 0px;
}

.contentBox {
	border: solid 1px #e9e9e9;
	margin-bottom: 5px;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

.makeQ {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.listStyle1 {
	list-style-image: url(../images/template/qSquared.gif);
}

.listStyle1 li {
	padding-left: 13px;
	margin-top: 15px;
}

.purpleBold {
	color: #642183;
	font-weight: bold;
}

/* footer ######## */
.footer {
	height: 46px;
	background: url(../images/template/footerBackground.gif) repeat-x;
	padding: 9px 0px;
	font-size: 11px;
	font-weight: bold;
}

.footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
}

.copyright {
	font-size: 10px;
}

/* MISC ****** */
.SidebarSection {
	font-size: 12px;
	border-top: solid 1px #000000;
	padding-top: 3px;
}