pre {
 font-family: Arial,Verdana,Helvitica,sans-serif;
 font-size: 12px;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 white-space: normal;
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.mainLink {
	background: url(menu.gif);
	padding: 8px 0 0 25px;
	width: 220px;
	height: 24px;
	font-size:12px;
	font-family:Arial,Verdana,Helvitica,sans-serif;	
}

.mainLink:hover {
	background: url(menu.gif) 0 -32px;
}

a {
	color: #034895;
}

#mainContent {
	margin:0 auto;
	width:700px;
	border:solid 1px gray;
	background:#FFFFFF;
	padding:5px;
	color: #555;
	text-align:left;
	font-size:12px;
	font-family:Arial,Verdana,Helvitica,sans-serif;
}

#footer {
	margin:0 auto;
	width:700px;
	border:none;
	padding:5px;
	color: #555;
	text-align:left;
	font-size:12px;
	font-family:Arial,Verdana,Helvitica,sans-serif;
}

#styleone{
	position:relative;
	display:block;
	height:21px;
	font-weight:bold;
	background:transparent url(bgOFF.gif) repeat-x top left;
	border-bottom:5px solid #aaa;
}

#styleone ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#styleone ul li{
	display:block;
	float:right;
	margin:0 1px 0 0;
}

#styleone ul li a{
	display:block;
	float:left;
	color:#034895;
	text-decoration:none;
	padding:3px 10px 0 10px;
	height:18px;
}

#styleone ul li a:hover {
	color:#034895;
	background:transparent url(bgON.gif) repeat-x top left;
}

#styleone ul li a.current{
	color:#034895;
	background:transparent url(bgON.gif) repeat-x top left;
	border-bottom:5px solid #FF9900;
}

.btnStyled {
	color:#034895;
	background: #FFF;
	font-weight: bold;
	border: 1px solid #034895;
}

.btnStyled:hover {
	color: #FFF;
	background: #034895;
}

.spacedList {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
