/* Page definitions */
html body {
	background: url(../images/background_blue.jpg) repeat-x #C9E9FF;
	margin: 0;
	padding-top: 10px;
	border: 0;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

}

address {
	font-style:normal; 
	font-size:smaller
}

img {
	border: 0;
}

h1 {
	color:#869BAA;
	font-size:larger;
	font-weight:bold;
}

a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;
}

a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #EAB719;
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;
}

 /* set background images for corners */
.rbroundbox { background-color:#FFFFFF; }
.rbtop div  { background: url(../images/inner_top_left_blue.gif) no-repeat top left; }
.rbtop      { background: url(../images/inner_top_right_blue.gif) no-repeat top right; }
.rbbot div  { background: url(../images/inner_bottom_left_blue.gif) no-repeat bottom left; }
.rbbot      { background: url(../images/inner_bottom_right_blue.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbroundbox { 
	width: 768px; 
	margin: auto; 
	
	
}


.cap {

float: left;
width: 42px;
margin-right:3px;
font-size: 62px;
line-height: 51px;
font-weight: normal;
color:#444444;
font-family:"Times New Roman", Times, serif;

}


table.footer {
	width:100%;
	background-color:#EAF7FF;
	border-top:#434E55 1px solid;
	border-bottom:#434E55 1px solid;
	margin:auto;
	margin-top:5px;
	padding:0;
}



#menubar {
	width:100%;
	background-color:#EAF7FF;
	border-top:#434E55 1px solid;
	border-bottom:#434E55 1px solid;
	margin:auto;
	margin-top:5px;
	padding:0;
}

#menubar ul {
	margin:0;
}


#menubar li {
	display:inline;
	color:#660000;
	margin-left:5px;
	margin-right:5px;
}

#menubar a {
	text-decoration:none;
	color:#434E55;
	font-weight:bold;
	padding:3px;
}

#menubar a:hover {
	background-color:#FFFDE9;
	text-decoration:none;
	color:#555343;
	border-top:#434E55 1px solid;
	border-bottom:#434E55 1px solid;
}






/* END Page definitions */