body {
	
	color: #000;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 12px;
	line-height: 14px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #1C252F;
	font-size: 14px;
	line-height: 1.5em;
	}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 920px;
	margin: 0px auto 0;
}
/* These are the settings for the top navigation bar */
#rotate {
	height: 244px;
	

	padding-left: 0px;
}
#rotate2 {
	height: 244px;
	

	padding-left: 0px;
	}
#top {
	height: 25px;
	color: #FFFFFF;

	padding-left: 20px;
}


	

#navbar {
	height: 35px;
	color: #000000;
	padding-left: 65px;
}

/* The logo is the entire header image */
#logo {
	background: url(../images/logo.jpg) no-repeat left top;
	height: 124px;
	
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	margin-right: 0px;
	margin-left: 0px;
	background: url(../images/content-bg.jpg) repeat-y center;
	padding-right: 20px;
	padding-top: 0px;
	
}
#movieBox {
		   float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 58px;
	width: 840px;
	
}
		   
#outerWrapper #contentWrapper #content {
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 25px;
	width: 610px;
	
}
#content {
background-image: url(../images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
	
	}


#outerWrapper #contentWrapper #rightColumn {
	float: right;
	width: 245px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* This creates more spacing between lines in the content paragraphs */
#content p {
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 2px;
	letter-spacing: inherit;
}
h1 {
	color: #666633;
	font: bold 20px/130% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	background: url(../images/h1-bg.png) no-repeat center bottom;
	padding-bottom: 14px;
}
/* Commonly used to style section titles. */
h2 {
	color: #CC6600;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E6DF;*/
	padding-bottom: 0px;
	font: bold 18px Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
}
h3 {
	color: #999966;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E6DF;*/
	padding-bottom: 6px;
	font: bold normal 16px/16px Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
}
img {
	border:none;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
}

.bullet {
	background: url(../images/arrow.gif) no-repeat left top;
	display: block;
	padding-left: 15px;
	margin-top: 8px;
}
/* This extra layer simply allows the body tag to have the same darker color as the bottom of the footer so the color extends to the bottom of the browser window */
#background {
	background: #E9E6DF url(../images/body-fade-bg.jpg) repeat-x left top;
}

/* These are the optional content area box settings */
.widebox {
	border: 1px solid #E9E6DF;
	background-color: #F8F7F3;
	margin-bottom: 7px;
}

.widebox2 {
	border: 1px solid #000;
	background-color: #F8F7F3;
	margin-bottom: 7px;
	font-size: 12px;
}

#content .widebox p {
	padding:8px;
	margin:3px;
	line-height: 120%;
}
#content ul li {
	margin-bottom:10px;
}
/* This styles the headings in the right sidebar */

#rightColumn p {
		color: #000;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 12px;
	line-height: 14px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	font-size: 12px;
	line-height: 1.3em;
}

#rightColumn h3 {
	font: bold normal 14px/10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	letter-spacing: normal;
	background: url(../images/orangehd2.jpg) no-repeat left top;
	color: #000;
	padding-bottom: 6px;
}
/* This styles the dividing lines between items in the right sidebar if hr is used */
#rightColumn hr {
	background-color: #7079A4;
	color: #6F78A3;
	height: 1px;
	border: 0;
}
#rightColumn ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#rightColumn ul li {
	list-style: none;
	display: inline;
}
#rightColumn ul li a {
	display: block;
	padding: 4px 4px 4px 10px;
	border-bottom: 1px solid #E9E6DF;
}
#rightColumn ul li a:hover {
	text-decoration: none;
	background-color: #E9E6DF;
}
.sidebarlt {
	padding: 6px;
	border: 1px solid #E9E6DF;
	background-color: #F8F7F3;
}
.sidebardk {
	color: #000000;
	border: 1px solid #253141;
	padding: 6px;
	background-color: #ffd47d;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #900;
}
/* This styles footer section */
#footertop {
	background: #575b4c url(../images/footer-top-fade.jpg) repeat-x top;
}
#footer {
	margin: 0px auto 0;
	height: 100%;
	width: 920px;
	color: #FFF;
	background: url(../images/footer.jpg) no-repeat center top;
	padding-top: 30px;
}
#footer h4 {
	font: normal 22px/24px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin-bottom: 15px;
}
#footerlower {
	clear: both;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#footerlower p {
	margin:0px;
	padding:10px;
	color:#fff;
}
#footerlower a, #footerlower a:link, #footerlower a:visited, #footerlower a:active {
	color:#C9D3DE;
	font-weight: normal;
}
#footerlower a:hover {
	color: #FFF;
}
/* This is the left side of the footer feature area */
.foot-left {
	width:370px;
	height:35px;
	float:left;
	text-align:left;
	padding-left:20px;
	padding-top: 0px;
	padding-bottom: 10px;
}
/* This is the right side of the footer feature area */
.foot-right {
	width:490px;
	height:35px;
	float:right;
	text-align:left;
	padding: 0px 15px 10px 5px;
}
/* This provides padding away from the sidebar edges for sidebar paragraphs. */
.pad {
	padding-right: 10px;
	padding-left: 15px;
	clear: both;
	padding-top: 15px;
	margin: 0px;
}
/* This can be applied to images to position them left of the related content */
.float-left {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 12px;
	border: none;
}
/* This can be applied to images to position them right of the related content */
.float-right {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 12px;
	border: none;
}

/* ---------- These are the styles for the data detail table ---------- */

#detail {
	margin-top: 20px;
}
#detail h3 {
	margin: 8px 0px 0px;
	padding: 0px;	
}
#detail p {
	line-height:normal;	
}
#detail a {
	font-weight:bold;	
}
#detail td.uline {
	border-bottom:1px solid #ccc;	
}




img.border {
	padding: 1px;
	border: 1px solid #7B624E;
	background: #493C33;
}

img.border1 {
	padding: 4px;
	border: 1px solid #BCA28B;
	background: #DCD5C5;
}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 4px;
	border: 1px solid #000000;
	background: #FFFFFF;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 4px;
	border: 1px solid #000000;
	background: #FFFFFF;
}

img.aligncenter {
	margin: 0px auto;
	padding: 4px;
	border: 1px solid #BCA28B;
	/*background: #DCD5C5;*/
}
.callout {
	float: right;
	width: 195px;
	margin: 6px 6px 6px 6px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-style: italic;
}
.callout2 {
	float: left;
	width: 195px;
	margin: 6px 6px 6px 6px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-style: italic;
}
.quote {
	COLOR: #990000
}
.openingQuote {
	BACKGROUND-POSITION: left top; MARGIN-TOP: 30px; PADDING-LEFT: 40px; BACKGROUND-IMAGE: url(../images/quote1.jpg); MARGIN-BOTTOM: 30px; BACKGROUND-REPEAT: no-repeat
}
.closingQuote {
	PADDING-RIGHT: 35px; BACKGROUND-POSITION: right bottom; BACKGROUND-IMAGE: url(../images/quote2.jpg); BACKGROUND-REPEAT: no-repeat
}