/* CSS Document */

body {
	background-color:#FCEDCC;
	margin:0px;
}

p, td, div, th { font:11px Verdana, Arial, Helvetica, sans-serif;}
td { margin:0px; padding:0px;}
#logo {
	background-color:#3569A0;
	height:124px;
	width:343px
}
#logo img { margin-left:22px;}

#photo {
	background-color:#3569A0;
	background-image:url(../images/top.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:124px;
	width:417px;;
	vertical-align:top;
	text-align:right;
}
#photo img { margin:5px;}

#menu {
	height:26px;
	background-color:#263650;
	width:760px;
}
#menu img { margin-right: 15px;}

#main {
	width:760px;
	background-image:url(../images/background.gif);
	height:230px;
	border-bottom:solid 1px #F90;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:top;
}
#main2 {
	width:760px;
	background-image:url(../images/background.gif);
	height:150px;
	border-bottom:solid 1px #F90;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:top;
}

#main p {
	margin-right:20px;
	margin-left:20px;
}

.blueB {
	color:#3569A0;;
	font-weight:bold;
}

.photoRight {
	float:right;
	margin-left:10px;
}

.photoLeft {
	float:left;
	margin-right:10px;
}

a {
	color:#0033CC;
	text-decoration:none;
}
a:hover { text-decoration:underline; }

li {
	list-style-image:url(../images/ico.gif);
}

.note {
	font-size:10px;
	color:#3569A0;
}

.rates { border:solid 1px #3569A0;}
.rates td {
	padding:3px;
	background-color:#FCEDCC
}
th {
	background-color:#3569A0;
	color:#FFF;
	font-weight:bold
}