@charset "UTF-8";

/* Body */


body {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 16px;
	background-image:url(img/background_r1_c1.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0px;
	padding: 0;
	color: #000;
	
}

a img {
	border: none;	
}



/* Main Container */

#contentBox {
	
	margin: 0 auto;
	width: 900px;

}



/* Navigation Container */

#navigation {
	width: 880px;
	height: 30px;
	padding: 0 0 0 0;
	text-align: right;
	
}



/* Content Container */

#leftcontent {
	width: 226px;
	padding: 5px;
	float: left;
	text-align: center;

}

/* Content Container */

#rightcontent {
	width: 614px;
	padding: 20px;
	float: left;

}



/* Footer Container*/


#footer {
	clear: both;
	width: 880px;
	font-size: 11px;
	line-height: 16px;
	padding: 5px;
}
	
	

/* Common Elements */


p {
	padding: 0px 0px 0px 0px;

}

h1 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	margin: 0px 40px 0 0px;
	
}

h2 {
	font-size: 14px;
	color: #6b0042;
	font-weight: bold;
	margin: 0px 0 0 0px;
	
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0 0 0px;
	
}


a {
	color: #3044B5;
	text-decoration: none;
		
}

a:hover {
	text-decoration: none;
}	

a:visited {
	color: #3044B5;
}	


img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;	
}

img.left {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 10px;	
}
