@charset "UTF-8";

body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	background-color:#FFFFFF;
	}

/*-----LINKS-----*/
a:link {
	color:#990000;
	text-decoration:none;
}
a:visited {
	color:#993300;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
a:active {
	color:#CC0000;	text-decoration:underline;
}
ul
{
	list-style:square outside;
	text-align:left;
}
ol
{
	list-style:square outside;
	text-align:left;
}

/*-----SPEC DIV IDS-----*/
#container, #banner
{
	position:relative;
	margin: 0 auto;
	text-align:center;
}
#container, #banner
{
	background-color:#FFFFFF;
	border:0;
}
#container
{
 	width:700px;
}
#banner
{
	float:left;
	clear:both;
	height:75px;
	width:700px;
}

/*-----SPEC DIV CLASSES-----*/

.controls, .controlEndL, .breakerBar, .sideBoxL, .sideBoxR, .sideBoxL200, .sideBoxInner
{
	position:relative;
	margin: 0 auto;
	text-align:center;
}
.breakerBar, .breakerBar600
{
	background-color:#FFFFFF;
	border:0;
}
.controls, .controlEndL
{
	float:left;
	height:30px;
	border-style:solid;
	border-color:#FFCC66;
	background-color:#FFFF99;
	line-height:30px;
	vertical-align:middle;
}
.controls
{
	width:99px;
	border-width:1px 1px 1px 0px;
}
.controlEndL
{
	width:98px;
	border-width:1px 1px 1px 1px;
}
.breakerBar
{
	float:left;
	clear:both;
	width:698px;
	height:20px;
}
.breakerBar600
{
	clear:both;
	width:598px;
	height:20px;
}	
.sideBoxL, .sideBoxLTop, .sideBoxLBottom, .sideBoxR, .sideBoxRTop, .sideBoxRBottom, .sideBoxL200
{
	border-style:solid;
	border-color:#FFCC66;
	background-color:#FFFF99;
}
.sideBoxL, .sideBoxLTop, .sideBoxLBottom 
{width:147px;}

.sideBoxL
{border-width:1px 1px 1px 0px;}

.sideBoxLTop
{border-width:0px 1px 1px 0px;}

.sideBoxLBottom
{border-width:1px 1px 0px 0px;}

.sideBoxR, .sideBoxRTop, .sideBoxRBottom
{width:147px;}

.sideBoxR
{border-width:1px 0px 1px 1px;}

.sideBoxRTop
{border-width:0px 0px 1px 1px;}

.sideBoxRBottom
{border-width:1px 0px 0px 1px;}

.sideBoxL200
{
	border-width:1px 1px 1px 0px;
	width:197px;
}
.sideBoxInner
{
	width:140px;
	border:0
	background-color:#FFFF99;
}

/*-----FLEXI DIV ClASSES-------*/
.div25, .div50, .div75, .div100, .div150, .div200, .div300, .div400, .div450, .div500, .div550, .div600, .div700
{
	background-color:#FFFFFF;
	position:relative;
	margin: 0 auto;
	border:0;
	text-align:center;
}
.div25
{
	width:25px;
}
.div50
{
	width:50px;
}
.div75
{
	width:75px;
}
.div100
{
	width:100px;
}
.div150
{
	width:150px;
}
.div200
{
	width:200px;
}
.div300
{
	width:300px;
}
.div400
{
	width:400px;
}
.div450
{
	width:450px;
}
.div500
{
	width:500px;
}
.div550
{
	width:550px;
}
.div600
{
	width:600px;
}
.div700
{
	width:700px;
}
.div700Border
{
	background-color:#FFFFFF;
	position:relative;
	margin: 0 auto;
	border-style:solid;
	border-width:0px 1px 0px 1px;
	border-color:#FFCC66;
	width:698px;
	text-align:center;
}

/*-----POSITIONING CLASSES-----*/

.fl
{
	float:left;
}
.fr
{	
	float:right;
}
.cl
{
	clear:left;
}
.cr
{
	clear:right;
}
.cb
{
	clear:both;
}



/*-----TEXT CLASSES-----*/
h1 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color:#990000;
	/*margin-bottom: .6em;*/
}
h2 {
	font-size: large;
	text-align: center;
	color:#FF9900;
}
.def
{
	text-align:center;
	font-size:small;
}
.def
{
	color:#000000;
}
.defLeft
{
	text-align:left;
	font-size:small;
}
.title2R
{
	font-size: large;
	font-weight:bold;
	text-align: center;
	color:#990000;
}
.title2Y
{
	font-size: large;
	font-weight:bold;
	text-align: center;
	color:#FF9900;
}
.defSmall
{
	text-align:center;
	font-size:x-small;
}
.defSmallLeftR
{
	text-align:left;
	font-size:x-small;
	color:#990000;
}
.defSmallY
{
	text-align:center;
	font-size:x-small;
	color:#FF9900;
}
.free
{
	color:#009900;
}
