/* General markup
---------------------------------------- */
html {
	height: 101%;
	
}


/* invisible link to content */


a.InvisiLink:link {color: #ffffff; font-size:80%;}
a.InvisiLink:visited {color: #ffffff; font-size:80%;}
a.InvisiLink:hover {color: #0000FF; font-size:80%;}
a.InvisiLink:active {color: #0000FF; font-size:80%;}
a.InvisiLink:focus {color:#0000FF; font-size:80%;}

/* Standard link styles */

a:link 	  { color: #151a38; text-decoration: none; }
a:visited {	color: #151a38; text-decoration: none; }
a:hover	  { color: #ffd200; text-decoration: underline; }
a:active  { color: #151a38; text-decoration: none; }

p.middle {text-align: center;}

img {
	border: 0px;
}

/* headings */
h1 {
	margin:0 0 10px 0;
	font-weight:500;
	color: #151a38;
	font-size: 22px;
}
h2, h3, h4, h5 {
	margin:0 0 10px 0;
	font-weight:500;
	color: #151a38;

}

ul
{
	list-style-type: none;
}

.ul_styled {
	list-style-type:disc;
}
.ul_styled li {
	padding-bottom: 10px;
}

/* Main blocks */

#wrapper {
	width: 983px;
	margin: 0 auto 0 auto; 
	border: 0px solid #000000;
	margin-bottom:15px;
	
	
	}

#seo-main{
	height: 200px;
	padding: 10px;
	margin-bottom: -920px;
	clear:both;	
	color:#999999;
	text-align: center;
	font-size:10px;
	
}

/* Content Columns */

#left-col {
display:inline;
	float: left;
	width: 181px;
	padding-top:20px;

	

	}	


	
	
div.row {
	margin-bottom: 10px;
	}

/* Footer */
#contents-footer {clear:both;}

#footer-main{
	height: 130px;
padding: 10px;
	margin: 0px;
	clear:both;	
	color:#999999;
	text-align: center;
	
}


/* Footer */


IMG.center {

    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:10px; }
	
img.left {
float:left;
margin:10px;
} 

.imgborder {
	border:1px solid #999;
}

img.left {
float:left;
margin:10px;
} 

