body{
	font-family:Verdana,sans-serif;
	font-size : 0.7em;
	color : #333;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background : #CDDDEB;
	line-height : 1.5em;
	margin : 0;
}


/*
 * 	font-family : verdana, arial, tahoma, sans-serif;
*/
p {
	margin : 0 0 5px 0;
}
.ltblue{
	padding : 30px;
	background : #CDDDEB;
}
p.text{
	margin : 30px;
}
p.textsm{
	margin : 10px;
}
p.textsmall{
	margin : 30px;
	font-size : .7em;
}
p.hpic{
	font-size : 3em;
	/*font-weight: strong;*/
	background: transparent url("images/LaserribHH.png") repeat-x scroll 0;/* -60px;*/
	color : #000099;/* #213C54;*/
	text-align : center;
	line-height : 3.4em;
	/*margin-top : 0.5em;*/
	/*margin-bottom : 0.2em;*/
}
p.wxpic{
	font-size : 3em;
	/*font-weight: strong;*/
	background: transparent url("wx.png");/* repeat-x scroll 0;/* -60px;*/
	color : #000099;/* #213C54;*/
	text-align : center;
	line-height : 3.4em;
	/*margin-top : 0.5em;*/
	/*margin-bottom : 0.2em;*/
}

/*
	 * background: transparent url("images/br.jpg");
*/
	/* -60px;*/

p.bpic{
	background-image: url('images/br.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
}
.warn {
	color : #f00;
}
.blue{
	color : #0033cc;
}

#clearleft{
	clear:left;
	margin: 10px 0 0 0;
}
#boxleft{
	background:#CEE3F6 none repeat scroll 0 0;
	color:white;
	float:left;
	margin: 0 11px 4px 3px;
	padding:1em;
	width:10em;
	display:inline;
}
#boxright{
	background:#006600 none repeat scroll 0 0;
	color:white;
	float:right;
	margin: 0 0 4px 11px;
	padding:1em;
	width:10em;
	display:inline;
}
#divos {
	width : 1000px;
	background : #fff;
	margin : auto;
}
#divraclt {
	float : left;
	width : 460px;
	padding : 10px;
	display:inline;
}
#divracrt {
	float : left;
	width : 150px;
	padding : 10px;
	background : #CDDDEB;
	display:inline;
}
#divlt {
	float : left;
	width : 150px;
	padding: 0 5px 0 10px;
	background : #EBEBEB;
	display : inline;
}
#divct {
	float : left;
	width : 650px;
	background-color : #fff;
	border-right: 1px solid #000099;
	display: inline;
}
#divrt {
	float : left;
	width : 100px;
	padding : 10px 0 0 10px;
	/*background-color : #EBEBEB;*/
	display:inline;
	}
#divtopmen{
	float : left;
	padding-left : 10px;
	/*	background : transparent url("images/vSprite.gif") repeat-x scroll 0 -60px;
	 * border-bottom: 1px solid #000099;
	*/
	width : 800px; 
	line-height : 1;
	
	display:inline;
}
#divtopmenx {
	float : left;
	background : transparent url("images/vSprite.gif") repeat-x scroll 0 -60px;
	min-height : 27px;
	width : 825px;
	padding-top : 3px;
	position : relative;
	text-align : left;
	white-space : nowrap;
	z-index : 10000;
	color : #000099;
	display:inline;
}
#divtop {
	float : left;
	width : 800px;
	height : 140px;
	padding : 0 10px 10px 2px;
	background-color : #fff;
	background : url("images/titlebg4.png") no-repeat;
	border-bottom: 1px solid #000099;
	display: inline;
}
#divsubmen {
	clear : left;
	padding : 20px;
	text-align : center;
	font-size : 0.85em;
}
#divbt {
	clear : both;
	padding : 20px;
	background : #CDDDEB;
	text-align : center;
	font-size : 0.75em;
}
#ifrm{
	text-align:center;
	margin-left:10em;
}
h1 {
	font-size : 2em;
	background : #EBEBEB;
	color : #000099;/* #213C54;*/
	text-align : center;
	line-height : 2em;
	/*margin-top : 0.5em;*/
	margin-bottom : 0.2em;
}
h2 {
	font-size : 1.2em;
	background : #EBEBEB;
	color : #213C54;
	text-align : left;
	line-height : 2em;
}
h3 {
	font-size : 1.2em;
	background : #EBEBEB;
	color : #213C54;
	text-align : center;
	line-height : 2em;
}
h4 {
	font-size : 1em;
	color : #000099;
	margin-left : 30px;
}
a{
	color : #000099;
	text-decoration : none;
}
	
#nav, #nav ul { /* all lists */
	float: left;
	width: 60em;
	list-style: none;
	line-height: 1;
	background: white;
	padding: 0;
	margin: 0 0 0 2px;
	border:1px solid black;
}

#nav a {
	display: block;
	width: 10em;
	color: #002547;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/*	text-align: center;
*/
a:hover{
	background-color: #d3d987;
}

input {
	margin-bottom : 0.5em;
}
dt {
	width : 10em;
	text-align : left;
	margin-left : 5px;
}
dd {
	margin-left : 5px;
}
.note {
	display : block;
	margin-bottom : 0.5em;
	font-size : 0.9em;
}
label {
	font-weight : bold;
}
dl {
	clear : both;
}
dt {
	float : left;
	clear : left;
}
dd {
	overflow : hidden;
	clear : right;
	height : 1%;
}
dd.x-form-clear {
	clear : both;
}
.dropmenudiv {
	background-color : white;
	border-color : #BBBBBB;
	border-style : solid;
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	line-height : 18px;
	position : absolute;
	top : 0;
	visibility : hidden;
	width : 200px;
	z-index : 100;
}
table.raceprog{
	width : 650px;
}
table.raceprog tr.pink td{
	background-color : pink;
}
table.raceprog tr.yellow td{
	background-color : floralwhite;
}

table {
	border-collapse : collapse;
}
tr.c0 td {
	background-color : #CDDDEB;
	color : black;
	border-top : 10px solid #fff;
}
tr.c1 {
	background-color : #FFFFCC;
	color : black;
	border-top : 10px solid #fff;
}
tr.w0 th {
	background-color : #CDDDEB;
	color : black;
	border-top : 1px solid #fff;
}
tr.w1 {
	background-color : #FFFFCC;
	color : grey;
	border-top : 1px solid #fff;
}

td {
	border-top : 1px solid #A9B7D7;
	padding : 4px;
	text-align : left;
	vertical-align : middle;
}
.pics {
	clear : left;
	margin : 20px 0 0 40px;
	border-top : 1px solid #EBEBEB;
	text-align : left;
}
.pics a {
	color : #fff;
}
img {
	border : 0;
}
.imgpics {
	padding : 0 20px 20px 0;
}
.firstletter {
		float: left;
		font-size: 3em;
		line-height: 1;
		font-weight: bold;
		margin-right: 0.2em;
		background:  #CDDDEB;
		display:inline;
	}
#wrapper {width:300px; margin:75px auto; background:#222 url(/tinyfader/images/bg.jpg) 50% 0 no-repeat}

.sliderbutton {float:left; width:32px; padding-top:134px}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}
#slideshow {float:left; width:500px; height:300px; border:2px solid #fff; background:#fff}
#slides {position:relative; width:500px; height:300px; list-style:none; overflow:auto}
#slides li {width:500px; height:300px}

.pagination {float:left; list-style:none; height:25px; margin:15px 0 0 32px}
.pagination li {float:left; cursor:pointer; padding:5px 8px; background:#666; border:1px solid #999; margin:0 4px 0 0; text-align:center; color:#222}
.pagination li:hover {background:#777; border:1px solid #bbb; color:#000}
li.current {border:1px solid #ccc; background:#888}

li#content {width:464px; height:270px; padding:15px 18px 15px 18px; background:#fff}
#content h1 {font:22px Georgia,Verdana; margin-bottom:15px; color:#036}

