@charset "iso-8859-1";
/*Square Deal Web Design 2002*/
/*http://www.squaredealuk.com*/

/*Site wide basics*/
body
{
	background-color : #5A7998;
	color : #003366;
	margin : 0px;
}
p
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
}

li
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
}


h1,h2,h3,h4
{
   font-family : "Times New Roman", Times, serif;
   text-align : left;
}


h1
{
  color : #CC3300;
  background : transparent;
  font-size : x-large;
   font-style : italic;
}

h2
{
	color : #003366;
	background : transparent;
	font-size : large;
}

h3
{
	color : #003366;
	background : transparent;	
	font-size : medium;
}

.standout
{
	border : 1px dashed #336699;
	font-style : italic;
	color : #993300;
	background-color : #F0F8FF;
}

p.standout
{
	padding : 10px;
}

a:link
{
	text-decoration : underline;
	background-color : transparent;
	color : #CC3300;
}

a:hover
{
	text-decoration : none;
}

a:visited
{
	color : #CC9966;
	background : transparent;
}
img
{
	border : 0px;
	padding : 0px;
    margin : 0px;
}

img.inline
{
	display : block;
	border : 0px;
	padding-left : 10px;
	padding-right : 20px;
	padding-top : 10px;
	padding-bottom : 10px;
	float : left;
}

table
{
	border-collapse : collapse;
	border-spacing : 0px;	
}


/*Header*/
#header
{
	text-align : center;
	margin : 0px;
}

#header table
{
	width : 700px;
	border-collapse : collapse;
	border : 1px solid Black;
	padding : 0px;
}

#header td.logo
{
	text-align : left;
	padding : 0px;
	margin : 0px;
}

#header td.logo2
{
	text-align : left;
	padding : 0px;
	margin : 0px;
}

#header img
{
	padding : 0px;
	margin : 0px;
	border : 0px;
}


/*Main Body*/
#mainbody
{
	text-align : center;
	margin : 0px;
}

#mainbody table.main
{
	width : 700px;
	background : white;
	color : #003366;
	border : 1px solid Black;
	border-top : none;
}

#mainbody td.navcoltd
{
	width : 20%;
	border-right : 1px solid #336699;
}

#mainbody td.midcoltd
{
	width : 80%;
	padding : 20px;
}


/*Navigation*/
#navigation
{
	text-align : center
}

#navigation table
{
	margin-top : 20px;
	width : 100%;
}
#navigation td
{
	text-align : left;
	border-bottom : 1px solid #B0C4DE;
	padding : 3px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#navigation a:link
{
	color : #CC3300;
	background : transparent;
	font-weight : bold;
	text-decoration: none;
	font-style : normal;
}

#navigation a:hover
{
	color : #336699;
	background : transparent;
	font-weight : bold;
	text-decoration : none;
	font-style : italic;
}

#navigation a:visited
{
	color : #CC3300;
	background : transparent;
	font-weight : bold;
	text-decoration : none;
	font-style : normal;
}

#navigation a:visited:hover
{
	color : #336699;
	background : transparent;	
	font-weight : bold;
	text-decoration : none;
	font-style : italic;
}

/*footer*/
#footer
{
	text-align : center;
	margin : 0px;
}
#footer table
{
	width : 700px;
	border : 1px solid Black;
	border-top : none;
	padding : 0px;
	background-image : url(images/header_right.jpg);
	color : White;
}

#footer td
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : x-small;
}

#footer a:link
{
	text-decoration : none;
	background-color : transparent;
	color : #ffffff;
}

#footer a:hover
{
	text-decoration : underline;
	background-color : transparent;
	color : Lime;
}

#footer a:visited
{
	text-decoration : none;
	background-color : transparent;
	color : #ffffff;
}

#footer a:visited:hover
{
	text-decoration : underline;
	background-color : transparent;
	color : lime;
}


#form table
{
	width : 100%;
}

#form td
{
	text-align : left;
}

/*Other Formatting*/
table.logos
{
width : 90%;
align : center;
}

td.logos
{
align : center;
padding : 10px;
}







