/* style reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, big, em, img, small, ol, ul, li, form, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* major structural elements */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	padding: 18px 0px 24px 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	background: #fff url(../assets/images/img/tile1.gif) repeat
}
#container {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 900px;
	text-align: left;
}
#header {
	margin: 0px 0px 0px 0px;
	border: solid #333;
	border-bottom-color: #333;
	border-width: 1px 1px 2px 1px;
	padding: 6px 6px 6px 6px;
	height: 112px;
	background-color: #fff;
}
#sidebar {
	float:left;
	margin: 0px;
	border: solid #333;
	border-top-color: #8494B8;
	border-width: 0px 0px 0px 1px;
	padding: 6px 6px 6px 6px;
	width: 187px;
}
#content {
	float:left;
	margin: 0px;
	border: solid #333;
	border-top-color: #8494B8;
	border-width: 0px 1px 0px 1px;
	padding: 18px 18px 18px 18px;
	width: 662px;
	background-color: #fff;
}
#scontent {
	float:right;
	margin: 0px;
	border-width: 0px 1px 0px 1px;
	padding: 18px 0px 18px 25px;
	width: 300px;
	background-color: #fff;
}
#scontent img {
	border: 1px solid #CCC;
}
#footer {
	margin: 0px;
	border: solid #333;
	border-width: 1px 1px 1px 1px;
	padding: 6px 6px 6px 6px;
	background-color: #444;
	color: #ccc;
}
/* styling */


#header #vslogo {
	float: left;
	padding: 0px 0px 6px 6px;
}
#header #cflogo {
	float: right;
	padding: 6px 6px 0px 0px;
}
#vslogo p {
	font-weight: bold;
	font-size: 30px;
}
#content h1 {
	margin: 1em 0px 1em 0px;
	border-bottom: 2px solid #bbb;
	font-weight: bold;
	font-size: 16px;
	color: #444;
}
#content h2 {
	margin: 1.5em 0px 0.5em 0px;
	font-weight: bold;
	color: #666;
}
#content p {
	margin-bottom: 1em;
	line-height: 1.2em;
}
#content p.highlight {
	border: 2px solid #888;
	background-color: #ddd;
	padding: 1em;
	overflow: hidden;
}
#content p.note {
	font-size: 80%;
}
#content a {
	color: #000099;
}
#content ol, #content ul {
	margin-left: 24px;
	margin-bottom: 1em;
}
#content sup a {
	font-weight: normal;
}
#content #footnotes {
	margin-top: 3em;
	border-top: 1px #ccc solid;
	padding-top: 1em;
	font-size: 12px;
}
#content #footnotes .fn {
	margin-bottom: 1em;
	line-height: 1.4em;
}
#content sup {
	font-size: 100%;
	vertical-align: text-bottom;
}
#content #footnotes a.back, #content sup a {
	margin-left: 2px;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	background-color: #ddd;
	color: #999;
}
#content #footnotes a.back:hover, #content sup a:hover {
	background-color: #4D751A;
	color: #fff;
}
#content #footnotes sup a, #content #footnotes sup a:hover {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #999;
}
#content table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#content table.largetable {
	font-size: 10px;
}
#content td, #content th {
	border: 1px solid #ccc;
	padding: 3px;
}
#content table.largetable td, #content table.largetable th {
	padding: 3px 2px 3px 2px;
}
#content table.largetable td {
	text-align: right;
}
#content th {
	font-weight: bold;
	background-color: #ddd;
}
#content tr.subheads th {
	font-weight: normal;
}
#content tr.center th {
	text-align: center;
}
#footer {
	margin: 0px;
	border-top: solid #333;
	border-bottom: solid #333;
	border-width: 1px 1px 1px 1px;
	padding: 0 6px 6px 6px;
	background-color:#FFF;
	color: #000;
	overflow:auto;	height: 80px;
}
#footer p {
	font-size: 10px;
	float:right;
	padding:20px 5px 0 0;

}
#footer img {
	float:left;
	padding:5px 0 0 0;
	margin:0;
}
/* menu styles */

ul#sitemenu {
	margin-top: -6px;
	margin-bottom: 24px;
	list-style:none;
	font-size: 12px;
	color: #fff;
}
ul#sitemenu a {
	display: block;
	padding: 6px 6px 6px 6px;
	text-decoration: none;
	color: #fff;
}
ul#sitemenu li.level1 {
}
ul#sitemenu li.level2 a {
	padding: 6px 6px 6px 18px;
}
/* styles for submenu.. incomplete... not needed for now */

ul#sitemenu ul.submenu {
	margin: 6px 6px 6px 12px;
	background-color: #fff;
	list-style:none;
}
ul#sitemenu ul.submenu li {
	margin: 0px 0px 6px 0px;
	border: none;
	background-color: #fff;
}
