body {
	background: #496175;
	text-align: center;
	color: #535353;
	font-family: tahoma, arial, verdana;
	font-size: .9em;
	margin: 0px;
}

#headerbg {
	background: url(../images/header_bg.gif) repeat-x top left;
	height: 45px;
}

#wrapper {
	width: 774px;
	text-align: left;
	margin: 0 auto;
}

#logo {
	width: 774px;
}

#flash_header {
	width: 774px;
	height: 172px;
}

#menu {
	width: 774px;
	height: 40px;
}

#content_wrapper {
	background: url(../images/content_bg.gif) repeat-y;
	width: 774px;
	float: left;
	padding-top: 10px;
}

#left_content {
	clear: left;
	float: left;
	width: 540px;
	padding-left: 28px;
}

#left_content p {
	line-height: 135%;
	text-align: justify;
}

#right_content {
	float: right;
	width: 195px;
}

#right_content p {
	font-size: .75em;
	text-align: center;
	line-height: 155%;
	padding-right: 14px;
}

#footer {
	clear: both;
	background: url(../images/footer.gif) no-repeat;
	width: 774px;
	height: 32px;
}

#copyright {
	clear: left;
	float: left;
	color: #fff;
	text-align: center;
	font-size: .8em;
	font-style: italic;
	width: 774px;
	padding-bottom: 6px;
}

#copyright a {
	color: #ffff00;
}

#copyright a:hover {
	background-color: #496175;
}

img {
	border: 0px;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

input {
	padding: 4px;
	font-size: .9em;
	font-family: tahoma, arial;
}

a:hover {
	text-decoration: none;
	background-color:#D1D1D1;
}

.flash {
}
	


