html, body{height:100%;}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ececec;
	text-align: center;
}
body.se {
	margin: 0px 0px 0px 0px;
	background: url(../gifs/se_tile.gif) repeat-x;
	text-align: left;
}
div {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

#secontent {
	text-align: left;
	margin-left: 20px;
	font-family: Verdana, Helvetica, sans-serif;
  	font-size: 12px;
}
#searchEngine { position: absolute; z-index: 1; left: 0px; top: 0px; visibility: hidden; }

#imain {
	width: 740px;
	background-color: #314575;
  	background-image: url(../gifs/back-front.jpg);
	background-repeat: no-repeat;
}
#main {
	width: 740px;
	background-color: #314575;
  	background-image: url(../gifs/back.gif);
	background-repeat: repeat-x;
	height: 100%;
	min-height: 100%;
	margin-bottom: -149px;
}

html>body #main{ height:auto; }

#logo {
	width: 740px;
	text-align:left;
}

#menu {
	width: 740px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#menu ul {
	width: 700px;
	border-top: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(255, 255, 255);
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	list-style-type: none;
	text-align: left;
}
#menu li {
	margin: 0px;
  padding: 0px 0px 0px 20px;
	display: inline;
	list-style-type: none;
	color: #FFCC00;
	font-weight: bold;
}
#menu a:link, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

#content {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	width: 680px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}
#content .title {
	color: #FFCC00;
	font-weight: bold;
}
#content .subtitle {
	color: #FFFFFF;
	font-weight: bold;
}
#content .radio {
	width: 20px;
}
#content box {
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
	width: 250px;
}

#content p {
	padding: 5px 0px 2px 0px;
	margin: 0px;
}

#content yellow {
	color: #FFCC00;
	font-weight: bold;
	padding-bottom: 10px;
}

#ifirst_column {
	width: 350px;
	float:left;
	text-align: justify;
}
#isecond_column {
	padding-left: 20px;
	padding-top: 30px;
	width: 300px;
	float:left;
	text-align: justify;
}

#first_column {
	width: 320px;
	float: left;
	text-align: justify;
}
#second_column {
	padding-left: 20px;
	width: 330px;
	float: left;
	text-align: justify;
}

#clear{
	clear:both;
	height:1.5em;
}

#image_map {
	width: 740px;
	text-align: left;
	clear:both;
}
#copyright {
	border-top: 1px solid rgb(255, 255, 255);
  	background-image: url(../gifs/bottom-back.gif);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	width: 740px;
	height: 20px;
	padding: 2px 0px 0px 0px;
	vertical-align: bottom;
	clear: both;
}
#copyright a:link, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#copyright a:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
TABLE.contact {
	width: 600px;
}

TABLE.contact TD {
	color: white;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

TABLE.contact TD.yellow {
	color: #FFCC00;
}

/* Applet Selectable Styles */

H1,P.header1 {
	font-family: Verdana, Helvetica, Verdana, sans-serif;
	font-size: 16px;
  margin: 0px;
  padding: 18px 0px 0px 0px;
	color: white;
}

H2,P.header2 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

H3,P.header3 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

P,TD,UL,OL,TH {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
  	color: #FFFFFF;
  	margin-top: 6px;
}

P.indent1 { margin-left: 1em; }
P.indent2 { margin-left: 2em; }
P.indent3 { margin-left: 3em; }
P.indent4 { margin-left: 4em; }

TD.alignright { text-align: right; }

TD.aligncenter { text-align: center; }

TD.aligntop { vertical-align: top; }

TD.alignbottom { vertical-align: bottom; }

TD.aligntopright {
	vertical-align: top;
	text-align: right;
}

TD.aligntopcenter {
	vertical-align: top;
	text-align: center;
}

TD.alignbottomright {
	vertical-align: bottom;
	text-align: right;
}

TD.alignbottomcenter {
	vertical-align: bottom;
	text-align: center;
}

SPAN.sup {
	font-size: 7px;
	vertical-align: super;
}

SPAN.sub {
	font-size: 7px;
	vertical-align: sub;
}

/* Images */

IMG { border: 0px; }
IMG.floatright { float: right; }
IMG.floatleft  { float: left; }
IMG.noborder   { border-width: 0px; }
