html * { 

	margin: 0; padding: 0; 

}

html {

	height: 100%;

}

body { 

	height: 100%;

}



body {

	font-family: Arial, sans-serif;

	font-size: 12px;

	color: #000000;

	margin: 0;

	background-image: url(img/background.png);

	background-position: center top;

	background-repeat: repeat-y;

}



a:link, a:visited {

    color: #FFFFFF;

	text-decoration: none;

}

a:hover {

	color: #096a41;

	text-decoration: none;

}

a:active {color: #096a41} 



.content a:link, .content a:visited {

    color: #096a41;

	text-decoration: none;

}

.content a:hover {

	color: #096a41;

	text-decoration: underline;

}



.content a:active {

	color: #096a41;

	text-decoration: underline;

}



h1 {

	font-size: 18px;

	margin: 0;

	margin-bottom: 10px;
	
	color: #29417D;
	

}

h2 {

	font-size: 14px;

	margin: 0;

	margin-top: 10px;

	padding: 5;
	
	color: #B30101;
	

}




img {border:0;}





.wrapper {

	position: relative; 

	width: 854px; 

	min-height: 100%;

	margin: 0 auto;

    background-image: url(img/left-background.png);

	background-position: left top;

	background-repeat: repeat-y;

}



.wrapper:after {

  clear: both;

  display: block;

  font: 1px/0px serif;

  height: 0;

  visibility: hidden;

}



* html .wrapper {

	height: 100%;

}



.main {

   background-image: url(img/right-background.png);

   background-position: right top;

   background-repeat: repeat-y;

   margin-bottom: 100px;

}



.left {

	float: left;

	width: 347px;

	height: 785px;

	min-height: 785px;

}



html>/**/body .left { height: auto;}



.left-top {

    height: 20px;

	background-image: url(img/left-top.png);

}



.contact {

    font-size: 13px;

	padding: 25px;

	padding-left: 40px;

	color: #FFFFFF;

	font-weight: bold;

	line-height: 26px;

	border-left: 1px solid #1D3053;

}



.logo {

    height: 197px;

	width: 347px;

}



.menu {

	margin-left: 4px;

	margin-right: 2px;

	margin-bottom: 2px;

	background-color: #5F719E;

	color: #FFFFFF;

}



.menu ul {  

  margin: 0;

  padding: 0;

  padding: 10px;

  padding-left: 30px;

  padding-bottom: 19px;

  text-transform: uppercase;

  font-weight: bold;

  font-size: 11px;

  color: #FFFFFF;

  list-style:none;

}



.menu li {

   width: 250px;

   border-bottom: 1px solid #4F6394;

}



.menu a {

   display: block;

   width: 250px;

   padding-top: 3px;

   padding-bottom: 5px;

   padding-left: 3px;

   padding-right: 5px;

}


.left-photo {

    height: 173px;

	width: 341px;

	margin-left: 4px;

	background-image: url(img/left-photo4.jpg);

}



.right{

	float: right;

	width: 507px;

	background-color: #FFFFFF;

	margin-bottom: 60px;

}



.right-top {

    height: 329px;

	width: 507px;

	background-image: url(img/right-photoShop.jpg);

}



.top-menu {

	color: #FFFFFF;

	text-align: right;

	padding-right: 14px;

	padding-top: 4px;

	font-size: 11px;

	font-weight: bold;

}



.content {

	width: 505px;

	border-top: 2px solid #184946;

	border-right: 2px solid #184946;

	height: auto;

}



.content-text {

    font-size: 10pt;

    padding: 25px;

	padding-top: 20px;

	padding-bottom: 35px;

	line-height: 25px;

	text-align: left;

}

.content-text ul {
 margin: 15px 20px 20px 30px;
}



.footer { 

    background-image: url(img/footer.png);

	height: 169px;

	width: 854px;

	margin: auto;

    margin-top: -169px;

	position: relative;

}



#clear {

    clear: both;

    height: 0px;

    overflow: hidden;

}

