* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% 'Times New Roman', 'Times', serif;
	font: 100% 'Tahoma', 'Arial', 'Helvetica', sans-serif;
}


/* Style information for header area */

#header {
	height: 94px;
	position: relative;
}

#section_icon {
	display: block;
	position: absolute;
	top: 15px;  left: 15px;
	vertical-align: middle;
	padding: 0;
}

#section_title {
	display: block;
	position: absolute;
	top: 23px;  left: 100px;
	padding: 0;
}

#navigation {
	height: 25px;
	text-align: center;
}

#navigation a {
	display: block;
	vertical-align: middle;
	margin: 0;
	float: left;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	font: bold 12px/15px 'Tahoma', 'Arial', 'Helvetica', sans-serif;
}

#navigation span {
	display: block;
	vertical-align: middle;
	margin: 0;
	float: left;
	padding: 5px 8px 5px 8px;
	font: bold 12px/15px 'Tahoma', 'Arial', 'Helvetica', sans-serif;
}

.navigation_border {
	border-top: 3px;
	margin-bottom: 1em;
	clear: both;
}


/* Style information for content area with no side menus */

#bodyText {
	margin: 0 0.5em 0em 0.5em;
	text-align: justify;
}

#bodyText p {
	padding-bottom: 1em;
}


/* Style information for side menus */

.LHS {
	display: inline;
	margin-left: 0.5em;
	float: left;
	clear: left;
}

.RHS {
	display: inline;
	margin-right: 0.5em;
	float: right;
	clear: right;
}

.sideBox {
	width: 10em;
	border-style: solid none solid none;
	border-width: 2px 0 2px 0;
	margin-bottom: 1em;
}

.sideBox div {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding: 0.5ex 0.5em 0.5ex 0.5em;
	font-weight: bold;
}

.sideBox a, .sideBox a:hover, .sideBox span {
	display: block;
	padding: 0.5ex 0.5em 0.5ex 0.5em;
	text-decoration: none;
	line-height: 1em;
}

.sideBox .thisPage {
	font-weight: bold;
}

/* Style information for content area with side menus */

#content_area {
	margin: 0 0.5em 0 11em;
}

#content_area p {
	padding-bottom: 1em;
}


h1, h2 {
	font-family: 'Arial', 'Helvetica', sans-serif;
}

h1 {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 0.2ex;
	margin-bottom: 0.5ex;
	font-weight: bold;
	font-size: 150%;
}

h2 {
	margin-top: 0.5em;
	font-weight: bold;
	font-size: 125%;
}

img {
	border: none;
	margin: 0;
}

ol, ul, dd {
	padding: 0;
	margin-bottom: 1em;
}

dt {
	font-weight: bold;
}

ol {
	list-style-position: outside;
	margin-left: 1.5em;
}

ul {
	margin-left: 2em;
	list-style-type: disc;
}

ul ul {
	margin-bottom: 0;
}

li {
	padding: 0;
	margin: 0;
}

#faq li {
	padding-bottom: 1em;
}

pre {
        font: 90% "Lucida Console", "Courier New", Courier, monospace;
        line-height: 130%;
}

table {
	border-collapse: collapse;
	border: 4px solid;
	empty-cells: show;
	margin-bottom: 1em;
}

th {
	border: 1px solid;
	border-bottom: 4px solid;
	text-align: center;
	padding: 4px;
}

tr {
	text-align: left;
}

td {
	border: 1px solid;
	border-bottom: 2px solid;
	padding: 4px;
}

.modelscol1 {
	width: 80%;
}

.center
{ 
	text-align: center;
}

.center table
{ 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.code {
        font: 90% "Lucida Console", "Courier New", Courier, monospace;
        padding: 1em;
        margin-bottom: 1em;
        line-height: 130%;
        width: auto;
}

.cmd {
        font-family: "Lucida Console", "Courier New", Courier, monospace;
        font-style: italic;
}

/* Style information for footer area */

#footer {
	border-top: 3px;
	padding: 10px;
	height: 31px;
	clear: both;
}

#footer a {
	margin-right: 10px;
	float: left;
}

#footer div {
	font: 85% 'Tahoma', 'Arial', 'Helvetica', sans-serif;
	text-align: right;
}
