@charset "UTF-8";
/* CSS Document */

body  {
	font: 11px Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000;
	background-repeat: repeat-x;
	background-image: url(images/IndexBGimage.gif);
}


a:link {
	color: #FFF;
	text-decoration:none;
}

a:visited {
	color: #0170BB;
	text-decoration:none;
}

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

a:active {
	color: #F25E25;
	text-decoration:none;
}

img {
	border: 0;
}

p {
	margin-left: 20px;
	font: 11px Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

h1{
	line-height: 100%;
	margin-left: 20px;
	margin-top: 10px;
}

h2 {
	line-height: 100%;
	margin-top: -10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#container {
	background: #FFF;
	width: 1024px;
	margin: 0 auto;
}

#subContainer {
	background: #0066CC;
	width: 1024px;
	margin: 0 auto;
}

#subContent {
	background-color: #FFFFFF;
	background-image: url(images/Brieser-v2-Subpage_14.gif);
	background-repeat: no-repeat;
}

#footer {
	background-color: #6d6e71;
	background-image: url(images/IndexBottomFooterBGimage.gif);
	background-repeat: repeat-x;
	height: 300px;
	text-align: center;
	padding-top: 15px;
	color: #FFFFFF;
}

#flashMovie {
	height: 200px;
	width: 800px;
}
