@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	background-image: url(css_images/rotary-full-page.jpg);
	background-attachment: fixed;
	background-color: #314E6E;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	font-variant: normal;
	text-align: center;
	color: #9A162E;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

p, ol, ul {
	color: #242323;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	text-align: left;
}

a {
	color: #00C;
}

a:hover {
	text-decoration: none;
	color: #C60;
}

a img {
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
hr {
	clear: both;
}


.subtitle {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

table p {
	font-size: medium;
	font-weight: normal;
}
#links a img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#links p {
	font-size: medium;
	line-height: .8em;
}

.figure-left p {
	text-align: center;
	margin: 10px 0 0 0;
	height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: normal;
}
.figure-right p {
	text-align: center;
	margin: 10px 0 0 0;
	height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: normal;
}
.figure-left {
	float: left;
	width: auto;
	margin: 0 10px 10px 10px;
	display: inline;
}
.figure-right {
	float: right;
	width: auto;
	margin: 0 10px 10px 10px;
	display: inline;
}


/* Page Wrapper */

#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(css_images/wrap-center.png);
}
#wrapper-top {
	width: 980px;
	background-image: url(css_images/wrap-top.png);
	height: 30px;
	padding: 0px;
	margin-top: 140px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrapper-bottom {
	width: 980px;
	background-image: url(css_images/wrap-bottom.png);
	padding: 0px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}




/* Header */

#header {
	width: 980px;
	height: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Logo */

#logo {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 400px;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: inline;
}

/* Main Page Links */
#links {
	float: right;
	width: 300px;
	height: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Menu */

#menu {
	float: left;
	width: 920px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}


/* Page */

#page {
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}

#header-pic {
	width: 900px;
	height: 210px;
}

/* Content Partial*/

#content {
	float: left;
	width: 560px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline;
}
#content h1 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
#content h2 {
	font-size: 1.2em;
	background-image: url(css_images/content-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #275B8D;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	clear: both;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	float: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#content .title {
	background: #444444 url(../images/content_hdr.jpg) no-repeat left top;
	padding: 7px 25px;
	font-size: 1.4em;
}

/* Content Full*/

#content_full {
	float: left;
	width: 900px;
	background-color: #FFF;
	padding: 10px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	display: inline;
}
#content_full  img {
	margin: 5px;
}

#content_full ul {
	font-size: medium;
}

#content_full h1 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
#content_full h2 {
	font-size: 1.2em;
	background-image: url(css_images/content-full-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	clear: both;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-top: 25px;
}


#content_full .title {
	margin: 0px;
	padding: 7px 25px;
	font-size: 1.4em;
	background-color: #444444;
	background-image: url(../images/content_full_hdr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	padding: 10px;
	margin-top: 20px;
	margin-right: 26px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #32618B;
	display: inline;
}
#sidebar p , ul{
	font-size: small;
	line-height: 1.0em;
	text-align: left;

}
#sidebar ul {
	list-style-image: url(css_images/menu-tick-sm.gif);
	list-style-position: outside;
}
#sidebar h1 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #006;
	text-decoration: none;
}





#sidebar h2 {
	padding: 7px 25px;
	font-size: 1.2em;
	background-image: url(css_images/sidebar-head.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #275B8D;
}

#sidebar a {
	text-decoration: underline;
	color: #30F;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #7A6128;
	font-style: italic;
}

/* Footer */

#footer {
	width: 920px;
	color: #858585;
	font-size: xx-small;
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#footer p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: x-small;
	font-family: Verdana, Geneva, sans-serif;
}

#footer a {
	color: #33F;
	text-decoration: underline;
}

#footer a:hover {
	color: #003764;
	text-decoration: underline;
}
.paragraph-center {
	text-align: center;
}

.table_bck {
	background-image: url(css-table-bckgrd.jpg);
	background-repeat: repeat-y;
	border: thin outset #0197D6;
}

.sub-header, .sub-header a, .sub-header a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	height: auto;
	width: auto;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-decoration: none;
	color: #9A162E;
	text-align: center;
	font-variant: normal;
}

.sub-header a {
	text-decoration: underline;
}

.sub-header a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #AC608F;
}
#content hr {
	clear: both;
}
