﻿BODY { background:                 #1F3B58;
       SCROLLBAR-FACE-COLOR:       #000060;
       SCROLLBAR-HIGHLIGHT-COLOR:  #ffffff;
       SCROLLBAR-SHADOW-COLOR:     #6f6f6f;
       SCROLLBAR-3DLIGHT-COLOR:    #606060;
       SCROLLBAR-ARROW-COLOR:      #ffffff;
       SCROLLBAR-TRACK-COLOR:      #ffffff;
       SCROLLBAR-DARKSHADOW-COLOR: #000000;
	   margin: 10px;
}

h1 {
	font-size: 26px;
	color: #ffffff;
}

h2 {
	font-size: 22px;
	color: #ffffff;
}

/* Center Website */
#container {
	width:760px; /* Width Of Website */
	margin-left: auto;
	margin-right: auto;
} 

#top {
	position:relative;
	width:760px;
	height:45px;
	background-image: url(../image/top.jpg);
}

#mainbody {
	width: 760px;
	height: 100%;
	background: url(../image/background.jpg) repeat-y;
}

#mainbody a:link {
	color: #ffffff;
}

#mainbody a:visited {
	color: #CF0000;
}

#mainbody a:hover {
	color: #CF0000;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 639px;
	border: 0px solid #ffffff;
}

#heading {
	text-align: center;
}

#apDivEmail {
	background-color: #203B56;
	border: 1px solid #ffffff;
	position:relative;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	padding-left: 7px;
	margin:150px 10px 10px 90px;
	width: 180px;
	float: left;
}

#scooter {
	float: left; 
	border: 0px solid #ffffff;
	top: 500px;
	margin: 20px 20px 20px 80px;
}

#secondDiv {
	border: 0px solid #ffffff;
	clear: both;
}

#table1 {
	border: 1px solid #000000;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 680px;

}

#table1 th {
	text-align: center;
	font-size: 11px;
	width: 120px;
	background-color: #1E3C59;
	font-weight: bold;
}

#table1 td {
	text-align: center;
	font-size: 11px;
	width: 120px;
	background-color: #81AEFF;
	color: #000000;
	font-weight: bold;
}

#apDivUses {
	position:relative;	
	float: left;
	width:300px;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
}

#txt {
	position:relative;
	float: right;
	width: 300px;
	font-family: Verdana;
	margin: -170px 65px 0px 0px;
	color: #ffffff;	
	text-align: justify;

}

#footer {

	margin-left: 230px;
	margin-right: 230px;
	clear: both;	
}

#bottom {
	top: -18px;
	position:relative;
	width:760px;
	height:42px;
	background-image: url(../image/bottom.jpg);
}

