/*
CSS By E-Marketing Associates http://www.e-marketingassociates.com
All associated graphics copyright 2006 EMA, All rights reserved. This design is not a template. You may not reproduce it elsewhere without the designer's written permission.
*/

html,body {
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	text-align:left;
	color: #082244;
	background-color: #ebebeb;
	background-image: url(../interface/bkg-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

* html body{
	margin-left: 10%;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	}

#container {
	width: 758px;
	min-height: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

* html #container {
	height: 100%;
	margin: 0px auto 0px auto;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: normal;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
}
a {
	color: #003366;
}
a:active,
a:focus,
a:link,
a:visited,
a:active,
a:active img,
a:focus img,
a:link img,
a:visited img,
a:active img {
	outline: 0;
	border: none;
	text-decoration: underline;
}
#header {
}

#nav {
}

#twocol {
	width: 758px;
}

#leftcol {
	width: 278px;
	float: left;
}

#rightcol {
	width: 480px;
	float: right;
}

#content {
	clear: both;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 12px;
}

#centercontent {
	float: left;
	text-align: center;
	width: 758px;
	padding: 30px 0 30px 0;
}

#buttoncontent {
	float: left;
	width: 758px;
}

label {
	width:180px;
	display:inline-block;
}

#binfo {
	border-top: 8px #dddddd solid;
	margin: 15px 0 15px 15px;
}

#binfo td {
	font-size:.8em;
	border-bottom:1px #dddddd solid
}

#titleinfo {
	background-color:#ECF3FD; 
	padding:5px; 
	border-bottom: solid 1px #333333; 
	font-size:1.4em;
}

.error {
	color: #CC0000;
}

/*------------------------ Footer */
#footer {
	background-image: url(../interface/foot-bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 758px;
	float: left;
	margin:44px 0 0 0;
}

#ftr {
	text-align: right;
	padding: 19px 25px 0 0;
	color: #333333;
	font-size: 11px;

}

#ftr-left {
	padding: 0;
	color: #333333;
	font-size: 11px;
	float: left;
	margin: 0px 0px 0px 100px;
	display: inline;
}

#ftr-right {
	padding: 0;
	color: #333333;
	font-size: 11px;
	width: 100px;
	margin: 0px 40px 0px 0px;
	float: right;
}




/*------------------------ Navigaton */
.navpadding {
	padding:0 0 0 2px;
}
* html .navpadding {
	margin-left:2px;
}

/*------------------------ Images */
.imgright {
	margin: 0px 15px 15px 12px;
	float:right;
}
.imgleft {
	margin: 0px 15px 15px 12px;
	float:left;
}
