/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
	font-size: 100%;
	}
#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	padding: 0;
	width:95%;				/* <-- use this for a set width */
	background-color: #eeeeee;
	;
	text-align: left;
	margin-bottom: 2em;
	}
 	
#content
	{
	padding:2em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
	}
#trc
	{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
	}

#blc
	{
	background-image:url(../images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(../images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #Footer {
	float: none;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #Footer {
	text-align: center;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #Main #headerLogo {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #Main p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.TopRight {
	padding: 10px;
	float: right;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #Main #BaseLogo {
	float: right;
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #Main #BaseLogo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.TopLeft {
	float: left;
	padding: 10px;
}
.MiddleRight {
	padding: 10px;
	float: right;
}
.BottomLeft {
	padding: 10px;
	float: left;
}
.Nav {
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	display: block;
	list-style-type: none;
}

#box #lb #rb #bb #blc #brc #tb #tlc #trc #content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #nav li {
	float: left;
	position: relative;
	width: 12em;
	color: #FFFFFF;
	font-size: 11px;
	height: 18px;
	line-height: 1.3em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-weight: bold;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #nav li ul{
	display: none;
	position: absolute;
	left: 0px;
	top: 2em;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #nav li > ul {
	top: auto;
	left: auto;
	}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content .blue #nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
	display: block;
}

#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #nav li:hover ul, li.over ul{
	display: block;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #0066FF;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content a {
	color: #0354C2;
	text-decoration: none;
	font-weight: bold;
}

.blue {
	background-color: #6699FF;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #Footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.top_text {
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content .top_text #ItemBox {
	margin-bottom: 15px;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content .top_text #ItemBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content .top_text #ItemBox #ItemTbl {
	border: thick solid #FFFFFF;
}
.smalltext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content #Window {
	text-align: center;
	width: 100%;
	float: right;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content .top_text #ItemBox #ItemTbl img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bold {
	font-weight: bold;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content .top_text #tblPaging td {
	padding-right: 5px;
	padding-bottom: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tblEquipment {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#tblEquipment td {
	width: 16.6%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0000FF;
	font-weight: bold;
	border: thin solid #FFFFFF;
}
.system_box {
	margin: 25px;
	padding: 25px;
	width: 85%;
	border: thin dashed #FFFFFF;
	height: auto;
	background-color: #F1F1EC;
}
.system_box_heading {
	font-size: 18px;
	font-weight: bolder;
}
.system_box img {
	float: right;
}
.nav_text {
	text-align: left;
}
.top_text img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content .boldRed a {
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}#credit {
	margin-left: 25px;
}
#body_image {
	float: right;
}

#box #lb #rb #bb #blc #brc #tb #tlc #trc #content .top_text #lines a {
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}
#box #lb #rb #bb #blc #brc #tb #tlc #trc #content .top_text li {
	line-height: 1.2em;
	font-size: 1em;
	list-style-type: circle;
	list-style-position: inside;
}
.bold_red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
