@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff; font-family: Helvetica, Arial, sans-serif; font-size: 14px;
} 

a, a:visited, a:hover {
	border: none; text-decoration: none; color: #fff;
}  

.clear {
	clear: both;
}

img {
	border: none;
}

.std {
    text-align:center; padding: 50px 90px 50px	90px; display: block;
    }


.caps {
	text-transform: uppercase; font-size: larger; color: #D21F2F;
}


#wrapper {
	text-align: left; margin: 0px auto; padding: 0px; border:0; width: 1024px; background: #fff;
}

#header {
	margin: 0 135px 0 135px; color: #000;
}

.nav { 
	color: #000; text-decoration: underline; font-weight: bold; margin: 20px 10px 20px 10px;
}

a.nav, a.nav:visited { 
	color: #000; text-decoration: underline; font-weight: bold;
}

a.nav:hover {
	color: #19388a; text-decoration: underline; font-weight: bold;
}


#side-a {
	float: left; width: 124px;
}

#side-b {
	float: right; width: 120px;
}

#contenta { 
	float: left; width: 780px; height: 12px; color: #fff; font-size:10px;
}

#content { 
	float: left; width: 780px; margin: 0px; padding: 0px; font-size:12px; text-align:center;
}

.copy {
	color: #D21F2F; padding-left: 90px; padding-right: 90px; text-align: justify;
}

a.copy, a.copy:visited {
	color: #D21F2F; text-decoration: underline; font-weight: bold;
}

a.copy:hover {
	color: #D21F2F; text-decoration: underline; font-weight: bold;
}

#contentb {
	float: left; width: 780px; height: 14px; font-size:10px;
}

#footer {
	clear: both; margin-left: 124px; padding: 0;
}
