
body {  font-family: Arial, Verdana, sans-serif;
		text-align: justify;
		font-size: 13px;
}

.body_bg {
		background: #fefefe;
		margin: 20px;
		background-image: url(images/body_bg.jpg);
		background-repeat: repeat-x;	
}

#container {	width: 850px;
				font-family: Arial, Verdana, sans-serif;
				text-align: justify;
				font-size: 13px;
				position: relative;
				left: 50%;
				margin-left: -425px;
				border: 2px solid #666666;
}

#header {	height: 150px;
			width: 850px;
			margin: 0;
			border-bottom: 2px solid #666666;
}

#topcolumn {	width: 100%;
				height: 55px;
				padding: 0px 0px 0px 0px;
				border-bottom: 2px solid #666;
				background-color: #e6e6e6;
				text-align:center;
}

#topcolumn ul {	margin: 0;
                padding: 0;
                text-align: center;            
}

#topcolumn li {	list-style:none;
				display:inline;		
}

h1 {	color: #0055fa;
		font-size: 20px;
		font-family: Tahoma;
}

h2 {	color: #333;
		font-size: 14px;
}

h3 {	background-color: #d5edb3;
		color: #0066FF;
		font-weight: bold;
		margin: 15px 15px 10px 10px;
		padding: 10px;
}

.nolist {	list-style-type: none;
}

.link { 	text-decoration: none;
			color: #333;
			font-weight: bold;
			font-size: 14px;
}

h5 {	background-color: #f4ffe4;
		color: #666666;
		margin: 15px 15px 10px 10px;
		padding: 10px;
}

.img {	border: 2px solid #666;
		margin: 0 5px 5px 5px;
}

.img2 {	border: 2px solid #666;
		margin: 5px 5px 5px 35px;
}

.img3 {	border: 2px solid #666;
		margin: 5px 5px 5px 45px;
}

#rightimage {	float: right;
				margin: 15px;
				border: 1px solid #666; 
}

.content {	font-size: .9em;
			padding: 10px;
			margin: 6px 0px 0px 6px;  
}

.nav li { 	list-style-type: none;
			display: inline;
			text-align: center;
			margin: 0;
			padding: 0;
}

.button { 	border: 2px inset #cccccc;
			width: 130px;
			padding: 3px;
			color: #000;
			background-color: #999;
			font-family: Arial, Verdana, sans-serif;
			font-size: 13px;
			font-weight: bold;
			text-align: center;
			text-decoration: none;
}

a.button:link { 	color: #333;
}

a.button:visited { 	color: #333;
}

a.button:hover { 	color: #0055fa; 
					border: 2px outset #cccccc;
}

.footer {	padding: 6px;
			background-color: #e6e6e6;
			margin: 0px;
			color: #000;
			font-size: 10px;
			font-style: italic;
			text-align: center;
			border-top: 2px double #666;
}

