﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	height: 100%;
	background-image: url("images/bg2.jpg");
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #c0c0c0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	padding: 0px 0px 0px 0px;
	color: #454545;
	font-weight:normal;
}

li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.25em;
	padding: 0px 10px 0px 10px;
	color: #454545;
	font-weight:normal;
}

ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.25em;
	padding: 0px 10px 0px 10px;
	color: #454545;
	font-weight:normal;
}




a:visited{
	color: #000080;
	line-height: 1.10em;
	padding:  0px;
	text-decoration: underline;
}

a:link{
	color: #000080;
	line-height: 1.10em;
	padding:  0px;
	text-decoration: underline;
}

a:hover{
	color: #8c97ab;
	text-decoration: none;
}

.title{
	font-size: 15px;
	line-height: 1.25em;
	font-weight:bold;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#body{
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	width:940px;
	height: auto; 
	overflow: auto;
	border:1px solid #000000;
	background-position: top center;
	background-repeat: repeat;
	margin: 0 auto ;
	margin-top: 40px;
	text-align: left;

	}
	
	
#linebreak{
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	width:940px;
	height: 1px;

	}
	
#leftcolumn{
	margin: 40px 40px 40px 80px;
	width:460px;
	float:left;

}

#rightcolumn{
	margin: 40px 40px 40px 20px;
	width:280px;
	float:left;

}

#footer{
	padding: 0px 0px 0px 0px;
	width:940px;
	height:30px;
	margin: 0 auto ;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	
	}


#footerleft{
	padding: 0px 0px 0px 0px;
	width:470px;
	margin: 0 auto ;
	text-align: left;
	float:left;
	}

#footerright{
	padding: 0px 0px 0px 0px;
	width:470px;
	margin: 0 auto ;
	text-align: right;
	float:right;
		}
	


