
/*
----------------SCREEN WIDTH IN USE ------------------------------------------
resolution=767px

COLORS:
YELLOW = #FDCC12
ORANGE = #FF9933
GREY1 = SILVER
GREY2 = #efeeee
BLUE = #0033FF
RED = #FF0033
*/

/* --- PRESENTATION RULES FOR BODY ---*/
body {
	font-family: verdana, arial,helvetica,sans-serif !important;
	font-size: 80%! important;
	font-weight: 400 !important;
	color: #000000 !important;
	text-align: center !important; /* center all elemnts inside body*/
	margin: 50px 0px; /* setting top and bottom margin */
	/*background-image: url("../images/beamhead/poly.gif");*/
	background: #eeeeee;
}

div#globalcontainer{
	margin: 0px auto;
	width:767px;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-top-width: 0px;
	background: white !important;
}

div#menu{
	width:767px;
	height: 20px;
	/*text-align: left;*/
	background-color: silver;/* #99CCFF;/* #CAD3F8;*/
	z-index: 0;
	border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
    background-image: url("../images/beamhead/bh_menu_bg1.gif");
	background-repeat: repeat-x;
}

div#imagebar{
	width: 767px;
	height: 99px;
	background-image: url("../images/beamhead/imagebar.gif");
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: silver;
	z-index: 0;
}

div#content {
	float: left;
	height: auto;
	width: 565px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: silver;
	text-align: left;
}

.padding{padding-left: 40px;
	padding-bottom: 20px;
	padding-right: 40px;
}


div#sidecontent {
	font-family: arial,helvetica,sans-serif !important;
	overflow: hidden;
	text-align:left;
	height: auto;
	width: 195px;
	margin-top: 30px;
	padding-left: 2px;
	font-size: xx-small;
	float: right;
}

div.headlinebar {
	background-image: url("../images/aquadot.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0033FF;
	color:gray;
	padding-left: 15px;
	margin-top: 15px;
	font-size: x-small;
}

div#footer {
	width:767px;
	height: 15px;
	color: white;
	font-family: arial, verdana, sans-serif;
	font-size: xx-small;
	text-align: center;
	background-color:silver;
	clear:both;
	background-image: url("../images/beamhead/footer_bg.gif");
	background-repeat: repeat-x;
}

/* --- PRESENTATION RULES FOR LINKS ---*/
a {
	font-family: arial, verdana, sans-serif;
	color: blue;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
}
a:hover {text-decoration: underline;}
a:active {color: blue;background-color: transparent;}

/* --- PRESENTATION RULES FOR HEADLINES ---*/
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
	color: black;
	background-color: transparent;
}

h1 {color: blue;}
h1, h2 {margin-top: 1em;margin-bottom: 1em}
h3, h4, h5, h6 {margin-top: 0em;margin-bottom: 0em}

h1, h2 {text-align: center}
h1 {font-size: 160%; font-weight: 400}
h2 {font-size: 140%; font-weight: 500}
h3 {font-size: 120%; font-weight: 900}
h4 {font-size: 100%; font-weight: 900}
h5 {font-size: 90%; font-weight: 900 }
h6 {font-size: 80%}


/* --- PRESENTATION RULES FOR FIELDSET AND LEGEND ---*/
fieldset {
	margin: 5px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color:silver;
}

legend{
	font-size: 100%;
	font-weight: 500;
	font-family: arial, verdana, sans-serif;
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}

/* --- PRESENTATION RULES FOR LIST ---*/
ul.square {
    margin-right: 50px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url("../images/square.gif");
	vertical-align: middle;
}

/* --- PRESENTATION RULES FOR INPUT TEXT--- */
.textfield{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: transparent;
}


/* --- PRESENTATION RULES FOR LABEL--- */
label{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	font-weight: 500;
	color: gray;
	text-align: left;
	background-color: transparent;
	font-weight: bold;
}

/* --- PRESENTATION RULES FOR TABEL--- */
table{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	color: black;
	text-align: left;
	background-color: transparent;
}

th{
	font-weight: 500;
	color: gray;
	text-align: left;
	background-color: transparent;
	font-weight: bold;
}

td{}

/* --- PRESENTATION RULES FOR TEXTAREA--- */
textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	color: #000000;
}

/* --- PRESENTATION RULES FOR SELECT--- */
select {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	color: #000000;
}