p {
	margin: 0px;
}
body {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #F1F1F1;
}


h1 {
	font-family: "Century Gothic", Tahoma;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #222222;
}

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

table#outertable {
	width: 900px;
	padding: 20px;
}

table#innertable {
	width: 100%;
	border: 1px solid #C1C1C1;
	background: #FFFFFF;
}

table#innertable tr#header {
	height: 159px;
}

table#innertable td#header_bg {
	background: #FFFFFF url('../layout/header_bg.gif') top center;
}

table#menu {
	width: 530px;
	letter-spacing: 1px;
	position: relative;
	height: 23px;
	top: 3px;
	right: 15px;
	float: right;
	text-align: center;
}

table#menu td {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

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

table#menu td a:hover {
	color: #E1E1E1;
}

table#footer {
	width: 100%;
	border: 1px solid #C1C1C1; 
	background: #FFFFFF; 
	margin-top: 12px; 
	font-weight: bold;
	text-align: center;
}

.submenu {
	color: #00529f;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
}

.submenu:hover {
	color: #333333;
}

.homeTitle {
	padding-bottom: 15px;
	color: #6668bf;
	font-size: 24px;
	font-family: Arial, Verdana;
}
.homeContent {
	padding-left: 20px;
	font-family: verdana;
	font-size: 12px;
	color: #333;
}

.homeLine {
	border-right: 1px solid #6668bf;
}

.standardLink {
	color: #6668bf;
	font-weight: normal;
}

.standardLink:hover {
	color: #6668bf;
	font-weight: normal;
	text-decoration: none;
}