/* CSS Document */
/* These are the styles for the current 800 wide pixel design */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #000;
	margin: 0px;
	padding: 0px;
	background: #bacfff;
	font: 1em Arial, Helvetica, sans-serif;
}

.clearit{
clear: both;
}

/* these are the borders that encase every page of the website. the wrapper style is the thin rule, the wrapperoutside style is the thicker rule */
#wrapper{
	overflow: hidden;
	background: #FFFFFF;
	margin: 0px auto;
	text-align: center;
	height: 800px;
	width: 1000px;
}

/* these are the parent links. all link styles are children of these */
a:link    {
	color: #044c86;
	text-decoration: underline;
	font-size: 110%;
}

a:visited  {
	color: #044c86;
	text-decoration: underline;
	font-size: 110%;
}

a:hover  {
	color: #000000;
}

/* the rotary logo goes in this container. if the logo should ever change, this container will need to change dimension based on graphic size changes */
#flashcontainer
{
	width: 1000px;
	height: 800px;
	margin: 0px auto;
	padding: 0px;
	border: 12px solid #FF0000;
}

/* each of the main sections have a colored header. below are the styles that control those areas */
#headerblue {
	background: #044C86 url(blueblur.gif) repeat-x;
	border-bottom: 1px solid #000000;
	height: 36px;
	padding-top: 12px;
	padding-right: 6px;
	padding-left: 12px;
	text-align: left;
	width: 754px;
}

.bluetopbar {
	color: #FFFFFF;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
