@charset "utf-8";

/********************/
/* Print Stylesheet */
/********************/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {    
    margin:0;   
    padding:0;   
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



/* Styles for Header and Search */
#Header {
	background-image: url(../images/layout/header2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 115px;
	width: 930px;
	padding-left: 30px;
	padding-top: 10px;
}
#SearchBox {
	font-size: 11px;
	color: #dddddd;
	float: right;
	margin-right: 25px;
	margin-top: 50px;
	display: none;
}
#SearchBox a {
	color: #dddddd;
	text-decoration: none;
}
#SearchBox a:hover,#SearchBox a:active {
	text-decoration: underline;
}
.SearchBox {
	font-size: 13px;
	color: #dddddd;
	background-image: url(../images/layout/searchbox.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 151px;
	margin-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.SubmitSearch {
	background-image: url(../images/layout/go.jpg);
	height: 26px;
	width: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Navigation styles, shadow below navigation for all broswers except IE6 */
#Navigation {
	background-repeat: repeat-x;
	height: 30px;
	width: 960px;
	display: none;
}
#Breadcrumbs {
	float: left;
	width: 486px;
	margin-top: 15px;
	margin-left: 20px;
	display: none;
}
#MainContent a {
	text-decoration: none;
	font-weight: bold;
}
#MainContent a:hover, #MainContent a:active {
	text-decoration: underline;
}

/* Footer Styles */
#FooterWrapper {
	background-repeat: repeat-x;
	width: 100%;
	background-position: top;
}
#FooterShadow {
	width: 100%;
	height: 140px;
}
#Footer {
	height: 115px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#Footer h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
#Footer h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#FooterRight {
	float: right;
	text-align: right;
	font-size: 11px;
	line-height: 20px;
}
#FooterRight a {
	color: #f0d474;
	text-decoration: none;
}
#FooterRight a:hover, #FooterRight a:active {
	text-decoration: underline;
}


/* Left Column Styles */
#LeftColumn {
	width: 209px;
	margin-top: 10px;
	float: left;
	padding-bottom: 40px;
	display: none;
}
#LeftColumn h1 {
	font-size: 17px;
	font-weight: normal;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 30px;
	letter-spacing: 1px;
	display: block;
}
#LeftColumn p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 15px;
	padding-top: 7px;
}
#LeftColumn ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
#LeftColumn li {
	margin-left: 25px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	margin-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.AudioDivider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
}


/* Right Column Styles */
#RightColumn {
	float: right;
	width: 172px;
	padding-right: 25px;
	margin-top: 30px;
	margin-bottom: 40px;
	display: none;
}


/* Center Column Styles */
#CenterColumn {
	float: left;
	margin-top: 30px;
	margin-bottom: 40px;
}
#CenterColumn p {
	margin-bottom: 10px;
}
#CenterColumn ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#CenterColumn li {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 25px;
}

.NewsImage {
	padding: 3px;
	border: 1px solid #bdbdbd;
}
#RightColumn p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#RightColumn  h1, #CenterColumn h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
#RightColumn  h2, #CenterColumn h2 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
}
#RightColumn  h3, #CenterColumn h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
#RightColumn  h4, #CenterColumn h4 {
	font-size: 14px;
	margin-bottom: 5px;
}


/* Additional Classes */
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}
.more {
	font-size: 13px;
	text-align: right;
}

