body, div, h2, li, p, ul {
	margin: 0px;
	padding: 0px;
}
body {
	background: url("images/bg_layout_border.gif") repeat-x top;
}
h2 {
	color: #568bd1;
	font: bold 18px Georgia, "Times New Roman", serif;
	margin: 1em 20px;
}
p {
	font: 12px Verdana, Helvetica, sans-serif;
	padding: .5em 20px;
}
select {
	margin-left: 20px;
}
table {
	margin: .5em 20px;
}
#container1 {
	background: url("images/bg_layout_logo.gif") no-repeat;
	float: left;
	margin-left: 50px;
	position: relative;
	width: 750px;
}
#container2 {
	background: url("images/bg_content_img.gif") no-repeat 200px 100px;
	float: left;
	height: 550px;
	width: 750px;
}
#content {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px 0em;
	margin-top: 2px;
	width: 488px;
}
#footer {
	background: url("images/bg_content_bottom.gif") no-repeat;
	height: 40px;
	width: 490px;
}
#header {
	height: 60px;
	width: 490px;
}
#headerContent {
	float: left;
	margin-left: 30px;
	margin-top: 40px;
	width: 490px;
}
#navHead {
	background: url("images/nav_top.gif") no-repeat;
	height: 30px;
	width: 150px;
}
#navFoot {
	background: url("images/nav_bottom.gif") no-repeat;
	width: 150px;
}
#navigation {
	float: left;
	margin-top: 160px;
	margin-bottom: 120px;
	position: relative;
	left: 20px;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	padding-bottom: 1px;
	text-align: center;
	width: 150px;
}
#navigation ul li a {
	color: #23a101;
	font: 14px Georgia, serif;
	position: relative;
	text-decoration: none;
	top: 10px;
}
#navigation ul li a:hover {
	color: #598ed7;
	text-decoration: underline;
}
.briefHead, .briefText, .briefHeadC, .briefTextC {
	border-bottom: 1px dotted #ddd;
	font: 12px Verdana, Helvetica, sans-serif;
	padding: .5em 0em;
	vertical-align: top;
}
.briefHeadC, .briefTextC {
	border-top: 1px dotted #ddd;
}
.briefHead, .briefHeadC {
	color: #568bd1;
	font-weight: bold;
	text-align: right;
	width: 75px;
}
.briefText, .briefTextC {
	padding-left: .5em;
}
.navItem {
	background: url("images/nav_item.gif") no-repeat;
	height: 40px;
}