@charset "utf-8";

body {
	margin:10px;
	background-image:url(../imgs/bg.jpg);
	background-repeat:repeat;
	font-family:Calibri, Arial, sans-serif;
	text-align:center;
}
/* Page Master - container for the whole page */
#PageMaster {
	width:850px;
	
	text-align:center;
	border:#A7993A 1px solid;
	background-color:#E9E3BE;
}

/* Default styles */
table{
	border:none;
}
td {
	text-align:left;
	vertical-align:top;
}
a, a.link, a.visited, a.active {
	text-decoration:none;
	color:#141A87;
}
a:hover {
	text-decoration:underline;
	color:#141A87;
}
a img {
	border:none;
}
/* Headings */
h1 {
	font-size:1.8em;
	font-family:Cambria, Times, sans-serif;
	font-weight:bold;
	color:#000000;
}
h2 {
	font-size:1.5em;
	font-family:Cambria, Times, sans-serif;
	font-weight:bold;
	color:#0D1158;
}
h3 {
}

/* Cell Classes */
table.HeaderTable {
	width:100%;
}
td.LeftCell {
	background-color:#CCBE70;
	width:15px;
}
td.TitleCell {
	background-color:#CCBE70;
	padding:5px 10px 0px 0px;
}
td.NavCell {
	height:25px;
}

/* Classes */
.Contact {
	position:relative;
	left:55px;
	top:0px;
	
	border:#A7993A 1px solid;
	background-color:#CCBE70;
	padding:5px 10px 10px 10px;
	width:225px;
}
.BodyCell {
}
.RightCell {
	padding:0px;
}
.copywright {
	padding-top:20px;
	padding-bottom:5px;
	
	text-align:center;
	font-size:0.8em;
}
.MobileOnly {
	display:none;
}
