﻿BODY { background:                 #406d46;
       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: 22px;
}

/* 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;
}

#apDiv1 {
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

#appDivaboutflash {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	border: #000000 0px solid;
	clear: both;
}

#apDivabout {
	float: left;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	width: 310px;
	text-align: justify;
	border: #000000 0px solid;
	clear: both;
}

#flash {
	float: right;
	border: #000000 3px solid;
	width: 301px;
}

#apDivMiddle {
	top: 0px;
	padding-bottom: 15px;
	width: 685px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#apDivEmail {
	background-color: #000000;
	border: 1px solid #ffffff;
	position:relative;
	right:19px;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	padding-left: 5px;
	margin-bottom: 60px;
}
#rightcontainer {
	position:relative;
	top: 15px;
	right: 20px;
	float: right;
	width:301px;
	font-family: Verdana;
	font-size: 12px;
}

#rightcontainer img {
	position:relative;
	right: 22px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
	
}
#apDivUses {
	position:relative;	
	float: left;
	width:300px;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
}
#bottom {
	clear: both;
	position:relative;
	width:780px;
	height:42px;
	background-image: url(../image/bottom.jpg);
}


