* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	background-image: url(./images/back.gif);
	line-height: 1.5;
}
#container {
	width: 740px;
	background-color: #ffffff;
	border-right: 3px solid #bbbbbb;
	border-bottom: 3px solid #bbbbbb;
	padding: 20px;
	margin-left: auto;
	margin-right: auto
}
#header	{
	text-align: center;
}
#globalNav {
	overflow: auto !important;
	overflow /* */: hidden;
	width: 700px;
	background: #E8E8E8 url(./images/global_nav_bg.gif) left top repeat-x;
	border-bottom: 3px solid #CCCCCC;
	margin-left: 20px;
	margin-right: 20px;
}

#globalNav li	{
	float: left;
	width: 99px;
	font-size: 1em;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	list-style-type: none;
	padding: 0;
}
#globalNav li#selected {
	background-color: #ccff33;
}
#globalNav a {
	display: block;
	text-decoration: none;
	line-height: 2em;
	text-align: center;
}
#globalNav a:hover {
	color: #FFFFFF;
	background-color: #50B622;
}
h2 {
	font-size: 1.00em;
	color: #a9a9a9;
	background-color: #fff8dc;
	margin-top: 3px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
}


h3 {
	font-size: 1.25em;
	border-bottom: solid 2px #66aa66;
	padding-bottom: 3px;
	background-image: url(./images/mark.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
}

p {
	font-size: 1em;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

#footer {
	background: #E8E8E8 url(./images/global_nav_bg.gif) left top repeat-x;
	border-bottom: 3px solid #CCCCCC;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	line-height: 2.5em;
	font-size: 0.75em;
}

a {
	text-decoration: none;
}

a:hover {
	color: #50B622;
}
	
a#to_top p {
	text-align: right;
	font-size: 0.75em;
}
