 /* ----- Global properties declaration ----- */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, map, object, embed {  
	margin:0px; 
	padding:20px 0px 0px 0px; 
	border:0px; 
}

body {
	font-size:79.01%; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#271405;
	/*background:#271405 url(../images/bg_spacer.gif) top repeat-y;*/
	line-height:1.5em;
}

/* ----- Heading Properties ----- */
h1,h2,h3,h4,h5,h6 { 
	font-weight:bold;
	color:#017743;
}

h1, h2 { margin:0px 0px 10px 0px; }
h3, h4 { margin:0px 0px 5px 0px; }
h5 { margin:0px 0px 10px 0px; }
h6 { margin:0px 0px 5px 0px; }

h1 { font-size:1.6em; }
h2 { font-size:1.5em; }
h3 { font-size:1.4em; }
h4 { font-size:1.3em; }
h5 { font-size:1.1em; }
h6 { font-size:1.1em; }

/* ----- Table Properties ----- */
td { 
	vertical-align:top;
	line-height:1.4em; 
}

th {
	font-weight:bold;
	padding:3px 10px;
	background-color:#666;
	color:#fff;
	text-align:center;
}

em {
	font-weight:bold;
	line-height:1.4em;
	font-size:1em;
}

/* ----- Generic Links ----- */
#content_left a:link, #content_left a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:link, a:visited {
	color: #271405;
	text-decoration: underline;
}

a:hover { 
	color:#017743; 
	text-decoration: none;
}


/* ----- Text Elements ----- */
p {
	margin: 0px;
	line-height:1.4em;
}

.larger { font-size:1.2em; }
.large { font-size:1.1em; }
.small { font-size:0.9em; }
.smaller { font-size:0.8em; }

/* ----- Image ----- */
img {
	border:0px;
	vertical-align:bottom;
}

.no_border { border:0px; }

.bordered { border:1px solid #ccc; }

/* ----- Page Breakers ----- */
hr {
	height:1px;
	color:#ccc;
	background-color:#ccc;
	border:0px;
}


/* ----- Lists ----- */
ul, ol {
	margin:0px;
	padding:0px;
	list-style-position:inside;
}

ul { list-style-type:disc; }
ol { list-style-type:decimal; }

ul li, ol li { margin:0px; }

ul.inline {
	margin:0px;
	padding:0px;
}

ul.inline li {
	display:inline;
	margin:0px 5px 0px 0px;
}

/* ----- Positioning ----- */
.clear_both { clear:both;}
.float_left { float:left; }
.float_right { float:right; }
.align_left { text-align:left; }
.align_right { text-align:right; }
.align_center { text-align:center; }
.valign_top, tr.valign_top td { vertical-align:top; }
.valign_middle, tr.valign_middle td { vertical-align:middle; }
.valign_bottom, tr.valign_bottom td { vertical-align:bottom; }


/* ----- Contextual IDs / Selectors ----- */
#frame {
	margin:0px auto;
	width:800px;
}

#header {
	height:140px;
	padding-bottom:5px;
	border-bottom:3px solid #515151; 
}

#logo {
	padding:0px;
	vertical-align:top;
	text-align:center;
	width:214px;
	height:140px;
	float:left;
}

#flash{
	padding:0px;
	vertical-align:top;
	float:right;
}

#content {
	float:right;
	background:#ffffff;
	margin-top:5px;
	vertical-align:top;
	width:800px;
	height:500px;
	border:1px solid #ccc; 
}

html>body #content {
	height:auto;
	min-height:500px;
}

#content_left {
	/*float:left;*/
	margin:5px;	
	height:520px;
	width:204px;
	background:#D1D6D0;
}

html>body #content_left {	
	vertical-align:top;
	height:auto;
	min-height:520px;
}

#content_right {
	float:right;
	vertical-align:top;
	margin:0px 5px 10px 5px;
	width:566px;
	height:480px;
}

html>body #content_right {	
	vertical-align:top;
	height:auto;
	min-height:480px;
}

.nav_img {
	vertical-align:top;
	text-align:center;
	padding:10px 0px;
}

.nav_top {
	border-top:1px solid #ffffff; 
}

.nav_top, .nav {
	background:#AFAFAF;
	padding:6px;
	border-bottom:1px solid #ffffff; 
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}

#footer {
	width:782px;
	margin-top:10px;
	padding:8px;
	background:#017743;
	color:#ffffff;
	vertical-align:middle;
	text-align:center;
	border:1px solid #017743; 
	font-size:0.9em;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover { color:#271405; }
