/* CSS Document */

div#global { 
	position:absolute;
	left: 50%;
	top: 0px;
	width: 730px;
	margin-left: -365px; 
/* half of the width */
}

body{

	background: #fff;
	margin-top: 0px;	
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

p{
	text-indent: 10px;
	margin-top: 0px;

}
h1{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	
}
h2{
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-top: 2em;
	margin-bottom: 0px;
}

div#top{
	position: absolute;
	top: 0px;
	left:0px;
	width: 730px;
	height: 199px;
	z-index: 2;
}

div#yellow{
	position: absolute;
	top: 195px;
	left:0px;
	width: 730px;
	height: 36px;
	background: #ffff00;
	z-index: 1;
}


div#menu{
	text-align: center;	
	position:absolute;
	left:0px;
	top: 194px;
	width: 730px;
	height:29px;
	z-index:3;
	background-image:url(images/menubar3.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
}
div#bottombar{
	bottom:593px;
	left:0px;
	position:absolute;
	width: 730px;
	height:3px;
	z-index:6;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid;
	border-bottom-color:#3b5268;
	border-bottom-width: 3px;
	border-top: solid;
	border-top-color:#3b5268;
	border-top-width: 3px;
	padding:0px;
	
}
div#menu2{
	background-color: #3b5268;
	background-image:url(images/menu2fade2.jpg);
	position:absolute;
	left:0px;
	top: 231px;
	width: 130px;
	height:359px;
	z-index:2;
	background-repeat:no-repeat;
}
div#rightbar{
	background-color: #3b5268;
	background-image:url(images/menu2fade2.jpg);
	position:absolute;
	left:720px;
	top: 231px;
	width: 10px;
	height:359px;
	z-index:4;
	background-repeat:no-repeat;
}

div#welcometext{
	position:absolute;
	left:196px;
	top: 248px;
	width: 498px;
	height:103px;
	z-index:1;
}

div#weather{
	position:absolute;
	left:16px;
	bottom: 10px;
	width: 100px;
	height:68px;
	z-index:3;
}

div#container{
	position: absolute;
	background: transparent;
	top:239px;
	width: 730px;
}
div#content1{
	position: absolute;
	background: #fff;
	left:135px;
	z-index: 3;
	width: 255px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

div#content2{
	position: absolute;
	background: #fff;
	width: 295px;
	top: 10px;
	left: 420px;
	z-index: 1;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	float: right;

}
div#cimage{
	position:absolute;
	left:-10px;
	z-index: 3;
	border-right-color:#FFFF00;
	border-right-style:solid;
	border-right-width:3px;
	border-left-color:#FFFF00;
	border-left-style:solid;
	border-left-width:3px;
	border-bottom-color:#FFFF00;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-top-color:#FFFF00;
	border-top-style:solid;
	border-top-width:4px;
	
}

div#form{
	position: absolute;
	background: #fff;
	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	z-index: 3;
	width: 263px;
}
.theMenu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.theMenu2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color:#ff9101;
	background-color:#fff;
	border-left-color:#ff9101;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#ff9101;
	border-right-style:solid;
	border-right-width:2px;
	border-top-color:#ff9101;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-color:#ff9101;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-decoration:underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFFF00;
	padding-bottom: 1px;
	padding-top: 1px;
}

