
/*******************
* Element Defaults *
********************/

body
{
	font: normal 12px Arial, sans-serif;
	color: black;
}

img
{
	border: none;	
}

h1
{
	font: normal 18px Arial, sans-serif;
	color: #17AC99;	
	margin: 10px 0px 10px 0px;
}

h2
{
	font: bold 15px arial, sans-serif;
	color: #1C4970;
	margin: 10px 0px 10px 0px;
}

h3
{
	font: normal 14px Arial, sans-serif;
	color: #17AC99;	
	margin: 5px 0px 5px 0px;
}

h4
{
	font: bold italic underline 14px Arial, sans-serif;
	color: #1C4970;
	margin: 5px 0px 5px 0px;	
}

p
{
	font: normal 14px Arial, sans-serif;
	color: #17AC99;	
	margin: 5px 0px 5px 0px;	
}

hr
{
	clear: right;
	background: none;
	height: 1px;
	border-top: none;
	border-bottom: 1px dotted #17AC99;
}

td
{
	vertical-align: top;
}

strong
{
	color: #1C4970;
}


a:link, a:visited
{
	color: #1C4970;
	text-decoration: none;
}

a:hover
{
	color: #17AC99;
}

/******
* IDs *
******/

#wrap
{
	background: white;
	text-align: left;
	margin: 20px 100px 20px 20px;;
}

#logo
{
	margin-bottom: 10px;
}

#page
{
	margin-left:25px;
	padding-top: 10px;
}

#navigation
{
	display: none;	
}

#footer
{
	margin-top: 50px;
	border-top: 1px solid #ccc;	
}