/* Positions */
#logo {
	position: absolute;
	top: 41px;
	left: 452px;
	visibility: visible;
	width:130px;
}

#tagline {
	position: absolute;
	top: 35px;
	left: 42px;
	visibility: visible;
	width:181px;
}

#burner {
	position: absolute;
	top: 140px;
	left: 16px;
	visibility: visible;
	z-index:-1;
}

#main{
	position: absolute;
	visibility: visible;
	z-index:0;



}
#rightmod {

position: absolute;
	top: 400px;
	left: 416px;
	visibility: visible;
	z-index:99;


}

/* Elements */

/* Fonts - change 'sans-serif' to your preferred font */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL {
	color: #666;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica;
}

/* Real styles */
A:link {
	color: #369;
	background: transparent;
}

A:visited {
	color: #369;
	background: transparent;

}

A:active {
	color: #000;
	background: transparent;
}

A:hover {
	color: #000;
}
ADDRESS {
	margin: 0em 0% 0em 0%;
	font: italic 1em/1 sans-serif;
}

BIG { font-size: 1em; }
/*
BLOCKQUOTE {
	margin: 0em 0% 0em 0%;
	line-height: 1;
}
*/

BODY {
	margin: 10px, 0px, 0px, 10px;
	background-color:#fff; 
	
}

.break {
    font-size:2px;
}


BUTTON { cursor: auto; }

CAPTION {
	margin: 0em 0% 0em 0%;
	line-height: 1;
}

CODE {
	font-size: 1em;
	font-family: monospace;
} /* To avoid overriding boldness/italicity by using font */

DIV {
	margin: 0em 0% 0em 0%;
	line-height: 1;
}

DD {
	margin: 0em 0% 0em 0%;
	line-height: 1
}

DL { margin: 0em 0% 0em 0%; }

DT {
	margin: 0em 0% 0em 0%;
	line-height: 1
}
HR { margin: 0em 0% 0em 0%; }

INPUT {
	cursor: auto;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica;
 }
 
 INPUT.textbox {
	 background-color:#e7f0f5;
 }
 

.radio {
		 background: #fffffe;
		 color: #fffffe;
}

KBD { font: 1em monospace; }

LI {
	margin: 0em 0% 0em 0%;
	line-height: 1;
}

OL {
	margin: 0em 0% 0em 5%;
	list-style: decimal;
}

/*
P {
	margin: 0em 0% 0em 0%;
	line-height: 1;
}
*/

PRE {
	margin: 0em 0% 0em 0%;
	font: 1em/1 monospace;
}

SAMP { font: 1em monospace; }

/* Classes */
/* Special class for the home page only. */
.billboard {
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica;
}
.grayboxDot {
	background: url(/images/graybox_dotline.gif);
}

.byborder {
	background: url(/images/border_dot_blue.gif);
}
.grayc0c5ca {
	background-color:#C0C5CA;  
}
.gray404d58 {
	background-color:#404d58;  
}
.gray5f656a {
	background-color:#5f656a ;  
}
/* For use with the blue left menu bar Note the fact that Arial is the font */
.leftmenubar {
	font-size: 10px;
	font-family: Arial,Helvetica;
}

.maintable{
	background: url(/images/bg_burner.jpg);
	height: 200px;
	verticle-align: top;
}

.menus {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
.whitebg{
	background-color:#fff ;  
}
