﻿*
{
	font-family:Arial;
	font-size:10pt;
}

body 
{
	background-color:#f5f5f5;
	
}

h1
{
	color: red;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
		padding-left:20px;
}
p
{
	font-size: 10pt;
	text-align: left;
	color: #808080;
	padding-left:20px;
}
#header
{
	width: 742px;
	height: 250px;
	background-image: url(top-bg.png);
	background-repeat: no-repeat;
}
#content-wrap
{
	width: 742px;
	height: auto;
	background-image: url(bg.png);
	background-repeat: repeat-y;
}
#content
{
	width:700px;
	height:auto;
	background-color:#ffffff;
}
#bottom
{
	width:742px;
	height:22px;
	background-image: url(bg-bottom.png);
	background-repeat: no-repeat;
}

INPUT, TEXTAREA
{
	color:#333;
	font-size:12px;
	font-family:Verdana;
	background-color:#e5ebef;
	border: 1px solid #999;
	padding: 2px;
}












.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple 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(indentbg2.gif) center center repeat-x;
}

.menu
{
	vertical-align: top;
	border-right: #ccccff 1px solid;
	border-top: #ccccff 1px solid;
	border-left: #ccccff 1px solid;
	border-bottom: #ccccff 1px solid;
	background-color: #f8f6f7;
	empty-cells: show;
}
table { empty-cells:show; }

.menu h1
{
	padding-left: 0px;
	font-size: 18px;
	padding-top: 15px;
	color: red;
}

.menu h3
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top:5px;
	text-transform: capitalize;
	color: graytext;
	text-decoration: none;
	font-weight:bold;
	
}
.menu p
{
	padding-top:0px;
	margin-top:5px;
	padding-left:0px;
}
td
{
	vertical-align:top;
}