BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin:0;
	padding:35px 0 0 0;
}

UL, LI, FORM, OBJECT {
	margin:0; padding:0; list-style:none;
}

H1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin: 0 0 12px 0;
}

H2 {
	font-size: 12px;
	margin-bottom:0;
}

P {
	margin:0 0 16px 0;
}

A {
	color:#000000;
}

DIV#contentwrapper {
	width:1000px;
}


DIV#content .column {
	float:left;
}



/* TICKER */

DIV#ticker, #CoromaticTicker {
	margin-bottom:42px;
}
DIV#ticker A {
	display:block;
	text-decoration: none;
}
DIV#ticker A:hover {
	background-color:#f5f5f5;
}
DIV#ticker A SPAN {
	color:#ff0000;
	font-weight: bold;
}

/* TICKER END */


/* COLUMN LEFT */

DIV#columnleft {
	margin-right:49px;
	width:186px;
}
DIV#columnleft DIV {
	text-align:right;
}

DIV#logo {
	margin-bottom:42px;
}

DIV#navigationwrapper {
	height:370px;
	margin: 0 0 16px 10px;
}

DIV#navigationwrapper UL LI {
	margin:0 0 15px 0;
}

DIV#navigationwrapper UL LI.current {
	margin:0 0 2px 0;
}


DIV#navigationwrapper UL LI.divider {
	border-top: 1px dotted #000;
	padding-top:15px;
}

DIV#navigationwrapper UL LI A {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

DIV#navigationwrapper UL LI A:hover {
	text-decoration: underline;
}

DIV#navigationwrapper UL LI A.current {
	color:#000;
}

DIV#navigationwrapper UL LI UL {
	margin-bottom:1px;
}

DIV#navigationwrapper UL LI UL LI {
	margin-bottom:1px;
	line-height: 14px;
}

DIV#navigationwrapper UL LI UL LI A {
	font-weight:normal;
}

DIV#navigationwrapper  UL LI UL LI.current {
	margin:0 0 1px 0;
}

DIV#footer {
	padding-right:13px;
}

/* COLUMN LEFT END */



/* COLUMN MIDDLE */

#columnmiddle {
	padding-top:0;
	width:616px;
}

#columnmiddle UL,
#columnmiddle OL {
	margin-bottom:10px;
	padding:0;
}
#columnmiddle LI {
	list-style:circle;
	list-style-type:disc;
	margin:0 0 0 20px;
	padding:2px 0;
}

#columnmiddle OL LI {
	list-style:decimal;
	list-style-type:decimal;
	margin:0 0 0 20px;
	padding:2px 0;
}

#columnmiddle DIV.navigation.level2 UL,
#columnmiddle DIV.navigation.level2 LI {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}

DIV.navigation.level2 UL {
	float:left;
	background:url(../img/navlvl3_bottom.gif) repeat-x bottom;
	width:100%;
}

DIV.navigation.level2 UL LI {
	float: left;
	
	border:none;
	border-bottom: 1px solid #000;
}

DIV.navigation.level2 UL LI.current {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #fff;
}

DIV.navigation.level2 UL LI A {
	float:left;
	color:#666;
	padding: 3px 10px;	
	text-decoration:none;
}

DIV.navigation.level2 UL LI A.current {
	color:#000;
	
}

.imgRight {
	float:right;
}

.imgRight P {
	font-size:10px;
}

.contentleft {
	float:left;
}

.contentright {
	float:right;
	margin-right:6px;
}

TABLE TR TD {
	padding-bottom:10px;
	vertical-align:top;
}

.abscontent {
	position: absolute;
	left: 250px;
	top: 115px;
	width: 424px;
	height: 213px;
	z-index: 2;
}

#textbanner {
	background:url(../media/puff1.gif);
	height:89px;
	width:282px;
	padding:10px;
}

#textbanner H2,
#textbanner P {
	margin: 0 0 7px 0;
}
#textbanner H2 {
	font-size:15px;
}

#cloud {
	background:url(../media/blue.gif);
	height:89px;
	margin-top:8px;
	width:282px;
	padding:10px;
}

#cloud DIV.cloudwords {
	text-align:center;
	height:64px;
	width:282px;
	line-height:160%;
}

#cloud DIV.cloudwords A {
	display:inline-block;
	text-decoration:none;
	padding: 0 5px;
	margin:0;
	float:left;
}

#cloud FORM {
	position:relative;
	text-align:right;
}

#columnmiddle .imagebank H2 {
    border-bottom:1px solid #000;
    float:none;
    clear:both;
}

#columnmiddle .imagebank UL LI {
    list-style:none;
    float:left;
    margin:10px 10px 10px 0;
	width:150px;
	height:240px;
}

#columnmiddle .imagebank A {
    background:url(../img/dl_arrow.gif) left 4px no-repeat;
	padding-left:18px;
	text-decoration: none;
}


FORM.green div h3 {
	float:left;
	margin: 10px 10px 10px 10px;
	width:250px;
	font-size: 12px;
}
FORM.green div p {
	float:left;
	margin: 6px 10px 6px 4px;
}

FORM.green div {
	float:left;
	width:100%;
}

FORM.green div.odd {
	background-color: #f5f5f5;
}

FORM.green INPUT, 
FORM.green TEXTAREA {
	width:300px;
}

FORM.green INPUT.rb,
FORM.green INPUT.btn {
	margin-top:5px;
	width:auto;
}

#error.outline {
	border: 1px solid #fdf5d8;
	background-color: #fefaeb;
	padding:10px;
	color:#605340;
}

#error.outline H1 {
	color:#958164;
}


/* COLUMN MIDDLE END */



/* COLUMN RIGHT */

#columnright {
	margin-left:49px;
	padding-top:65px;
	width:64px;
}

/* COLUMN RIGHT END */