@charset "UTF-8";

/* Global Elements */

* { padding: 0; margin: 0; }

html { background: url(images/site/background-main.jpg) center top repeat-x #0072bc; }

body {
	display: table;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000;
}

h1 { font-weight: bold; color: #ed1c24; font-size: 41px; }

h2 { font-weight: bold; font-size: 26px; }

img { border: none; }

/* Container */

#main { text-align: center; }

/* Link Styles */

a:link, a:visited { text-decoration: none;	color: #ed1c24; }

a:hover, a:active { text-decoration: underline;	color: #ed1c24; }

a.body:link, a.body:visited {
	text-decoration: underline;
	color: #0072bc;
	font-weight: bold;
}

a.body:hover, a.body:active {
	text-decoration: underline;
	color: #219ae8;
	font-weight: bold;
}

a.contact:link, a.contact:visited {
	text-decoration: underline;
	color: #ed1c24;
	font-weight: bold;
}

a.contact:hover, a.contact:active {
	text-decoration: none;
	color: #ed1c24;
	font-weight: bold;
}