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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin : 0;
padding : 0;
border : 0;
outline : 0;
font-size : 100%;
}
body {
	color : #2d2e2e;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 22px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	text-align : center;
	background-color : #67CCD8;
	background-image : url(images/pagebackground.jpg);
	background-repeat: repeat;
}
h1 {
color : #78a769;
font-size : 14px;
font-weight : bold;
line-height : 14px;
}
h2 {
color : #88184e;
font-size : 16px;
font-weight : normal;
line-height : 14px;
font-family : "Times New Roman", Times, serif;
font-style : italic;
}
a, a:link {
	color : #CC0033;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
a:hover {
color : #88184e;
text-decoration : none;
}
#outerWrapper {
	text-align : left;
	width : 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 870px;
}
#outerWrapper #header {
	font-size : 12px;
	line-height : 15px;
	padding : 0;
	height: 131px;
}
#outerWrapper #contentWrapper #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 330px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 250px;
}
a:link {
	color : #CC0033;
	text-decoration : none;
	font-size: 16px;
}
a:visited {
text-decoration : none;
}
a:active {
text-decoration : none;
}
a {
font-weight : bold;
}

