* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}

html, body {
	height: 100%;
}

body {
	background: #cec5b8;
	text-align: justify;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1 {
	letter-spacing: 1px;
	font-size: 135%;
	font-weight: normal;
}

h2 { font-size: 175%; 
	text-align: center;
}

h3 {
	letter-spacing: 1px;
	font-size: 100%;
	font-style: italic;
	text-align: center;
}

/* Page */

#page {
	width: 900px;
	/*height: 100%;*/
	min-height: 50%;
	margin: 0 auto;
	margin-top: 10px;
	background: url('images/red_mid.jpg') repeat-y center;
	font-color: #FFFFFF;
}

body #page {
	height: auto;
}

#col-one {
	float: left;
	width: 800px;
	padding-left: 50px;
	padding-right: 50px;
}

#row-top {
	float: right;
	width: 900;
}

#row-mid {
    float: right;
}

#contenttitle { 
	color : #7a7aad; 
	text-align : left; 
	font-family : Geneva, Helvetica, Arial, sans-serif; 
	font-weight : bolder; 
	background : transparent; 
	font-size : 22px; 
}


/* Vertical Menu */

#menu {
	padding: 10px;
/*	border-bottom: 1px solid #FFFFFF;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#menu ul li {
	margin: 0;
	padding-left: 5px;
	padding-bottom: 15px;
	text-align: left;
/*	background: url('images/img09.gif') repeat-x left top; */
}

#menu li.first {
	background: none;
}


#menu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 125%; 
	
}

#menu a:hover {
	text-decoration: underline;
}

#menu p {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 75%; 
}

#menu p:hover {
	text-decoration: underline;
}

/* Horizontal Menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 900px;              /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;                /*width of menu*/
border: 2px solid #2D437E; /*dark blue border*/
border-width: 2px 0;
background: black url(images/indentb.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white;                    /*text color*/
padding: 5px 22px;
text-decoration: none;
border-right: 2px solid #2D437E; /*dark blue divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important;                                /*text color of selected and active item*/
padding-top: 6px;                                       /*shift text down 1px for selected and active item*/
padding-bottom: 4px;                                    /*shift text down 1px for selected and active item*/
background: black url(images/indentb2.png) center center repeat-x;
}


/* Footer */

#footer {
	background: #336666;
	border-top: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

#footer p {
	margin: 0;
	padding-bottom: 2px;
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #004A84;
}

