
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#c28d49;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/bgimage.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {  
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#navbar{
	font-size: 14px;
	color: # 891d4f;
	text-align: left;
	padding: 10px 0px 10px 20px;
	margin:0;
	width: 730px;
}
#navbar a:link{
	color: #891d4f;
	text-decoration: none;
}
#navbar a:visited{
	color: #000000;
	text-decoration: none;
}
#navbar a:hover{
	color: #006542;
	text-decoration: none;
	font-style: normal;
}
#sidebar {
	width: 200px;
	float: right;
	margin: 0px 0px 0px 10px;
}

h1 {
	text-decoration: none;
	color: #006542;
	line spacing: 1.4 em;
	font-size: 15px;
	font-style: bold;
	padding: 0;
	margin: 0;
}
h2 {
	text-decoration: none;
	font-color: #006542;
	line spacing: 1.2 em;
	font-size: 14px;
	font-style: normal;
	padding: 0;
	margin: 0;
}
h3 {
	text-decoration: none;
	font-color: #000000;
	line spacing: 1.5 em;
	font-size: 13px;
	font-style:normal;
}
	
#a:link {
	color:#891d4f;
}
#a:hover {
	color:#c28d49;
}
#a:visited {
	color: #000000;
}
#footer {
	background: url('images/footer.png') no-repeat;
	height: 91px;
	width: 750px;
	margin: 0;
}
.footerbig {
	font-size:12px;
	color:#000000;
	text-align: left;
}
#footer p{
	font-size:10px;
	line-height: 1.7em;
	padding: 20px 0px 12px 20px;
	margin:0;
	color:#000000;		
}
#footer a:link{
	color: #891d4f;
	text-decoration: none;
}
#footer a:visited{
	color: #000000;
	text-decoration: none;
}
#footer a:hover{
	color: #006542;
	text-decoration: none;
}
#mainContent { 
	margin: 0;
	padding: 10px 10px 10px 20px;
	font-size: 12px;
	line-height: 1.5em;
	background-image:url(images/bgimage.gif);
	background-repeat: repeat-x;
} 
table  {
	width: 500px;
}
td {
	vertical-align:top;
}
table ul {
	padding: 0 10px 0px 10px;
	margin: 0;
}

.style2 {
	margin 0;
	line-height: 1.3em;
	list-style-type: disc;
	list-style-position: outside;
}
#bgimage { 
	width: 750px;
	float:right;
	margin: 0;
	padding: 0;
	background-image:url(images/bgflowernew.png);
	background-repeat:no-repeat;
	background-position:bottom;
} 
#visasign {
	float: right;
	padding: 18px 18px 4px 4px;
}

.titletext {
	text-align: center;
	color: #006542;
	font-size: 16px;
	font-style: normal;
}
.titlesmall {
	text-align: center;
	color: #006542;
	font-size: 11px;
	font-style: normal;
}
.bigtext {
	text-decoration: none;
	color: #006542;
	line spacing: 1.2 em;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.picture {
	margin: 20px 10px 10px 15px;
	padding: 0px;
	text-align: right;

}
.pictright {
	padding: 0px 0px 12px 12px;
	float: right;
	margin: 0; 
}
.pictureleft {
	margin: 0;
	padding: 0px 12px 12px 0px;
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}