﻿/*START_PAGE_LAYOUT_1*/
#LayoutOnepagewrapper {
	width: 100%; 
	clear:both;	
}

#LayoutOneupperbox1 {
	width: 100%; 
	/*height: 200px; */
	clear: right; 
	border:0px solid black;
	padding:5px;
}
 

#LayoutOneleftbox {
	width: 49%; 
	padding:5px;
	float: left;
	border:0px solid black;
}

 

#LayoutOnerightbox {
	width: auto;
	margin-left:51%;
	padding:5px;

	border:0px solid black;
}

body {
background-image:  url(../images/background.jpg);
background-repeat: repeat-x;
}

.body {
margin: auto;
text-align: center;
width: 800px; 
}

p {
color: #333333;
font-family: Times, "Times New Roman", serif;
font-size: 12pt;
font-weight: normal;
font-style: normal;
line-height: 16pt;
margin-bottom: 15px;}

h1 {
color: #ffffff;
font-family: sans-serif;
font-size: 24pt;
font-weight: bold;
font-style: normal;
line-height: 30pt;
font-variant: small-caps;}

h2 {
color: #fff094;
font-family: sans-serif;
font-size: 14pt;
font-weight: bold;
font-style: normal;
line-height: 18pt;
font-variant: small-caps;}

h3 {
color: #fff094;
font-family: Times, "Times New Roman", serif;
font-size: 12pt;
font-weight: bold;
font-style: normal;
line-height: 15pt;}


ul {
color: #555555;
font-family: Times, "Times New Roman", serif;
font-size: 12pt;
line-height: 16pt;}

img { vertical-align: bottom;
border: 0;}

table { margin: auto; /* centers table */ 
border-collapse: collapse; /* eliminates spacing */}

/*END_PAGE_LAYOUT_1*/
