/* CSS Document */

body{
background:#103f5a;
font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: .9em;}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
padding:  0 25px 0 0;}

div#navigation {
	width: 150px;
	}

td#right{
border-right: solid black 1px;
	background: url(images/right.jpg) 0 0 no-repeat;
background-color: #ffffff;}

td#bottom{
	background: url(images/bottom.jpg) 0 0 no-repeat;
background-color: #ffffff;
	width: 760px;
	height: 38px;}


td#left{
border-left: solid black 1px;
	background: url(images/left.jpg) 0 0 no-repeat;
background-color: #ffffff;}

div#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding: 5px 0 0 22px; 
	COLOR: #1762af; 
	TEXT-DECORATION: none;}

div#navigation a:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif
		font-weight: bold;
 		COLOR: #063d75;
		TEXT-DECORATION: none;
}

A:link {
font-family: Verdana, Arial, Helvetica, sans-serif
	COLOR: #1762af;
	TEXT-DECORATION: underline;
	font-weight: bold;
	font-style: none;
	font-size: .9em;
}

A:visited {
	COLOR: #1762af; TEXT-DECORATION: underline;
	font-weight: bold;
	font-style: none;
	font-size: .9em;
	
}
A:hover {
	COLOR: #063d75; TEXT-DECORATION:none;
	font-weight: bold;
	font-style: none;
	font-size: .9em;
}



#text{
padding: 0 50px 0 150px;} 