@charset "utf-8";
/* CSS Document */

body  {
	margin: 0 auto;
	min-width: 1348px;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

table  {
	border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	background-color: #FFFFFF;
	border-collapse: collapse
}

li  {
	font-family: arial
}

h2  {
	font-family: arial;
	color: #0072bc;
	font-style: italic
}

h2 a {
	text-decoration: none;
	color: #0072bc 
}

h2 a:hover  {
	color: grey 
}

h3  {
	color: #0072bc;
	font-family: arial;
	margin: 0
	
}

.header  {
	background-image: url(images/header_tile.png);
	background-repeat: repeat-x;
	height: 150px;
	text-align: center;
	margin: 0px
}

.menu a  {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0
}

.menu a:hover  {
	color: #0F0
}

.menubar  {
	background-color: #636363
}

.menu li  {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	padding: 20px;
	color: #FFFFFF
}

.article_header  {
	margin-right: 15px
}

.preview_para  {
	font-family: arial;
	font-size: 14px;
	padding: 0px;
	margin-right: 15px;
	text-align: left
}

.footer  {
	background-color: #003;
	color: white
}

.footer p a  {
	text-decoration: none;
	color: white
}

.footer p a:hover  {
	color: #0F0
}

.footer_pink  {
	background-color: #C1006C;
	color: white
}




	

