@charset "windows-1252";
/* CSS Document */
.container
{
	width:1010px;
	margin:0 auto;
}
.banner
{
	margin:10px 0px 0 0;
	float:right;
}
.banner img
{
	padding:2px 0;
}
.pageContainer
{
	width:870px;
	background-image:url(../images/border.gif);
	background-repeat:repeat-y;
	margin-right:130px;
}

.page
{
	margin:4px auto;
	width:834px;
}

#top {
	background-color:#555555;
	text-align:right;
	line-height:52px;
	padding-right:20px;
}

#top .menu {
	list-style-type:none;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	font-size:12px;
}

#top .menu a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#top .menu a:hover {
	color:#C1E400;	
}

#content
{
	padding:10px 0;
}

#bottom
{
	background-image:url(../images/bottom_window.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:11px;
}

#bottom .text_container
{
	padding:5px 10px;
	
}

#bottom #left
{
	float:left;
	width:326px;
}

#bottom #right
{
	float:right;
	width:242px;
}

#bottom #middle
{
	float:left;
	width:262px;
	background-image:url(../images/window_center.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;

}

#bottom_secure div
{
	padding:50px 10px 0 10px;
}

#bottom_secure #left
{
	width:395px;
	height:72px;
	background:url(../images/bottom_secure_left.gif) no-repeat;
}

#bottom_secure #right
{
	float:right;
	width:395px;
	height:72px;
	background:url(../images/bottom_secure_right.jpg) no-repeat;
}

#bottom_secure .button
{
	background:url(../images/button/bottom_button_bg.jpg) repeat-x;
	padding:5px 10px;
	color:#FFFFFF;
	text-decoration:none;

}

#footer
{
	padding:0 10px;
	margin-bottom:50px;
	display:block;
	background-color:#FFFFFF;
}

input.text_field
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #000000;
	margin-bottom:5px;
	padding:1px;
}