body {
	background-color: #FFF;
	margin-left:0px;
	margin-top:0px;
	text-align: center;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 74%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.sidebar1 {
	float: left;
	width: 26%;
	background: #336699;
	padding-bottom: 10px;
}
.content {
	width: 74%;
	float: left;
	background: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.header {
	background-color: #053768;
	position:relative;
	float:left;
	
}
.logo{
	background-image:url(images/logo_white.png);
	height: 90px;
	width: 20%;
	position: relative;
	float:left;
}
.flag{
	position:relative;
	float:right;
	height:90px;
	
    
}
.menutop{
	width:29px; height:8px;position:relative; float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none;
}
.menuspacer{
	width:29px; height:8px; position:relative; float:left;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
.text a  {color: #006; text-decoration:none;}  
	
.text a:hover {
	color:  #336699;
}
.text	a:visited { color: #3366cc;}
	
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	line-height: 24px;
}

.titlesmallspace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	line-height: normal;
	margin-left: 0px;
}

.subtitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #336699;}
.whitesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.beigetext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCC99; line-height: 20px;}
a   {color: #336699;} 
a:active {
	color: #003366;}
	
	a:hover {
	color: #FFCC33;
	text-align: center;
}
	


.bluelink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #00F; text-decoration: none; }

.bluelink a:hover {color:#6FB9B9;}

.textwhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.bluesmall { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #003366 }

.yellowtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px ; color: #FFCC33}

/*---------Contact Page---------*/
td.about p{
	padding:0 28px 25px 32px;
	}

td.service p{
	background:url(images/bullet.gif) no-repeat 0 4px;
	margin:0 28px 14px 32px;
	padding:0 0 0 12px;
	}

td.contact p{
	font-size:11px;
	color:#BD5924;
	background-color:inherit;
	font-weight:bold;
	padding:13px 0 30px 0;
	margin:0;
	}

td.contText p{
	padding:0 28px 15px 32px;
	}
td.contDetails p{
	padding:0;
	margin:0 0 0 32px;
	}
td.contDetails p strong{
	font-size:11px;
	color:#BD5924;
	background-color:inherit;
	display:inline;
	}
td.contDetails p a{
	color:#AAC208;
	background-color:inherit;
	display:inline;
	}

td.contForm label{
	line-height:20px;
	padding:0 0 0 0px;
	font-size: 12px;
	}
td.contForm input{
	height:16px;
	width:350px;
	background-color:#fff;
	color:#333;
	border:1px solid #336699;
	font:normal 10px/14px Arial, Helvetica, sans-serif;
	padding:2px 0 0 5px;
	}

td.contForm input.submit{
	height:21px;
	width:56px;
	border:none;
	padding:0;
	}
td.contForm textarea{
	height:164px;
	width:350px;
	background-color:#fff;
	color:#09261B;
	border:#336699 1px solid;
	font:normal 10px/14px Arial, Helvetica, sans-serif;
	padding:2px 0 0 5px;
	}
.white_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	position: relative;
	height: auto;
	width: auto;
	left: auto;
	color: #FFF;
}
.formInput {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.red {
	color: #F00;
}
#titleright {
	text-align: left;
}
#rightcolumn{
	background-color:#FFC; 
	color: #369; 
	font-size:24px; 
	text-align:center; 
	border-style: double; 
	border-color: #369;
}
.BiggerTitle {
	font-size: 24px;
}
.bigtitle {
	font-size: xx-large;
	font-family: Tahoma, Geneva, sans-serif;
}
.bulletYellowWhite {
	color: #FFF;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	list-style-image: url(images/bullet.png);
	font-style:italic;
	padding-right: 16px;
	line-height: 14px;;
	margin-top:-4px;
	margin-bottom:-4px;
}
.bulletYellowWhite a {
	color:  #FFF;
	font-size: 12px;
	font-weight: bold;
	list-style-image: url(images/bullet.png);
	text-decoration:none;

}

.bulletYellowWhite a:hover{
	color:  #FFCC33;	
}

.bulletYellowWhite a:active {
	color:  #FFC;

}
.bluehigh {
	color: #369;
}
.pcenter {
	text-align: center;
}
p .service1 {
	font-size: 16px;
	line-height: 24px;
}
h2 {
	font-weight: bolder;
	color: #369;
	font-size: 18px;
	line-height: 18px;
}
.textbigger {
	font-size: 13px;
}
.textbigger {
	font-size: 14px;
}
.bluesmalllink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #003366 }

.bluesmalllink a {
	text-decoration:none; font-weight: bold;}

.bluesmalllink a:hover {
	color:  #336699;
	font-weight: bold;
}
p.a {text-decoration:none; color:#006;}
p.a:hover {color: #336699}
