/* CSS document*/

body {
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:0;
	margin:0;
}
html body {
	font-size:x-small; /*for IE5/Win */
	font-size: small; /*For other IE Versions */
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

h1 {
	font-size:135%;
	color:#990000;
	text-align:left;
	padding: 0px 0px 0px 29px;
}

h2
{
	font-size:110%;
	color:#000000;
	font-style:normal;
	padding:0px 20px 0px 20px;
}

h3
{
	font-size:165%;
	color:#990000;
	font-style:normal;
	padding:0px 0px 0px 0px;
}

h4
{
	font-size:135%;
	color:#CC9900;
	font-style:normal;
	padding:0px 0px 0px 20px;
}

h5
{
	font-size:135%;
	color:#003366;
	font-style:normal;
	padding:0px 0px 0px 0px;
}

a
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	font-size:100%;
	font-weight:bold;
}


.contentDiv {
	width:760px;
	height:20 em;
	margin-left:auto;
	margin-right:auto;
}
.logoDiv {
	position:relative;
	top:0px;
	left:0px;
	height:179px;
	background-image:url(images/logo.jpg);
}
.flashDiv {
	position:relative;
	top:2px;
	left:0px;
	width:760px;
	background-image:url(images/flshbackground.jpg);
	background-repeat:no-repeat;
}
.linksDiv {
	position:relative;
	float:left;
	width:160px;
	height:13em;
	top: 32px;
	left:50px;
	padding-top: 15px;
}

.linksDiv a:hover
{
	font-weight:bold;
}

.flashfileDiv {
	position:relative;
	float:left;
	width:438px;
	background-color:#d9d9d9;
	left:80px;
	top:0px;
}
.middleDiv {
	position:relative;
	width:690px;
	top:0px;
	background-image:url(images/middle1.jpg);
	background-repeat:no-repeat;
	padding: 25px 35px 0px 35px;
	text-indent:0px;
	background-color:#FFFFFF;
}	

.middleDiv a
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.addressDiv {
	position:relative;
	clear:both;
	left:0px;
	width:743px;
	height:10 em;
	background-color:#CCCCCC;
	padding:0px 0px 10px 15px;
	font-size:80%;
}

