﻿/* CSS layout */

html, body {
margin:0;
padding:0;
font-family: verdana, arial;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
line-height:1.2em;
color: #151515;
background-color: #fff;
min-width: 1320px;
max-width: 1440px;
max-height: 716px;
}

#bgcontainer {
background-image: url('images/siteback.png');
border: medium none;
margin: 0 auto;
width: 100%;
overflow: auto;
}

#container1 {
max-width: 1440px;
width: 95%;
margin: 0 auto;
text-align: center;
border: 3px double #000060;
background-color: #fff;
}


#logoWrapper {
background-image: url('images/logoback.png');
background-repeat: repeat-x;
border-color: #000060;
border-style: solid;
border-width: 1px 1px 2px;
margin: 0;
padding: 0;
position: relative;
text-align: center;
width: 99.8%;
height: 129px; 
}

#contentWrapper {
max-width: 1440px;
width: 95%;
margin: 0 auto;
text-align: center;
background-color: #fff;
height: auto !important;
}

#centerColumn {
margin: 0 16% 0 16%; 
}

#contentRow1 {
margin: 0 7% 0 7%; 
}


#footer {
font-size: 0.8em;
clear: both;
width: 100%;
text-align: center;
padding: 4px 0;
}

a {
color:#0033CC;
text-decoration:none;
}

a:visited {
color:#0033CC;
text-decoration:none;
}

a:hover {
color:#0033CC;
text-decoration:underline;
}

.imagestyle {
text-align: center;
border: none; 	
}




