@charset "utf-8";
/* CSS Document */

/* Header */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-color: #CCC;
	background-repeat: repeat-x;
	color: #333;
}

a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #660000;
}
a:active {
	color: #CC0000;
}

/* Main elements */

#content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}
#text{
	padding: 0px;
	margin-top: 15px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 80px;
	text-align: left;
}
#footer {
	font-size: 9px;
	color: #FFF;
	padding: 10px;
	text-align: center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-color: #CCC;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#introbox {
	padding: 7px;
	width: 576px;
	line-height: 125%;
	text-align: justify;
	margin-top: 15px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 80px;
	border: 1px solid #666;
}


/* Menu */

div.menu {
   	background-image: url(images/SRP_nav_bg.gif);
	background-repeat: repeat-x;
	width:750px;margin:0 auto;
	height: 24px;
    text-align:center;
	vertical-align: middle;
    font-size:0;
}

div.menu a {
	display: inline-block;
    padding: 0 20px;
	margin: 0 10 0 10px;	
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 22px;
}

div.menu a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

div.menu a:active {
	font-size: 12px;
	font-weight: bold;
	color: #600;
	text-decoration: underline;
}

div.menu a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFC;
	text-decoration: underline;
}


/* Redefined styles */
p {
	line-height: 135%;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul {
	line-height: 135%;
	text-align: justify;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 40px;
}

li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {
	font-size:22px;
	font-weight: bold;
	color: #600;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


/* Text styles */
.maroon {
	color: #600;
}
.date {
	font-size: 12px;
	color: #600;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-style: italic;
}

.center {
	text-align:center
}

.offset {
	margin-left: 40px;
}

#line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
}
.li-block {
	display: block;
}
