@import url("framework.css");
@import url("majorStyles2008.css");


/* ============================*/
/* SECTION: 2 COLUMN LAYOUT */
/* ============================*/
#wrapper{
	background-repeat: repeat;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../_img/bkg_2ColRight.jpg);
}
#contentPrimary{
	position: relative;
	width: 955px;
	padding: 0px;
	background-image: url(../forum/_img/feature_forum.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 99px;
}
#contentSecondary{
	position: relative;
	width: 955px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}



.twoColLeft_left{
	width: 299px;
	position: absolute;
	top: 35px;
	left: 0px;
}
.twoColLeft_right {
	width: 600px;
	position: relative;
	top: 0px;
	margin-left: 340px;
}


/* ============================*/
/* 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;
}
.contentBucket_01 p{
	margin-left: 10px;
	font-size: 12px;
	margin-right: 15px;
}
.contentBucket_01 .borderLeft{
	border-left: solid 1px #000000;
}
/* ============================*/
/* PAGE STYLE */
/* ============================*/
.contentBucket_02{
	margin-bottom: 15px;
}
.contentBucket_02 h2{
	background-image: url(../_img/bkg_sectionBucket_yellow.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: #333333;
}
.contentBucket_02 p{
	margin-left: 10px;
	font-size: 12px;
	margin-right: 15px;
}
.contentBucket_02 .borderLeft{
	border-left: solid 1px #000000;
}

#mainFeature{
	width: 540px;
	position: absolute;
	left: 40px;
	top: 35px;
}
#mainFeature h1{
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#mainFeature p{
	font-size: 12px;
	line-height: 16px;
}

#secondaryFeature{}

#breadCrumbs{
	width: 400px;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	left: 27px;
	top: 2px;
	color: #FFFFFF;
}
#breadCrumbs a:link,
#breadCrumbs a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#breadCrumbs a:focus,
#breadCrumbs a:hover{
	border-bottom: dotted 1px #FFFFFF;
}
/* ============================*/
/* PAGE STYLE */
/* ============================*/
body{
	background-image: url(../_img/pixel_blue.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	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;
}

