/* Meyer Reset http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */


/* Layout */
.TableHeader .Container {
	height: 140px;
	background: url(../images/headerbg.jpg) top repeat-x;
}
.TableHeader .HeaderLeft {
	height: 140px;
	background: url(../images/header_left.jpg) top left no-repeat;
}
.TableHeader .HeaderRight {
	height: 140px;
	background: url(../images/header_right.jpg) top right no-repeat;
}
.Table {
	background: transparent;
	min-width: 700px;
	line-height: 1.5;
	margin: 0 auto;
}
.TableLeft,
.TableRight {
	padding-top: 10px;
}
.TableCenter {
	padding: 10px 5px 0 5px;
}
.TableLeft,
.TableRight {
	width: 200px;
	min-width: 200px;
}
.TableLeft {
	padding-right: 10px;
	background: url(../images/table_column_bg.gif) left repeat-y;
}
.TableLeft .Container {
	padding-left: 15px;
}
.TableRight {
	padding: 0 0 0 10px;
	background: url(../images/table_column_bg.gif) right repeat-y;
}
.TableRight .Container {
	padding-right: 15px;
	background:  url(../images/table_right_top.jpg) top right no-repeat;
}
.TableFooter {
	background: #F6E7A4;
	border-top: 2px solid #C0C1D6;
	color: #A99D65;
	text-align: center;
	font-size: 75%;
	padding: 10px 0;
}
.TableFooter a {
	color: #A99D65;
}
.TableFooter a:hover {
	color: black;
}
/* Functions */
.Clear {
	clear: both;
}
.Spacer {
	height: 60px;
}
/* General */
body {
	word-wrap: break-word;
	font-size: 90%;
	color: #3A2C2E;
	font-family: arial, sans-serif;
}
a {
	color: #025196;
}
a:hover {
	color: black;
}
.TableCenter ol, 
.TableCenter ul {
	margin-left: 35px;
	list-style: square !Important;
}
hr {
	height: 1px;
	border: 0; /* FF */
	background: #273446; /* FF */
	color: #273446; /* IE */
}