@charset "utf-8";
/* CSS Document */

html{
height:100%;
}
body {
height:100%;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:url(../images/bg-repeat-x.jpg) top left repeat-x #cbcbcb;
text-align: justify;
}
div#cont {
width:800px;
height:100%;
margin-left: -400px;
position:relative;
left:50%;
margin-top:35px;
}


a{color:#195097; text-decoration:none;}

a:hover{text-decoration:underline;}

p, li{font-size:13px;}

h1{font-size:18px; font-weight:bold; color:#195097;}


.top-nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3B6EC4;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3B6EC4;

}
.top-nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-align:center;
}
.top-nav a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CAE4FF;
	text-align:center;
	text-decoration:none;	
}


/*---------------------------------header-----------------------------------------------*/
#header{
width:800px;
height:111px;
}
#montage{
	width:800px;
	height:61px;
	background:#FFFFFF;
}
/*---------------------------------content-----------------------------------------------*/
#content{
width:800px;
background:#FFFFFF;
}
.left-column{
width:161px;
height:100%;
position:relative;
}
.right-column{
	width:141px;
	height:100%;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	color: #FFFFFF;
	background-color: #3b6ec4;
}
.right-column a{
	color: #FFFFFF;
	text-decoration:underline;
}
.right-column a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
.button{
float:right;
padding-top:10px;
padding-left:10px;
padding-bottom:5px;
}
/*---------------------------------footer-----------------------------------------------*/
#footer{
	width:800px;
	height:83px;
	background:url(../images/footer-repeat-x.jpg) top left repeat-x;
}
/*---------------------------------other-----------------------------------------------*/
.info {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin-right: 5px;
	margin-top: 20px;
	}




.enter-email {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3b6ec4;
	width:120px;
	text-align:center;

	}
.submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#195097;
	text-align:center;
	width:80px;
	}
.left-space{
	margin-left:25px;
	margin-right:25px;
	}
	
.footerItalics {
	font-size: 14px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.footerSmallFont{
	font-size:10px;
}
