
/* -----IE Hack----- */
html { 
	font-size: 100%; 
}

/* -----Body, Container, Header----- */

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background: #E0E0E0;
	font-size : 12px;
	color : #FFFFFF;
	background: url(images/iceBG.gif);
}

#container {
	background: #FFFFFF;
	color : #000000;
	width: 800px;
	margin-right : auto;
	margin-left : auto;
	text-align : left;
}

#header {
	background: #306EFF;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
	border-top : 1px solid #000000;
	border-right : 1px solid #000000;
	border-left : 1px solid #000000;
}

.headerimage {
	background: url(images/ocarc-header-white.jpg) no-repeat;
	color: #FFFFFF;
	width: 745px;
	height: 155px;
	border : 1px solid #000000;
}

DIV.center {
	text-align: center;
}

.menu {
	display: block;
	background: #306EFF;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 15px;
}

.menu a {
	color: #FFFFFF;
	padding-left: 5px;		
	padding-right: 5px;
	text-decoration: none;
}

.menu a:hover {
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
}

.menu a#active {
	color: #000000;
	padding-left: 5px;		
	padding-right: 5px;
	text-decoration: none;
}

#content {
	background: #306EFF;
	color: #000000;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	border-right : 1px solid #000000;
	border-left : 1px solid #000000;
}
	
#columnR {
	float: right;
	width: 200px;
	margin:0;
	margin-right:0;
	padding:25px;
	background: #FFFFFF;
	color: #000000;
}

b.black {
	background: none;
	color: #000000;
	font-size: 16px;
}

h1.title {
	font-weight: bold;
	color: #151B8D;
	text-align: center;
}

h2.headline {
	font-weight: bold
}

h3.subheader {
	font-weight: bold
}

#bodytext {
	background: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-left : 25px;
	padding-right : 25px;
	text-align : left;
	color: #000000;
	padding-top : 5px;
	padding-bottom : 20px;
	margin-bottom: 0;
	border : 1px solid #000000;
}

.footer {
	background: #306EFF;
	height: 100px;
	width: 798px;
	margin-right : auto;
	margin-left : auto;
	color : #FFFFFF;
	font-size: 10px;
	text-align : center;	
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
	border-left : 1px solid #000000;
}

.footer a {
	background: #306EFF;
	color : #000000;
}
