body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #383838;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width:758px;
	text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:active, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#003366;
	text-decoration: underline;
}

a:hover {
	color:#666666;
}

.white, .white a, .white a:link, .white a:visited, .white a:active, .white a:hover {
	color:#FFFFFF;
}

.toplink, .toplink a, .toplink a:link, .toplink a:visited, .toplink a:active, .toplink a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.toplink a:hover {
	color:#FFCC00;
}

.bodytext, .bodytext a, .bodytext a:link, .bodytext a:visited, .bodytext a:active, .bodytext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodytext {
	color: #333333;
}

.bodytext a, .bodytext a:link, .bodytext a:visited, .bodytext a:active, .bodytext a:hover {
	color:#330033;
	font-weight: bold;
	text-decoration: underline;
}

.bodytext a:hover {
	color: #666666;
}

#wrapper {
	width: 758px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: relative;
	width: 750px;
	height: 199px;
	
	border-style:solid;
	border-color:#FFFFFF;
	border-width: 4px 4px 2px 4px;
	font-size: 0;
	line-height: 0;
}

#rightlink {
	position:absolute;
	left: 516px;
	top: 22px;
	width: 215px;
}

#menubar {
	width: 750px;

	background-image: url(images/bar3.jpg);
	background-repeat:repeat-x;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0 4px 0px 4px;
}

#main {
	position: relative;
	width: 710px;
	
	background-image:url(images/midbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0 4px 0px 4px;
	padding: 15px 20px 20px 20px;
	overflow: hidden;
}

* html #main{ height: 1%; } /* for IE/Mac */

#bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#CCCCCC;
	padding-top: 6px;
	text-align: center;
	width: 750px;
}

#northridge {
	width: 750px;
	line-height:0;
	font-size: 0px;
	padding: 0;
	margin: 0;
		border-style:solid;
	border-color:#FFFFFF;
	border-width: 4px 4px 2px 4px;
}

.smallwhite { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	cursor:default;
	padding-left:10px;
	padding-right:10px;
	background: none;
}

.smallwhite_hover{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#333333;
	cursor:pointer;
	background:#64884d;
	padding-left:10px;
	padding-right:10px;
	background:#FFCC00;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color:#333333;
	text-decoration:underline;
}

.titlebox {
	position:relative;
	width: auto;
	padding: 12px;
	border-style: solid;
	border-color:#CCCCCC;
	border-width: 2px;
	
	text-align:center;
	
	margin: 10px;

}

ul {
	list-style-type: square;
	padding-left: 5px;
	margin-left: 14px;
}

li {
	margin-bottom: 0px;
}

.right {
	position: relative;
	float: right;
	padding: 3px 0px 3px 16px;
	margin: 0 5px 5px 15px;
	border-color:#CCCCCC;
	border-width: 0 0 0 1px;
	border-style:dotted;
}

.left {
	position: relative;
	display:block;
	float: left;
	width:auto;
	padding: 3px 16px 3px 0px;
	margin: 0 15px 5px 5px;
	border-color:#CCCCCC;
	border-width: 0 1px 0 0;
	border-style:dotted;
}

.hrline {
	width: 500px;
	height: 3px;
	line-height: 0px;
	
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0 0 1px 0;
	
	margin: 5px 0 10px 0;
}
