html, body {
	height: 100%;
}
body {
	background: #72a447 url(/image/borders.gif) repeat-y scroll center top;
	text-align: center; /* centering the content for IE6 */
	margin:0px;
	padding:0px;
	height:100%;
}

h1 {
	color: #006699;
	font-size:x-large;
}
h2 {
	color: #006699;
	font-size:large;
}
h3 {
	color: #006699;
	font-size:medium;
}

ul{
	padding:0px;
	margin-left:15px;
}

a {
	text-decoration: underline;
	font-weight: bold;
}

a:link {
	color: #339900;
}
a:visited {
	color: #339900;
}
a:active {
	color: #FF9900;
	}
 a:hover {
	color: #FF9900;
}

img {
	border: none;
}

input{
	margin:0px;
	padding:0px;
}
#backgrounder{
	background: url(/image/background.jpg) no-repeat scroll center top;
	height:inherit;
	width:inherit;
}
#header{
	width:inherit;
	font-size:15px;
	margin:auto;
}
.containWidthRight{
	width:775px;
	margin:auto;
	text-align:right;
}
#blueTop{
	background: #45456a url(/image/blueTop.gif) repeat-x;
	height:24px !important;
	height:21px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:3px;
}
#blueTop a{
	color:#FFFFFF;
}
#greyMiddle{
	height:70px;
	background: #e4e4e4 url(/image/greySplit.gif) center;
	background-repeat:no-repeat;
	border-bottom:1px solid #FFFFFF;
	color:#343e99;
	font-size:16px;
}
#logo{
	float:left;
	width:170px;
	text-align:left;
}
#greyTop{
	height:43px;
}
#greyTopMiddle{
	width:460px;
	float:left;
	text-align:center;
	font-weight:bold;
	padding-top:12px;
}
#greyTopRight{
	width:137px;
	float:right;
	padding-top:1px;
}
#greyFade{
	width:477px;
	height:28px;
	background-image:url(/image/greyFade.gif);
	float:right;
	font-weight:bold;
}
#submitGo{
	padding-top:3px;
	padding-left:3px;
}
#inputSearch{
	vertical-align: top;
	margin-top:3px !important;
	margin-top:2px;
}
#orangeBottom{
	border-top:1px solid #c3c3c3;
	height:21px;
	background: #ffb400 url(/image/orangeBottom.gif) repeat-x;
	font-weight:bold;
	color:#FFFFFF;
}
#orangeBottom a{
	color:#FFFFFF;
}
#wrapper {
	display:table;
	margin:auto;
	text-align:left;
	height:inherit;
	min-height: 100%;
	width:100%;
	min-width:100%;
}
#bodyContainer{
	width:760px;
	margin:auto;
	text-align:left;
}

#translator{
	width:760px;
	margin:auto;
	text-align:right;
}

.agent{
	background-image: url(../../images/agent-background.jpg);
	background-repeat:repeat-x;
	float:left;
	text-align:center;
	border:1px solid #000000;
	margin:10px 24px;
	padding:5px;
}