@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	height: 100%;
	overflow: scroll
	
	
}

.margin { margin-left: 20px; }

.tab { text-indent:40px }


img {
      border: 0;
}

a:link {
	color: #2E2EFE;
	}
a:visited {
	color: #A901DB;
	}
a:hover {
	color: #E9772A;
	text-decoration: none;
	}
a:active {
	color: #E9772A;
	}




#container {
	width: 958px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 100%;
	position: relative;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;

}
#banner {
	position: relative;
	width: 968px;
	height: 150px;
}

#menu {
	position: relative;
	height: 0px;
	width: 968px;
	background-color: #232323;
}

#welcome {
	position: relative;
	width: 948px;
	padding-left: 10px;
}

#center_column {
	padding-left: 10px;
	padding-right: 10px;
	width: 928px;
}

#left_column, #right_column {
	width: 948px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.clearfooter {
	height: 50px;
	clear: both;
}

#footer {
	height: 50px;
	position: relative;
}


#footercolor {
	color: #333333;
}
.contentcolor {
	color: #232323;
}
