
/* Code for making a full height layout */
* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
/* fixes IE6 */
* html #container {
	height: 100%;
}
#container {
	min-height: 100%;
}
/* end full height layout code */

body {
	background-color:#E4DEDB;
	color:#231f20;
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
}

div, table, tr, th, td, form, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
	position: relative; /* fixes issue in IE6 when headers some times disappear */
}

/* header styles */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	color:#fff;
	font-size: 150%;
}
h2 {
	color:#680121;
	font-size: 140%;
}
h3 {
	color:#5F6145;
	font-size: 130%;
}
h4 {
	color:#fff;
	font-size: 120%;
}
h5 {
	color:#680121;
	font-size: 110%;
	
}
#content_inside h5{
	margin-top:20px;
}
h6 {
	color:#5F6145;
	font-size: 100%;
}


/* a styles */

a {
	color:#680121;
	text-decoration: none;
}
a:hover {
	color: #680121;
}

a:focus {
	font-weight:bold;
}
a:active {
	text-decoration: underline;
}
a:visited {
	color: #5F6145;
}


/* p styles */

p {
	margin: 10px 0 10px 0;
}

/* hr styles */

hr {
	border:none;
	border-bottom:3px solid #A2737B;
	margin: 5px 0 20px 0;
	margin-left:-41px;
}
#content_inside hr{
	width:960px;
}

/* list styles */

ul, ol {
	margin: 0px;
	padding: 5px 5px 5px 10px;
}
li {
	margin: 5px;
}
/*----------*/
/* tiny mce */
/*----------*/

/* tiny mce color styles */

tr#greyrow {
	background-color: #8ECADA;
}
.tablestyle_grey thead, 
.tablestyle_grey tfoot {
	background-color: #494949;
}
.picturetable td, 
.greyrow {
	background-color: #C6BEBD;
}
.tablestyle_grey, 
.tablestyle_grey td {
	border: 1px solid #9B9A98;
}
.tablestyle_grey thead td{
	border: 1px solid #F3E6D5;
}
.tablestyle_grey thead, 
.tablestyle_grey tfoot {
	color: #B68A63;
}

/* tiny mce font styles */

.tablestyle_grey thead {
	font-size: 130%;
	font-weight: bold;
}
.tablestyle_grey tfoot {
	font-size: 90%;
	font-weight: bold;
}
.picturetable {
	font-size: smaller;
}
.picturetable td {
	font-style: italic;
}

/* tiny mce other styles */

.tablestyle_grey {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.tablestyle_grey td {
	padding: 2px 5px 2px 5px;
}
.tablestyle_grey thead td, .tablestyle_grey tfoot td {
	margin: 0;
	padding: 3px;
}
.tablestyle_grey table td, .picturetable{
	border: 0;
}
.picturetable td {
	margin: 3px;
	padding: 3px;
	text-align: center;
}

