/** 
* Stylesheet for Finance Services LTD
* Fluid Edge Limited
*/

/* Reset all browser spacing defaults to 0 */

html table *
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #99aacc;
	font-size: 62.5%;
}

p
{
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 1.2em;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#wrapper
{
	background-color: #032548; 
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
	width: 800px;
}

#mast
{
	width: 100%; height: 120px;
}

#nav
{
	background: url('../images/nav_gradient.gif') repeat-x;
	width: 100%; height: 31px;
}

#nav table
{
	height: 31px;
}

#nav td
{
	text-align: center;
}

#nav td a
{
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.6em; 
	text-decoration: none;
}

#nav td a:visited
{
	color: #ffffff;
}
#nav td a:link
{
	color: #ffffff;
}
#nav td a:active
{
	color: #ffff00;
}
#nav td a:hover
{
	border-bottom: 1px solid #ffffff;
}

#content
{
	background-color: #032548;
	color: #ffffff;
	width: 100%; min-height: 300px; 
}

#content p
{
	padding: 10px;
}
#content ul
{
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 1.4em;
	padding-left: 30px;
	padding-right: 10px;
	list-style-style: circle;
}
#content ul li
{
	margin-top: 5px;
}
#content p .title
{
	color: red;
}
#content a
{
	color: #fec55a;
	text-decoration: none;
}
#content a:link
{
	color: #fec55a;
}
#content a:visited
{
	color: #fec55a;
}
#content a:hover
{
	border-bottom: 1px solid #fec55a;
}
.title
{
	color: #cccc99;
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 1.8em;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}


#footer
{
	background-color: #0b355f;
	border-top: 2px solid #3575b5;
	color: #cccccc;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 50px;
	text-align: center;
	width: 100%; min-height: 50px;
}

#footer a
{
	color: #fec55a;
	text-decoration: none;
}
#footer a:visited
{
	color: #fec55a;
}
#footer a:active
{
	color: #fec55a;
}
#footer a:link
{
	color: #fec55a;
}
#footer a:hover
{
	border-bottom: 1px solid #fec55a;
}

