﻿body
{
	font-family: Verdana;
	font-size: 10pt;
	color: White;
	width: 1000px;
	margin: 0 auto; /* use this to center a div */
	padding: 10px;
}
/* Header Start */
#logo
{
	float: left;
	background: url('/images/visionsoft logo.gif') no-repeat;
	height: 97px;
	width: 174px;
}
#slogan
{
	float: left;
	background: url('/images/Slogan Header.gif');
	height: 97px;
	width: 826px;
}

#navigation
{
	padding: 55px 0px 0px 410px;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active
{
	text-decoration: none;
	color: White;
}
#navigation a:hover
{
	text-decoration: underline;
}
/* Header End */

ul li
{
	font-family: Verdana;
}
a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #DFB706;
}

a:hover
{
	text-decoration: underline;
}

.HandShake
{
	background: transparent url('/images/HandShake.gif') no-repeat scroll 650px 15px;
}
#PageHeading
{
	font-family: "Century Gothic";
	font-size: xx-large;
	border-bottom: none 1px #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #B6C2E7;
	border-bottom-style: solid;
	clip: rect(auto, 5px, auto, 5px);
	letter-spacing: .5em;
	padding: 0px 10px 0 10px;
	margin: 0px;
}

#Footer
{
	border-top: none 1px #FFFFFF;
	border-top-width: 1px;
	border-top-color: #B6C2E7;
	border-top-style: solid;
	font-size: smaller;
	text-align: center;
	height: 30px;
}
#ContentContainer
{
	display: block;
	background: #18254D url('/images/page_bg.jpg') repeat-x scroll 0 0;
	min-height: 600px;
}

h1
{
	border: 1px;
	margin: 4px;
	padding: 6px;
	font-size: small;
	background-color: #2E4594;
}

