* {
	margin: 0;
	padding: 0;
}

html, body{
	border: none;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #e9e9e9;
	background-image: url('../images/SNAP-Web-BG-Page.jpg');
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 0 70px 0;
}

img {
	border: none;
}

fieldset {
	border: 0;
}

input, textarea, select {
	background: #ffffff;
	border: 1px #bebebe solid;
	color: #000020;
	padding: 2px;
}

input[type=checkbox] {
	margin: 3px;
	padding: 0;
}

input[type=submit] {
	background-image: url('../images/SNAP-Web-Submit.jpg');
	border: 1px #dea303 solid;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	text-transform: uppercase;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

h2 {
	font-size: 1.5em;
	margin: .75em 0;
}

h3 {
	font-size: 1.17em;
	margin: .83em 0;
}

h4, p {
	margin: 1.12em 0;
}

a {
	color: #DE9A25;
	text-decoration: none;
}

a:hover {
	color: #808080;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#header {
	height: 170px;
}

#nav-top {
	background: url('../images/SNAP-Web-Nav-Top.jpg');
	height: 30px;
	line-height: 30px;
	padding-right: 30px;
	text-align: right;
}

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

#nav-top li {
	display: inline;
	padding: 0 8px;
	text-transform: uppercase;
}

#nav-top li + li {
	border-left: 1px solid #000000;
	display: inline;
	padding: 0 8px;
}

#nav-top a {
	color: #666666;
}

#body {
	background: url('../images/SNAP-Web-Nav-BG-2.jpg');
	height: 100%;
}

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

#left a {
	color: #666666;
}

#left h3 {
	background: url('../images/SNAP-Web-Nav-Left-Headline.gif');
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 15px;
	text-transform: uppercase;
}

#left ul {
	list-style: none;
}

ul.VMmenu,
ul.VMmenu li {
	padding: 0;
}

#left ul.menu li,
ul.VMmenu li {
	background: url('../images/SNAP-Web-Nav-Left-Link.jpg') !important;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}

#left form {
	text-align: center;
}

#left .search {
	padding: 5px 0;
}

#login-form input[type=text],
#login-form input[type=password] {
	width: 80px;
}

#left .search label {
	display: none;
}

#main {
	float: left;
	padding: 0 20px 0 10px;
	width: 555px;
}

#main ul.actions {
	margin:0;
	padding: 0;
	text-align: right;
	width: 100%;
}

#main ul.actions li {
	display: inline;
}

#main ul.actions a {
	text-decoration: none;
}

#main ol, #main ul {
	margin-left: 20px;
}

#footer {
	font-size: 9px;
	padding: 5px;
	text-align: center;
}
