body {
	background-color: #d3d3d3;
	background-image: url(images/body_background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: auto;
}

p, body, td,  input, textarea, ul, li, ol, select, option {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

h1 {
	border-bottom-color : #666666;
	border-bottom-style : solid;
	border-bottom-width : thin;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-style : normal;
	font-weight : normal;
	line-height : 30px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
}

h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	line-height : 18px;
	border-bottom-color : #cc9900;
	border-bottom-style : dotted;
	border-bottom-width : thin;
	border-left-color : #cc9900;
	border-left-style : dotted;
	border-left-width : thin;
	border-right-color : #cc9900;
	border-right-style : dotted;
	border-right-width : thin;
	border-top-color : #cc9900;
	border-top-style : dotted;
	border-top-width : thin;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
}

.left, .left li {
	color: #ffffff;
}

a.left {
	color: #ffffff;
	text-decoration: underline;
}

a.left:hover {
	color: #ffffff;
	text-decoration: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006666;
	font-weight: bold;
}

.highlight {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

.highlight2 {
	color: #FF9900;
	font-weight: bold;
	font-size: 14px;
}

.subTitle {
	color: #FFFFFF;
	background: #000000;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

ul#navlist
{
	/*margin-left: 0;*/
	margin: 0 auto;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	margin: 1px;
}

#navlist a { 
	padding: 3px 10px; 
	font-weight: bold;
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #000; /*#036;*/
	text-decoration: none;
}

#navlist a:hover
{
	color: #000;
	background-color: #ffd430; /*#369;*/
	text-decoration: none;
}

.lilac a {
	background: #C8A2C8;
	color: #000000;
	padding: 6px;
	font-weight:bold;
	border: 1px solid silver;
	text-decoration: none;
}

.lilac a:hover {
	text-decoration: underline;
	background:silver;
	border: 1px solid #C8A2C8;
}