/* Start of CMSMS style sheet 'Main' */
body {
	text-align: center;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #fff url(template/screenbground.jpg) repeat-x fixed center top;
	margin: 0;
	color: #333333;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	background: #fff;
}
#header {
	margin: 0 auto;
        background: #fff url(template/header.jpg) no-repeat top left;
        height: 170px;
        padding-left: 455px;
}
#menu {
	margin: 0 auto;
	text-align: left;
	background: #084586;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
        font-weight: bold;
        height: 40px;
}
#content {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 10px 25px 0 0;
}
#content ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
}
#content li {
	margin-left: 15px;
	padding: 0 0 .5em .5em;
	line-height: 1.5em;
	list-style-type: disc;
}
#content li li {
	margin-left: 15px;
	padding: 0 0 0 .5em;
	line-height: 1.6em;
	list-style-type: circle;
}
#content ol {
	margin-right: 20px;
	background: url(none);
}
#content img {
        border: none;
        padding: 0;
}
#right {
	width: 570px;
	float: right;
	background: #FFFFFF;
        padding-bottom: 20px;
}
#left {
	width: 322px;
	float: left;
	padding: 0 24px 20px 24px;
}
#left h2 {
        border: none;
        background: #fff;
        padding: 0;
        color: #040E31;
}
#left img {
	padding: 0;
        border: none;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	font-weight:normal;
        color: #2D5676;
}
h1 {
        font-size: 1.8em;
        margin: 20px 0 35px 0;
        color: #040E31;
}
h2 {
        font-size: 1.5em;
	margin: 10px 0 5px 0;
        color: #084586;
}
h3 {
	font-size: 1.1em;
        margin: 20px 0 10px 0;
        font-weight: bold;
        border-bottom: 1px dotted #2D5676;
}
h4 {
	font-size: 1.2em;
        margin: 20px 0 10px 0;
        font-weight: bold;
        color: #000;
}
h5 {
	font-size: 1.1em;
        margin: 20px 0 10px 0;
        font-weight: bold;
        color: #000;
        font-style: italic;
}
a:link {
	color: #333;
        text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #084586;
        text-decoration: none;
}
#footer1 {
        font-size: 1.2em;
	clear: both;
	height: 40px;
	padding: 10px 0 5px 20px;
	background: #084586;
        border-top: 10px solid #fff;
        color: #fff;
        line-height: 1.5em;
}
#footer1 a {
        text-decoration: none;
	color: #FEE250;
}
#footer1 a:visited {
	color: #FEE250;
	text-decoration: none;
}
#footer1 a:hover {
	text-decoration: none;
        color: #fff;
}
#footer2 {
        width: 956px;
        margin: 0 auto;
        font-size: 1.2em;	
        text-align: left;
	padding: 10px 0 0 17px;
	}
#footer2 a {
	text-decoration: none;
	color: #008951;
	}
#footer2 a:visited {
	color: #008951;
	text-decoration: none;
}
#footer2 a:hover {
	color: #008951;
	text-decoration: underline;
}
.image-left {
	float: left;
	margin: 0px 20px 10px 0;
}
.image-right {
	float: right;
	margin: 0px 0px 10px 20px;
}
table {
	width: 100%;
	margin: 10px 0 10px 0;
}
td {
	padding: 2px 5px 2px 0;
}
blockquote {
        background: #f6f6f6;
        padding: 5px 15px;
        margin: 0;
        font-style: italic;
        font-size: 1em;
}
/* End of 'Main' */

