@import url("framework.css");
@import url("majorStyles2008.css");


/* ============================*/
/* SECTION: 2 COLUMN LAYOUT */
/* ============================*/
#wrapper{
	background-image: url(../_img/bkg_pixel.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
#contentPrimary{
	position: relative;
	width: 955px;
	padding: 0px;
	background-repeat: no-repeat;
	margin: 0px;
}
#contentSecondary{
	position: relative;
	width: 955px;
}


.twoColLeft_left{
	width: 637px;
	position: relative;
}
.twoColLeft_right {
	width: 317px;
	position: absolute;
	left: 638px;
	top: 0px;
}


/* ============================*/
/* PAGE STYLE */
/* ============================*/
.contentBucket_01{
	margin-bottom: 15px;
}
.contentBucket_01 h2{
	background-image: url(../_img/bkg_sectionBucket.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	padding-left: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 5px;
	color: #FFFFFF;
}
.contentBucket_01 p{
	margin-left: 10px;
	font-size: 12px;
	margin-right: 15px;
}
.contentBucket_01 .borderLeft{
	border-left: solid 1px #000000;
}

/* ============================*/
/* PAGE STYLE */
/* ============================*/
body{
	background-image: url(../_img/pixel_blue.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul{
	list-style-position: outside;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
}
ol{
	list-style-position: outside;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
}
li{
	margin-bottom: 10px;
}
a:link,a:visited{
	color: #FFCC00;
	text-decoration: none;
}
a:focus,a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
}


#videoArea{
	color: #FFFFFF;
}
#videoTitle{
	margin-left: 15px;
}
#videoSpot{
	position: absolute;
	left: 400px;
	top: 80px;
}

