/* Global styles */
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 10px;
	background-color: #2e3092;
}
h1,h2,h3,h4,h5 {
	margin: 0;
	font-weight: bold;
	color:#000033;
}
a {
	color: #2e3092;
}
a:hover {
	color: #999900;
}
form {
	margin: 0px
}

/* Layout Margins */
#rightRail {
	background: url(../images/bg_rightrail.jpg) repeat-y right top;
	width: 47px;
}
#leftRail {
	background: url(../images/bg_leftrail.jpg) repeat-y left top;
	width: 47px;
}

/* Footer */
#footer {
	font-size: 70%;
	color: #ffffff;
	text-align: center;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#footer .oplogo-txt {
	font-family: Arial, sans-serif;
	margin-top: 2px;
	text-align: right;
}
/* Content */
#content-container {
	background-color: #ffffff;
	width: 674px;
	background: #ffffff url(../images/bg_content_sun.gif) no-repeat right bottom;
}
#content-container .content { 
	padding: 10px 15px 10px 15px; /* Top, Right, Bot, Left */
	font-size: 85%;
}

.content2{
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#logo-ispo {
	width: 264px;
}