* {
	margin: 0px;
	padding: 0px;
}
html  { height: 101%; 
}
body {
	background-color: #D8D8CF;
	font-family: "Times New Roman", Times, serif;
	
}
#container {
	background-color: #FFFFFF;
	width: 730px;
	padding: 5px;
	text-align: left;
	border: 2px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}



#centerer {
	text-align: center;
	
}

#header {
	background-image: url(../images/logo2.gif);
	background-repeat: no-repeat;
	height: 69px;
	border-bottom: 1px solid #696484;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

#header a {
	margin-left: 20px;
	font-size: 12px;
	text-decoration: none;
	height: 50px;
}


#navbar {
	width: 165px;
	float: left;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
}
#navbar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navbar li {
	list-style-type: none;
	margin-bottom: 10px;
}
#navbar  a:link , #navbar a:visited{
	color: #666699;
	text-decoration: none;
	font-size: 14px;
	padding-left: 25px;
	background-image: url(../images/dot3.gif);
	background-repeat: no-repeat;
	background-position: 5px -2px;
	display: block;
}
#navbar a:hover , #navbar a:active{
	font-weight: normal;
	color: #CCCC66;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../images/dot4.gif);
}
#editable {
	float: left;
	overflow: auto;
	display: inline;
}

#content {
	width: 535px;
	font-size: 14px;
	color: #666666;
	text-align: left;
	font-weight: 100;
	float: left;
	margin-bottom: 25px;
	margin-left: 10px;
	min-height: 500px;
	display: inline;
}
#content p { margin-bottom: 10px; }
#content a:link, #content a:visited {
	color: #666699;
	text-decoration: none;
}
#content a:hover, #content a:active { color: #CCCC66; 
}


#logo {
	text-align: left;
	margin-bottom: -15px;
	margin-top: 0px;
}


#rightbar {
	width: 145px;
	font-size: 14px;
	color: #999966;
	text-align: left;
	font-weight: normal;
	float: left;
	margin-left: 20px;
	display: inline;
}
#rightbar p { margin-bottom: 10px; }

#rightbar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#rightbar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #999966;

}
h1 {
	font-size: 16px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
}

.pic1 {
	float: right;
	margin: 15px;
}
#content ul { margin-left: 35px; }
#content li{
	list-style-type: none;
	margin-bottom: 5px;
	list-style-image: url(../images/dot2.gif);
}
table { margin-bottom: 15px; }

#fees th {
	padding: 5px;
	text-align: left;
}

#fees td {
	padding: 5px;
	text-align: center;
}
#limits td {
	text-align: center;
	padding: 5px;
	width: 125px;
}


#standard th {
	text-align: center;
	padding: 5px;
}


#standard   td{
	text-align: center;
	padding: 5px;
}
#standard p { margin-bottom: 0px; }


#footer {
	font-size: 10px;
	color: #999999;
	text-align: center;
	clear: both;
	margin-bottom: 25px;
	padding-top: 10px;
	border-top: 1px solid #696484;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a:link, #footer a:visited {
	color: #666699;
	text-decoration: none;
}
#footer a:hover, #footer a:active { color: #CCCC66; 
}

.align_centre { text-align: center; }
.align_left { text-align: left; }
/*Contact Form Code here*/
#contactForm {
	margin-top: 10px;
	margin-bottom: 0;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#contactForm p { margin-bottom: 0px; }
#name, #telephone, #email , #company{
	width: 200px;
	margin-bottom: 5px;
	height: 17px;
	background-color: #E6E6E6;
	font-family: "Courier New", Courier, monospace;
	border: 1px solid #666;
	padding: 3px;
	margin-top: 5px;
	font-size: 11px;
}
#address { display:none; }
#message {
	width: 450px;
	height: 150px;
	margin-bottom: 10px;
	background-color: #E6E6E6;
	border: 1px solid #666;
	padding: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
.warning {
	color: #CC0000;
	font-weight: bold;
}
