@charset "utf-8";
/* CSS Document */

body {
	background-color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}

img{
	border: none;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#title {
	color: #990000;
	font-size: 30px;
	font-weight: bold;
}

#subtitle {
	color: #808080;
	font-size: 16px;
	font-weight: bold;	
}

#method_link {
	font-size: 18px;
}

table, table tr, table td {
	text-align:left;
	vertical-align:top;
	padding:0px;
}

#mainContainer, #methodBG {
	background-color: #E6E6E6;
}

#mainContainer {
	border: 1px solid #000000;
	background-color: #E6E6E6;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#topBanner {
	width: 900px;
	height: 113px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

#contentContainer {
	min-height: 500px;
	margin-top: 10px;
}

#footer {
	background-color: #999999;
	font-size: 10px;
	color: #FFFFFF;
}