/* CSS STYLESHEET */

/* GENERAL */
body {
	font-family: Georgia;	font-size: 15px;
	margin-top: 10px;
}
a, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	color: #ff7f00;
	margin: 3px 0 5px 0;
}

h3 {
	font-size: 20px;
	font-family: Helvetica;
	margin: 10px 0 0 0;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	border-bottom: 1px solid #ffe4ce;
}
h5 {
	margin-bottom: 0;
	/*border-bottom: 1px solid #ffe4ce;*/
}
hr {
	border: solid orange;
	border-width: 0 0 1px 0;
	height: 1px;
}
p {
	margin-top: 5px;
}
/* END GENERAL */
/* HEADER */
#header {
	border: solid #ff6c00;
	border-width: 0 1px 1px 1px;
}
/* END HEADER */
/* RUNNER */
td.runner {
	background-image: url('images/dancing_figures.gif');
	background-repeat: repeat-x;
	border: solid #ff6c00;
	border-width: 1px 0;
}
/* END RUNNER */
/* MENU */
#menu {
	background-color: #ffd177;
	background-image: url('images/menu_background.gif');
	background-repeat: repeat-x;
	padding: 10px;
	border-left: 1px solid #ff6c00;
}
#menu table {
	font-family: verdana;
	font-size: 15px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	font-variant: small-caps
}
#menu a, #menu a:visited {
	color: brown;
	font-weight: bold;
}
#menu a:hover {
	color: #ff6c00;
	text-decoration: none;
}
/* END MENU */

/* CONTENT */
#content {
	padding: 10px;
	border: solid #ff6c00;
	border-width: 0px 1px;
	background-image: url('images/header_shadow.gif');
	background-repeat: repeat-x;
}
#index a, #index a:visited {
	color: #ff7f00;
	font-weight: bold;
	font-family: Verdana;
}
table.heading3 {
	border-bottom: 1px solid orange;
	margin-top: 20px;
}
table.heading3 a, table.heading3 a:visited {
	color: #ff7f00;
	font-size: 12px;
	font-family: Verdana;
}
table.heading3 td.backtotop {
	padding-bottom: 2px;
}
/* END CONTENT */

/* FOOTER */
#footer {
	background-color: #cc5e0a;
	border: 1px solid brown;
}
#footer div {
	font-size: 10px;
	font-weight: bold;
	color: white;
}
/* END FOOTER */

/* ---------------misc--------------*/

#light_text {
	color: #777777;
	}
	
#red_text {
color:#FF0000;
}