body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #615858;
}

#header {
    width:950px;
	height:186px;
	margin: 0 auto;
	background: #615858 url(images/bg-top-ISA.jpg) top center no-repeat;
	}
	
#navbar {
     width:950px;
	 padding-top: 145px;
	 }
	 
#navbar ul {
    list-style-type:none;
	padding:0;
	margin:0;
	text-align:center;
	}
	
#navbar ul li {
	display:inline;
	font-size:1.8em;
	}

#navbar ul li a {
    text-decoration: none;
	color: #fff;
    padding: 0 50px;
    }
	
#navbar ul li a:hover {
    color: #D33B26;
    }

a {
    color:#D33B26;
	text-decoration:underline;
	font-weight: bold;
	}
	
a:hover {
    text-decoration:underline;
	color: #000;
	}
	
img.right {
    margin: -15px -15px 10px 15px;
	display: inline;
	border:0;
	float: right;
}
	
#container {
    width: 950px;
	margin: 0 auto;
	background: url(images/bg-bottom-ISA.jpg) top center repeat-y;
	}

#content {
    width: 700px;
	margin:0 auto;
	font-size:1.2em;
	}

#flash {
    width:830px;
	height:440px;
	margin:0 auto;
}

h1 {
    font-size:1.7em;
	color: #D33B26;
	font-weight: bold;
	}

h2 {
    font-size:1.2em;
	color: #D33B26;
	font-weight: bold;
	margin-bottom: -10px;
	}
	
h3 a {
    font-size:1.2em;
	color: #EF9303;
	font-weight: bold;
	}

h3 a:hover {
    color:#000;
	}

ul li {padding-bottom: 5px;}
	
.clr {
    clear:both;
	}

#footer {
    width:950px;
	height:233px;
	margin:0 auto;
	padding: 40px 0 0 0;
    background: #615858 url(images/bg-footer-ISA.jpg) top center no-repeat;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	}

#footer a {
    color:#000;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}
