/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin:30px 0px;
}
h1 {
	font-size:18px;
	color:#000066;
	margin-bottom:-15px;
}
h2 {
	font-size: 14px;
	color: #333333;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
#page{
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:16px;
	top:15px;
	color:#666666;
	font-size:10px;
	text-align:right;
}
#page a{
	color:#666666;
}
#nav{
	background:url(/images/navBar.gif) no-repeat;
	overflow:hidden;
	width:755px;
	height:32px;
	padding:3px 0px 0px 5px;
	margin-bottom:15px;
}
#nav a{
	vertical-align:middle;
	color:#000000;
	margin:0px 20px 0px 10px;
	font-weight:bold;
}
#nav a:hover{
	color:#990000;
	text-decoration:none;
}
#nav a:visited{
	text-decoration:none;
}
#container{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:760px;
	height:150px;
}
#pg01lft{
	width:189px;
	border-right:1px solid #cccccc;
	padding:5px;
	float:left;
}
#pg01title{
	width:550px;
	height:30px;
	padding:10px 0px 10px 10px;
	float:left;
}
#pg01rt{
	width:269px;
	padding:10px 0px 10px 10px;
	float:left;
}
#pg01mid{
	width:260px;
	padding:10px;
	margin-left:-1px;
	margin-bottom:15px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	float:left;
}
#pg02rt{
	width:550px;
	margin-left:-1px;
	margin-bottom:20px;
	padding:10px 0px 10px 10px;
	border-left:1px solid #cccccc;
	float:left;
}
#footer{
	clear:both;
	width:755px;
	padding-top:3px;
	color:#cccccc;
	border-top:1px solid #cccccc;
	font-size:9px;
	letter-spacing:1px;
}
#footer a{
	color:#999999;
	font-size:9px;
	letter-spacing:1px;
}

#pg01lft ul{
	font-size:10px;
	list-style-type:none;
	text-align:right;
	padding-right:10px;
}
#pg01lft li{
	background:url(/images/bullet_arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:3px;
}