/*Main css*/
html,body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center
}
#wrap {
    margin-left: auto; 
    margin-right: auto;
	width:700px;
	background-color: #FFFFFF;
	text-align:left
    }
#top {
    margin-left: auto; 
    margin-right: auto;
	height:130px;
	background:url(images/blue_banner.jpg) no-repeat;
	padding-top:0px; color:#00bbe9; 
}
#top2 {
	margin-left: auto;
	margin-right: auto;
	height:277px;
	padding-top:0px;
	color:#00bbe9;
	background-image: url(images/blue_banner_big_02.jpg);
	background-repeat: no-repeat;
}
#middle {
	width:700px;
	background-image: url(images/blue_fill.jpg);
	font-size: 12pt;
	left: 18px;
}
#middletextA {
	width:325px;
	float:left;
	padding-left: 20px;
	margin-top: 30px;
}
#middletextB {
	width:325px;
	float:right;
	padding-right: 20px;
	margin-top: 30px;
}
#middletextcenter {
	width:660px;
	text-align: center;
	padding-top: 30px;
	padding-left: 20px;
}
#middletextleft {
	width:660px;
	text-align: left;
	padding-top: 30px;
	padding-left: 20px;
}
#middletablecenter {
	width:695px;
	text-align: center;
}
#nav {
	width:700px;
	background:url(images/blue_nav.jpg) no-repeat;
	text-align:center;
	height: 46px;
	vertical-align: middle;
}
#navtext {
	text-align:center;
	color:#00bbe9;
	/*	font-family: Euphemia;
*/	font-size: 18pt;
	word-spacing: .5em;
	height: 46px;
	vertical-align: middle;
	padding-top: 10px;
}
#footer {
	width:700px;
	background-image: url(images/blue_fill.jpg);
/*	font-family: Euphemia;
*/	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
}
#bottom {
	width:700px;
	height:25px;
	background:url(images/blue_bottom.jpg) no-repeat;
	
}
h1 {
	color: #0C0;
	font-weight: normal;
	font-size: 18pt;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
h2 {
	font-weight:bold;
	font-size: 12pt;
}
#blue_text {
	color: #0000FF;
}
#red_text {
	color: #FF0000;
}
#background_color {
	background-color: #0C0;

}

.imageframe
{
	border: 1px solid #666;
}
.imageframeright
{
	border: 1px solid #666;
	float:right;
	margin: 10px;
	padding: 0px;
}

.imageframecenter {
	border: 1px solid #666;
	margin: 10px;
	padding: 0px;
}
.imageframeleft
{
	border: 1px solid #666;
	float:left;
	margin: 10px;
	padding: 0px;
}
.clearboth {
	clear: right;
}
A:link {text-decoration: none}
A:visited {text-decoration: none; color:#00bbe9}
A:active {text-decoration: none}
A:hover {
	text-decoration: underline;
}

/*design-specific tweaks*/
/*#content { width:650px; padding-left:20px; }
#menu {
	padding-top:63px;
	padding-left:260px;
	font: a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}*/
/*#footer { padding-top:28px; padding-left:270px; color:#333333; }*/

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*extra pretties*/
/*#content a:link, #content a:visited, #content a:active, #content a:hover {
  color: #003333;
  text-decoration: underline;
}
h1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.8em;
}

h2 {
  color: #516376;
  font-weight: normal;
  font-size: 17px;
}

h3 {
  color: #516376;
  font-weight: bold;
  font-size: 15px;
}
*/
.strkeout {
	text-decoration: line-through;
}

