@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccc99;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	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;
	font-family: Verdana, Geneva, sans-serif;
}
.headingtwo {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
	font-size: 24px;
}
.mainheading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
}
.main_con_heading2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-variant: normal;
}
.boxed_ws {
 	width: 480px;
 	padding: auto;
 	margin: 10px 1px 1px 8px;
  	border: 2px solid #666 ;
}
.boxed {
 	width: 210px;
 	padding: auto;
 	margin: 10px 1px 1px 8px;
  	border: 2px solid #666 ;
}
.flvpayer {
	margin: 10px 0px 0px 0px;
	textalign: center;
}
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	margin-left: 10px;
	background-color: #FFC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
	page-break-after: none;
}
.boxed_side {
	width: 200px;
	position: inherit;
	border: 1px solid #000000;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
/*
	tswnavbar.css	1.0.2
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

}
#tswcssbuttons {
	width: 180px ;
	text-align: center ;
	height: auto
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
#tswcssbuttons li a {
	color: #00F;
	background-color: #ff9;
	border: 0px outset #ff9;
	width: 180px;
	text-decoration: none;
	display: block;
}
#tswcssbuttons li a:hover {
	color: #ff00ff ;
	background-color: #ffff00 ;
}

.twoColFixLtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:FFF;
	text-align:center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #content {
	left: 0px;
	padding: 0px 10px  10px 20px;
	font-size: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#vidwrap{
	float:left;
	width:500px;
	vertical-align:text-top;
	
}
#menu_access{
	text-align: center;
	font-size: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
.oneColElsCtr #container {
	width: 800px;
	background: #CCF;
	margin: 16px auto auto auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; 
	background:#FFF;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
/* CSS Document */

	
