/* Main style rules for 3 columns */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image: url(../images/bg_osc.jpg);
	background-repeat: repeat-x;
	background-color: #EDEAF7;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 900px;
	height: 161px;
}

a:link, a:visited {
	color: #333;
}

a:hover {
	color: #660099;
}

a:active {
	color: #333;
}

#layout_table {
	background-color: #EEE;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#content {
	margin: 0;
	padding: 10px 30px;
	background-color: #F8F8F8;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content h1 {
	font: normal 160% Arial, Helvetica, sans-serif;
	margin: 0 0 12px 0;
	line-height: normal;
}

#content h2 {
	font: normal 135% Arial, Helvetica, sans-serif;
	margin: 0 0 12px 0;
	line-height: normal;
}

#content p {
	line-height: 1.25em;
	letter-spacing: 0.05em;
}

#content li {
	line-height: 1.25em;
	letter-spacing: 0.05em;
}

.textindent {
	padding-left: 20px;
}

#osc_logo {
	margin: 0;
	padding: 10px 0;
	background-color: #fff;
}

#flash {
	margin: 0;
	padding: 0;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

#address {
	margin: 0;
	padding: 0 25px;
}

/* the following rule is to put some space between the lines of a list */
.linespacing {
	line-height: 1.75em;
}

ul {
	line-height: 1.75em;
}

#rightside {
	padding: 0;
}

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 1em;
}