html { min-height: 100%; margin-bottom: 1px; background-image:url('bg.jpg');background-repeat:no-repeat;background-position:top left;background-color: #A4A4A4; }

body {
	font-family: arial, helvetica, courier;
	font-size:0.9em;
	margin:0px;
	margin-top:0px;
	padding:0px;
	text-align:center;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
}

p {
	line-height:1.4em;
}

ul li {
	line-height:1.4em;
}

#outside {
	text-align:center;
}

#page {
	margin:auto;
	text-align:left;
	width:847px;
	border-left: 0px solid #ffffff;
	min-height:500px;
}

#header {
	background-color:white;
}

#nav {
	margin: 0px;
	padding: 0px;
	background-color: #1A2F74;
	text-align: center;
	height:40px;
}	

#footer {
	text-align:right;
	border-top: 20px solid #1A2F74;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
	line-height: 40px;
	white-space: nowrap;
}

#nav li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

#nav li a:hover {
	background: #ffffff;
	color:#1A2F74;
	text-decoration:none;
}

#body {
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

#left {
	float:left;
	width:160px;
}

#side_menu {
	border-right: 1px dashed silver;
}

#side_menu ul {
	list-style: none;
	padding: 0px;
	margin:0px;
}

#side_menu ul li {
	padding-left: 10px;
}

#content {
	float:left;
	margin-left: 10px;
	width: 620px;
}

#content img {
	border:0px solid white;
	margin:5px;
}

#right {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	width: 180px;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer li {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
	line-height: 25px;
	white-space: nowrap;
}

#footer li a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #000000;
	font-size: 0.9em;
	font-weight:normal;
}


hr {
	border:0px;
	border-top:1px gray dashed;
	color:white;
}

form {
	border:0px;
	margin:0px;
	padding:0px;
}

a:link {
	color: #4A4A4A;
}

a:hover {
	color: #F76625;
}

a:visited {
	color: #4A4A4A;
}

a:active {
	color: #4A4A4A;
}
