body {
	background: #e6e6e6 url("images/background.gif") repeat-y top center;
}

strong {
	font-weight: bold;
}

/* Override border on main menu */
.yui-skin-sam .yuimenubar {
	border-color: #cdcdcd;
}

.yui-skin-sam .yuimenubaritemlabel {
	border-color: #cdcdcd;
}

#main_container {
	width: 896px;
	margin: 0px auto;
}

#header {
	width: 896px;
	height: 118px;
	background: #fff url("images/logo.png") no-repeat scroll top left;
}

#page_title {
	text-align: right;
	font-family: times, serif;
	font-style: italic;
	font-size: 145%;
	color: #555;
	padding: 10px 15px 2px;
}

#content {
	padding: 0px 15px 5px;
	/*font-family: arial, helvetica, clean, sans-serif;*/
	font-family: "Lucida Grande", Verdana, Arial, clean, sans-serif;
	overflow: hidden;
}

#content a {
	color: #0077ff;
}
#content a:hover {
	text-decoration: none;
}

#content h1 {
	text-align: left;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 8px;
}

#content ul {
	text-align: left;
	padding-left: 20px;
	margin-bottom: 25px;
	list-style-type: disc;
}

#content ul li {
	padding: 1px 1px 4px;
	list-style-type: disc;
}

#content p {
	text-align: left;
	line-height: 1.6;
	font-size: 110%;
	margin-bottom: 25px;
}

#content .center {
	text-align: center;
}

#copyrightBox {
	font-style: italic;
}

#leftColumn {
	width: 49%;
	float: left;
}

#rightColumn {
	width: 49%;
	float: right;
}

.mainBox {
	border: 1px solid #cdcdcd;
	padding: 10px;
	margin-bottom: 15px;
}