﻿body {
	margin:0px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	}
.header {
	padding:1px;
	margin:0;
	text-align:center;
	border: none;
	height: 185px;
	background-color:#FAEBD7;
	width:850px;
	}
.navigationMenu
{
    padding:0px;
	margin:0 0 0 0;
	text-align:center;
	color:#000;		
	float:inherit;
}
#maincol {
	position:relative;
	margin:0;
	padding:10px;	
	}
.container
{    
   margin-left: auto;
   margin-right:auto;
   width: 850px;
   border: 1px solid #000;
   
   height:auto;
   background-color: #FFEBCD;
   background-image:'flashImages/OmBg.jpg';
}
#leftcol {
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px; /* actual value */
	margin:0 0 0px 0;
	padding:0px;	
	z-index:100;
	border: none;
	height:auto;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px; /* actual value */
	margin:0 0 -100px 0;
	padding:0px;	
	z-index:99;
	border: none;
	height:auto;
	}
#centercol {
	position:relative;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#footer1 {
	position:relative;
	background:#7A2875;

	clear:both;
	text-align:center;
	color:#CCC;
	border: solid 1px;
	}
#footer {
		position:relative;
		top:10px;
		background:#7A2875;
		clear:left;
		margin:0 0 0px 0;
		text-align:center;
		color:#CCC;
		border: none;
}

.leftDiv, .rightDiv {
	width:99%;
	height:175px;
	border: solid 1px;
	margin:0 0 0 0;
	position: relative;
	float: left;
	text-align: center;
}
.spacer{
	clear: both;
	height: 1em;
}


#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}	



#marqueecontainer{
    position: relative;
    width: 90%; /*marquee width */
    height: 90%; /*marquee height */
    background-color: white;
    overflow: hidden;
    border: 1px solid orange;
    padding: 2px;
    padding-left: 4px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url('images/pinkbg.gif') top right no-repeat;
border-top: 1px solid #d3bdbe; /*top border style*/
border-bottom: 3px solid #ffa1a3; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url('images/pinkbgover.gif'); /*background image swap on hover*/
}

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
#ajaxticker1{
width: 150px;
height: 150px;
border: none;
padding: 0px;
background-color: #FEEEB8;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FEEEB8;
}

.someclass{
}