/* -------------------------------------------- BODY STRUCTURE -------------------------------------------- */
body {
	background: white;
	padding: 0px;
}

#horizon {
	background-color: transparent;
	position: absolute;
	left: 0px;
	width: 99%;
	/width: 100%;
	text-align: center;
	min-width: 800px; 
	//height: 100%;
	margin: 0px;
	padding-bottom: 20px;
}

#main_div {
	background: #C0E4DA;
	position: relative;
	text-align: left;
	width: 800px;
	min-height: 670px;
	//height: 670px;
	margin: 0px auto;
}

#logo {
	position: absolute;
	top: 10px;
	left: 200px;
	z-index: 20;
}

#header {
	position: absolute;
	top: 150px;
	left: 10px;
	z-index: 21;
}

#main_menu {
	position: absolute;
	left: 15px;
	top: 200px;
	width: 200px;
	z-index: 22;
}

#main_menu a {
	display: block;
	font-family: Georgia, times, serif;
	font-size: 19px;
	line-height: 25px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#main_menu a:hover {
	color: #FFF;
}

#main_menu a.selected {
	color: #000;
}

#main_content {
	position: relative;
	padding-top: 200px;
	margin-left: 220px;
	padding-bottom: 60px;
	/*border: 1px solid blue;*/
	width: 510px;
	z-index: 100;
		font-size: 11pt;
	line-height: 1.4em;
	color: #000;
	font-family: times new roman, georgia, serif;

}

#main_content img {
}

#footer {
	position: absolute;
	bottom: -60px;
	padding-bottom: 30px;
	left: 150px;
	width: 550px;
	font-family: verdana;
	font-size: 9px;
	text-align: center;
	z-index: 85;
}

#footer a {
	position: relative;
	z-index: 100;
}

#footer a:hover {
	color: #000;
}


/*--------------------------- corners ---------------------------*/
#tl {
	position: absolute; 
	top: 0px;
	left: 0px;
	z-index: 1;
}
#tr {
	position: absolute; 
	top: 0px;
	right: 0px;
	z-index: 2;
}
#l {
	position: absolute; 
	top: 320px;
	left: 0px;
	z-index: 5;
}
#bl {
	position: absolute; 
	bottom: 0px;
	/bottom: -1px;
	left: 0px;
	z-index: 3;
}
#br {
	position: absolute; 
	bottom: 0px;
	/bottom: -1px;
	right: 0px;
	z-index: 4;
}
/*--------------------------- end corners ---------------------------*/

/* ------------------------ UNIVERSAL OBJECT STUFF ---------------------------- */

form {
	margin: 0px;
}
	
a {
	cursor: pointer;
	text-decoration: none;
	color: #EE2724;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
}

a img {
	border: 0px;
}

.png {
	/visibility: hidden; 
}

p {
	margin: 0px;
	margin-bottom: 8px;
}


/* ------------------------- FONT STYLES ----------------------------- */

.headline {
	font-family: Times New Roman, times, georgia;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	display: block;
	letter-spacing: .1em;
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.4em;
	text-transform: uppercase;
}

.headline_small {
	font-family: Times New Roman, times, georgia;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	display: block;
	letter-spacing: .1em;
	margin: 0;
	margin-bottom: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
}


.subhead {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	display: block;
	margin: 0;
	margin-bottom: 7px;
}

li {
	margin: 0px;
	line-height: 1.3em;
}

ul, ol {
	margin-bottom: 15px;
}

p {
	margin:0px;
	margin-bottom: 15px;
	$standard_font
}

.paging {
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	color: #555;
}

.paging img{
	margin-left: 2px;
	margin-right: 2px;
}

/* ---------------------------------------- OBJECTS  ---------------------------------------- */
table#ailments td {
	font-size: 8pt;
	line-height: 1.1em;
	vertical-align: top;
}

