@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/decor.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;

}

#container {
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#down {
	width: 470px;
	position: relative;
	float:left;
	margin-bottom: 2px;
	margin-top: 2px;
}

.center {
	width: 434px;
	margin-left: auto;
	margin-right: auto;
}

/* Top */
#header {
	background: url(images/top.png);
	background-repeat: no-repeat;
	width: 835px;
	height: 138px;
	position: relative;
	float: left;
}

#logo {
	width: 317px;
	height: 125px;
	position: relative;
	float: left;
}

#topnav {
	width: 243px;
	position: relative;
	float: left;
	top: 15px;
	left: 235px;
	text-align: right;
}

/*links and video */

#linkVid {
	background: url(images/LinksVideo.png);
	background-repeat: no-repeat;
	width: 835px;
	height: 171px;
	position: relative;
	float: left;
}

#link {
	width: 242px;
	height:171px;
	position: relative;
	float: left;
	left: 70px;
}

#video {
	width: 471px;
	height: 168px;
	position: relative;
	float: left;
	left: 75px;
}
/* Content */

#content {
	background: url(images/content.png);
	background-repeat: repeat-y;
	width: 835px;
	position: relative;
	float: left;
}

#infoL {
	width: 237px;
	position: relative;
	float: left;
	left: 72px;
}

#bubble1 {
	background-image: url(images/infobox/bubbl1.jpg);
	width: 237px;
	height: 15px;
	position: relative;
	float: left;
}

#bubble2 {
	background-image: url(images/infobox/bubbl2.jpg);
	background-repeat: repeat-y;
	width: 237px;
	position: relative;
	float: left;
}

#bubble2in {
	width: 207px;
	color: #666666;
	font-size: 11px;
	position: relative;
	float: left;
	left: 15px;
}

#bubble3 {
	background-image: url(images/infobox/bubbl3.jpg);
	width: 237px;
	height: 15px;
	position: relative;
	float: left;
}


#infoR {
	width: 472px;
	position: relative;
	float: left;
	left: 78px;
}

/* footer */

#footer {
	background: url(images/footer.png);
	background-repeat: no-repeat;
	width: 835px;
	height: 75px;
	position: relative;
	float: left;
}

#footerLinks {
	width: 770px;
	position: relative;
	float: left;
	left: 45px;
}

.copyright {
	color: #FF9900;
	font-size: 10px;
}

.copyright a:link { 
	color: #666666;
}

.copyright a:visited { 
	color: #666666;
}

.copyright a:hover { 
	color: #666666;
	font-weight: bold;
}


/* Link colors */

a:link{
	color:#000099;

}
a:visited{
	color:#000099;
}

a:hover {
	color:#ff9900;
}


/* style colors */

.style1 {
	color: #013A81;
	font-weight: bold;
}

.style2 {
	color: #3399FF;
	font-weight: bold;
}


.style3 {
	color: #ff9900;
	font-size: 14px;
}

.style4 {
	font-size: 12px;
	color: #666666;
}

.style5 {
	font-size: 12px
}

.style6 {
	color: #013A81;
	font-weight: bold;
	font-size: 12px;
}

.style7 {
	color: #3399FF;
	font-weight: bold;
	font-size: 12px;
}

.style8 {
	font-size: 11px
}

.style9 {
	font-size: 11px;
	color: #666666;
}
