body
{
	font-family: Arial;
}

a, a:link, a:visited
{
	color: Blue;
	text-decoration: none;
}

a:hover
{
	color: Purple;
}


#show
{
	margin-bottom: 2px;
	padding: 60px 197px 214px 62px;
	height: 255px;
	width:469px;
	background-image: url('/Assets/Images/Home.jpg');
}

#copyrightNotice
{
	margin-top: 30px;
	font-size: 8pt;
}


#container
{
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#servicesContent
{
	font-size: 8pt;
	line-height: 1.4em;
	text-align: center;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 60px;
	padding-bottom: 40px;
	width: 610px;
	height: 378px;
	background-image: url('/Assets/Images/Services.jpg');
}

#servicesContent h4
{
	font-size: 10pt;
}

#servicesContent ul
{
	text-align: center;
	margin-left: 10px;
	list-style-type: none;
}

#aboutJSPContent
{
	font-size: 9pt;
	line-height: 1.3em;
	text-align: justify;
	padding-left: 320px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 355px;
	height: 438px;
	background-image: url('/Assets/Images/AboutJSP.jpg');
}


#aboutJSPContent h4
{
	font-size: 10pt;
}

#aboutJSPContent ul
{
	text-align: center;
	margin-left: 10px;
	list-style-type: none;
}

#footer ul
{
	text-align: center;
	list-style: none;
	font-size: 10pt;
	width:700px;
	padding: 0;
	margin: 0 0 10px 0;
}

#footer li
{
	display: inline;
	padding: 0;
	margin: 0 10px 0 10px;
}

#footer li a, #footer li a:visited, #footer li a:link
{
	color: Black;
	text-decoration: none;
}
#footer li a:hover
{
	color: Blue;
	text-decoration: none;
}

/*IE workaround*/
/*All IE browsers*/
* html #footer li
{
	border-left: 1px solid black;
	padding: 0 0.8em 0 0.8em;
	margin: 0 0.8em 0 -0.8em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #footer
{
	height: 1%;
}

* html #footer li
{
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #footer li:first-child
{
	border-left: 0;
}