@charset "UTF-8";
/* CSS Document */

body{
	margin-top:0px;
	background-color: #726217;
}

.wrapper{
	width:800px;
	border:0px;
}
.shadowHolder{
 	width:840px;
}
.leftShadow{
 	width:20px;
	background-image:url(../images/left-Shadow.jpg);
	background-repeat:repeat-y;
}
.rightShadow{
	width:20px;
	background-image:url(../images/right-shadow.jpg);
	background-repeat:repeat-y;
}		
 	
.header{
	width:800px;
	height:180px;
	background-color:#FFFFFF;
	border-bottom: 1px dotted #999999;
}

.navigation{
	width:200px;
	background-color:#003F2D;
}

.content{
	background-color: #FFFFFF;
	padding:10px;	
}

.lineAction{
	border-top: 1px dotted #999999;
}
.lineActionImages{
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}
	
.footer{
	height:75px;
	border-bottom: 1px dotted #999999;
	background-color:#003F2D;
}
.footerText{
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

.HeaderText{
	color: #003F2D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align: left;
	text-transform:uppercase;
	font-weight:bold;
	
}	
.generalText{
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
	text-transform: none;
	line-height: 20px;
	text-align:justify;
}
.generalTextTilt{
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	text-transform: none;
	font-style:italic;	
}		
	
.holder{
	width:600px;
}

.images{
	padding-left:10px;
	padding-bottom:10px;
	text-align:right;
}		

.buttons a {
	color: #F6F1EA;
	background-color:#003F2D;
	padding: 10px;
	padding-left: 5px;
	display: block;
	border-bottom: 1px dotted #999999;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-transform: capitalize;
}

.buttons a:hover {
	background-color: #F6F1EA;
	color: #003F2D;
	text-decoration: none;
}

.SubTitles{
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	font-weight:normal;
}

