@charset "utf-8";
* {
	-moz-outline-width: 0;
}

body {
	margin:0px;
	padding:0px;
	border:0px;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#F1F0F0;
	background-position:-50px -40px;
}

#header {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	height:35px;
	background-image:url(/images/bg_top.png);
	background-repeat:no-repeat;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	background-image:url(/images/bg_middle.png);
	background-repeat:repeat-y;
}

	#menu {
		position:relative;
		left:9px;
		width:150px;
		height:400px;
	}
	
	#content {
		position:relative;	
		float:right;
		right:60px;
		width:350px;
		padding-top:70px;
	}
	
		
	#bottom_left_image {
		position:relative;	
		width:150px;
		height:175px;
		margin-top:-135px;
		margin-left:-180px;
		background-image:url(images/menu_bottom.jpg);
		background-repeat:no-repeat;
	}
	
	#right_column {
		position:relative;	
		float:right;
		right:20px;
		top:67px;
		width:160px;
	}	
	
	
#clear {
	clear:both;
}			


#footer {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	height:43px;
	background-image:url(/images/bg_bottom.png);
	background-repeat:no-repeat;
}

#footer img {
	border:0px;
}

/* Style for texts and content  */

img {
	border:0px;
	margin:0px;
	padding:0px;
}

* {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}

h1 {
	font-size:18px;
	color:#8F0000;
}

h2 {
	font-size:16px;
}

#menu a {
	display:block;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#6F6F6F;
	text-decoration:none;
	margin:0px 0px -10px 15px;
}

#menu a.selected {
	text-decoration:underline;
}

#menu a:visited {
}

#menu a:hover {
	color:#8F0000;
}

#content a {
	font-size:14px;
	font-weight:bold;
	color:#6F6F6F;
	text-decoration:none;
}

#content a:visited {
}

#content a:hover {
	color:#8F0000;
}

#content a.selected {
	color:#8F0000;
}

/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 

#header,#menu {display:none;} 
* {
	background-image:none !important;
	background:none !important;
	background-color:#FFFFFF !important;
}
img { display:none; }
body,html{margin:0px; border:0px;padding:0px; float:left;}
div#wrapper {
	margin:0px;
	padding:0px;
	border:0px;
	float: left !important;
	width: 85% !important;
	margin: 2% 2%;
}

}
