﻿body
{
	margin: 0 0 0 0;
	font-family: Verdana;
	font-size:12px;	
	color:#213967;
}

a
{
	color:#213967;
}

a:hover
{
	color:#b71783;
}

.backgroundClass
{
	width: 100%;
	height: 100%;
}

.leftBackground
{
	background: url(../images/leftBackground.jpg) #fff top left repeat-y;
	width: 180px;
}

.rightBackground
{
	background: url(../images/rightBackground.jpg) #fff top left repeat-y;
	width: 180px;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 2;
	width: 900px;	
}

#nav-menu li
{
	float: left;
	margin: 0 0.15em 0 0;
	font-family: Verdana;
	font-weight: Bold;
	font-size: 14px;
}

#nav-menu li a
{
	background: url(../images/btnBackground1.gif) #fff bottom left repeat-x;
	height: 3em;
	line-height: 4em;
	float: left;
	width: 12em;
	display: block; /*border: 0.1em solid #213967;*/
	/*color: #322215;*/
	text-decoration: none;
	text-align: center;
	color:#FFFFFF	;
}

#nav-menu li a:hover
{
	background: url(../images/btnBackground2.gif) #fff bottom left repeat-x;
	height: 3em;
	line-height: 4em;
	float: left;
	width: 12em;
	display: block; /*border: 0.1em solid #322215;*/
	/*color: #322215;*/
	text-decoration: none;
	text-align: center;
	color:#FFFFFF;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none;
}
/* End hide */

#nav-menu
{
	width: 100%;
	vertical-align:middle;			
}

.footer
{
	background: url(../images/footerBackground.gif) #fff bottom left repeat-x;
	color:White;
	font-size:9px;
	text-align:center;		
}

.footer a
{
	color:White;
	text-decoration:none;	
}

.footer a:hover
{
	text-decoration: underline;
}

p
{
	text-align:justify;
}