@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
background-image: url(../images/logoback.jpg);
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
background-color:#FFFFFF;
width: 700px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
/*background: #EAEAEA;*/
height: 80px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 240px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

#leftcolumn{
float: left;
width: 188px; /*Width of left column in pixel*/
height:710px;
margin-left: -700px; /*Set left margin to -(MainContainerWidth)*/
background: #801819;
}

#rightcolumn{
float: left;
width: 56px; /*Width of right column in pixels*/
height:710px;
margin-left: -512px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
background: #BACE87;
}

#footer{
clear: left;
width: 100%;
background: #D4AA3C;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


#powered {
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.PageTitle {
	font-weight: bold;
	color: #85271D;
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
}
.PageBottom {
	font-weight: bold;
	color: #85271D;
	text-decoration: none;
	font-size: 10px;
}
body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #D47D30;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D47D30;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #D47D30;
}
.required {
	color: #990000;
	text-decoration: none;
	background-color: #FE8765;
	margin: 1px;
	border-top-color: #DE5832;
	border-right-color: #DE5832;
	border-bottom-color: #DE5832;
	border-left-color: #DE5832;
}
.requiredText {
	color: #FC4B1F;
	text-decoration: none;
}
.city {
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 14px;
}
.country {
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
}
.greenBorder {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 2px solid #BACE87;
}
.homepagepicborder {
	border: 0px solid ;
}
