/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */
p 	 {
	margin: 0 0 0.75em;
}



body,td,th {
	font-family: Georgia, Times, "Times New Roman", serif;
	letter-spacing: 1px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
}




/*
----------------------------------------------------------------
	LINKS
---------------------------------------------------------------- */
a:link   {
	color: #999999;
	text-decoration: none;
	}

a:visited  {
	color: #999999;
	text-decoration: none;	
	}

a:hover {
	text-decoration: underline;
	color: #999999;
	}
	

/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */
.clearfix {
clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}




/*
----------------------------------------------------------------
	H E A D E R S
---------------------------------------------------------------- */
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.75em;
	margin-top: .25em;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.25em;
}

/*
----------------------------------------------------------------
	C O N T A I N E R S
---------------------------------------------------------------- */
#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#content {
	height: 100px;
	background-image: url(../../images/bkd.png);
	background-repeat: repeat-x;
}
#main_content {
	padding: 40px 40px 40px 50px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.col1 {
}


html #content {
	min-height: 500px;
}

#footer {
	background-image: url(../../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-color: #535353;
	padding: 10px 15px;
	height: 35px;
	color: #999999;
}
.col1 {
	width: 100%;
	float: left;
	padding-right: 20px;
}
.left {
	width: 100%;
	float: left;
	padding-right: 20px;
}

#main_content a {
	color: #00164F;
	font-weight: bold;
}
.right {
	float: right;
}
.col2 {
	padding-left: 0px;
	text-align: right;
}
#copyright {
	font-size: 10px;
	padding-top: 5px;
}
#main_content #text {
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 20px;
}
