@charset "utf-8";
/* CSS Document */

#container {
	height: auto;
	width: 800px;
}
#header {
	background-image: url(images/rotary1_r1_c1.jpg);
	height: 249px;
	width: 800px;
}
#main {
	background-image: url(images/rotary1_r3_c1.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 800px;
	float: left;
}
#footer {
	background-repeat: no-repeat;
	height: 35px;
	width: 800px;
	float: left;
	background-image: url(images/rotary1_r5_c1.jpg);
}
body {
	background-color: #FFF;
	background-repeat: repeat-y;
	background-image: url(images/bg.jpg);
}
#navigation {
	width: 625px;
	text-align: center;
	float: left;
	padding-right: 175px;
	height: 40px;
}
#content {
	width: 625px;
	padding-right: 175px;
	float: left;
}


a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}

a:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999966;
	text-decoration: underline;
}

h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC9933;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	text-indent: 8px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #003366;
}

.table_format {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	border-top-width: thick;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #333366;
	border-right-color: #333366;
	border-bottom-color: #333366;
	border-left-color: #333366;
	margin-right: auto;
	margin-left: auto;
}

img.border{
	border: thin solid #333;
}
