body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat;
	font-family: Garamond, Times New Roman, Serif;
	overflow-y: scroll;
	overflow-x: auto;
}

div {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.main {
	width: 860px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.logo1 {
	font-size: 56pt;
	color: #3399CC;
	text-align: center;
	background-image: url(images/bluefade.png);
	background-repeat: repeat;
	padding: 10px;
	height: 110px;
	width: 170px;
}

.logo2 {
	color: #06284D;
}

.roundedcornr_box { background-color: #D0D0E0; }
.roundedcornr_top div { background: url(images/corners/logo_rounded_tl.png) no-repeat top left; }
.roundedcornr_top { background: url(images/corners/logo_rounded_tr.png) no-repeat top right; }
.roundedcornr_bottom div { background: url(images/corners/logo_rounded_bl.png) no-repeat bottom left; }
.roundedcornr_bottom { background: url(images/corners/logo_rounded_br.png) no-repeat bottom right; }
.roundedcornr_top div, .roundedcornr_top, .roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content { 
	margin: 10px 0px;
	line-height: 50px;
}

.banner {
	font-size: 30pt;
	color: #ffffff;
	background-image: url(images/bluefade.png);
	background-repeat: repeat;
	height: 110px;
	width: 690px;
	text-align: center;
}

.picture {
	width: 100%;
	height: 250px;
}

.picture img {
	width: 100%;
	height: 100%;
}

.navigator {
	width: 100%;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	font-size: 12pt;
	font-weight: 700;
	background-image: url(images/bluefade.png);
	background-repeat: repeat;
}

.button {
	padding-left: 7px;
	padding-right: 8px;
}

.text {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	padding: 15px 20px;
	vertical-align: top;
	text-align: left;
	font-family: Calibri, Times New Roman, Arial, sans-serif;
	font-size: 16px;
}

.header {
	font-size: 39px;	
	font-weight: bold;
	font-variant: small-caps;
	position: relative;
}

.footer {
	width: 100%;
	height: 50px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	vertical-align: bottom;
	padding-bottom: 6px;
	text-align: center;
	font-family: Calibri, Times New Roman, Arial, sans-serif;
	font-size: 13px;
}

.footer img {
	margin-bottom: 4px;
}

.text a, .footer a {
	text-decoration: none;
	color: #006699;
}

.text a:hover, .footer a:hover {
	color: #cc6699;
}

a {
	text-decoration: none;
	color: #3399cc;
}

a:hover {
	color: #ff99cc;
}

.floatingnum {
	position: absolute;
	width: 255px;
	left: 550px;
	top: 0px;
	font-family: Calibri, Arial Narrow, QuickType Condensed sans-serif;
	font-size: 24px;	
	font-weight: bold;
	background: url(images/corners/floatingnum_tl.png) no-repeat top left;
	text-align: center;
}

.floatingnum img {
	width: 20px;
	height: 20px;
}

.floatingnum_top { background: url(images/corners/floatingnum_tr.png) no-repeat top right; }
.floatingnum_bottom { background: url(images/corners/floatingnum_bl.png) no-repeat bottom left; }
.floatingnum_bottom div { background: url(images/corners/floatingnum_br.png) no-repeat bottom right; }
.floatingnum_content { background: url(images/corners/floatingnum_r.png) top right repeat-y; }
.floatingnum_top div, .floatingnum_top, .floatingnum_bottom div, .floatingnum_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.floatingnum_content { padding: 0px 10px; }
