html, body {margin: 0; padding: 0; border: 0;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	float: none;
	margin-right: 0;
	margin-bottom: 0;
	background-position: center bottom;
}

.c2template {

}


.c2template p {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.c2template a {
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 14px;
}

.c2template h2 {
	padding: 0px;
}



p  {
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.c2 {
background-color: #225D87;
color: #fff;
}

.c2 p {
	margin: 0;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.c2 h3 {
	margin: 0;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.c2 a {
color: #FFF;
font-weight: normal;
text-decoration: underline;
}
.c2 a:link {
color: #fff;
text-decoration : underline;
}
.c2 a:visited {
		text-decoration : underline;
}
.c2 a:hover {
	text-decoration : underline;
	color: #F3F3F3;
}



h2 {
	font-size: 13px;
	text-align: center;
	padding: 10px;
}

.clear { clear: both; }

a {
font-weight: normal;
text-decoration: underline;
}
a:link {
color: #00009c;
text-decoration : underline;
}
a:visited {
		text-decoration : underline;
}
a:hover {
	text-decoration : underline;
	color: #0066CC;
}




.alignright {margin-top: 0; text-align: right;}

.small {font-size: .9em;}


.wrapper {
	width: 1000px;
	text-align: left;
	border: 1px solid #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #396A92;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on 
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .wrapper {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #396A92;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.outer {
	border-right-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: none;
	background-position: 100% 0;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-left: 164px;
	border-left-width: 164px;
}
/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes 
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different 
BG location, due to a BG placement variation. 
***/

* html .outer {
	background-image: none;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.inner {



}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {
	width: 100%;
}

.float-wrap {
	margin-left: -174px;       /*** Same length as left column width ***/
	float: left;
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

.left {
	float: right;
	padding-top: 0px;
	margin-right: 6px;
	font-size: 12px;
	background-color: #CCCCCC;
	margin-top: 15px;
	padding-left: 3px;
	width: 165px;
}

.right {
	padding-top: 9px;
	background-color: #CCCCCC;
	font-size: 12px;
	float: left;
	margin-left: 2px;
	width: 169px;
	background-position: center center;
	text-align: center;
	margin-top: 20px;
}

.center {
	float: right;
	width: 630px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	border-top-width: 1px;
}

.bottom {
	background-color: #5088AD;
	border-top-width: thin;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
	width: 834px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}

.style9 {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;

}

.style10 {

font-family: Verdana, Arial, Helvetica, sans-serif; 

}
.floatleftimages {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.floatleftimages2 {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	margin-right: 5px;
}
.floatimagesright {
	padding: 2px;
	float: right;
}

.floatimagesrightnopadding {
	padding: 0px;
	float: right;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.paddingtopandbottom {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;	
	height: 1px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
}


.floatimagesrightnopadding {
	float: right;
}

.nopadding {
	margin: 0px;
	padding: 0px;
}
.tableborderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.commentbox {
	background-color: #396A92;
	border: 1px solid #333333;
	margin: 10px;
	padding: 10px;
	color: #FFFFFF;
}

.commentbox a {
color: #E9E9E9;
}

.commentbox a:hover {
color: #cccccc;
}

.InvShelp {
color: #000000;
}

.InvShelp a {
color: #000000;
}
