*{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 100%;
margin: 0;
padding: 0;
}
body{
background-image: url(../images/stripe3.jpg);
background-repeat: repeat-x;
background-color: #043464;
text-align: center;
font-size:90%
}
h1{font-size: 120%}
h2{font-size: 110%}
h3{font-size: 105%}
h4{font-size: 100%}
h5{font-size: 95%}
h6{font-size: 90%}

h1 {
margin: 0 0 .5em 0;
color: #000;
}

h2, h3, h4, h5, h6 {
margin: 1.5em 0 .3em 0;
color: #000;
}

p {
margin: 0em 0 1em 0;
color: #000;
}

ul {
margin: 0em 0em .3em 2em;
color: #000;
}

/* ----- IDS ----- */

#container{
width: 100%;
height: 100%;
padding: 0px;
text-align: center;
}
#primaryContent{
width: 760px;
height: auto;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
background-color: #f9f3ee;
text-align: center;
}

#header {
float: left;
margin-left: auto;
margin-right: auto;
width: 760px;
height: 89px;
line-height:normal;
background: url(../images/header.jpg) no-repeat left bottom;
background-color: #0e8cfd;
padding-top: 2px;
}

#navigation {
float: right;
margin-left: auto;
margin-right: auto;
width:100%;
height: auto;
border-bottom:1px solid #2763A5;
line-height:160%;
/*background-color: #e8dbcc;*/
background:url("../images/tab.gif") repeat-x left top;
font-weight: bold;
font-size: 90%;
}
#navigation ul {
margin:0;
padding:0px 0px 0 50px;
list-style:none;
}
#navigation li {
display:inline;
margin:0;
padding:0;
}
#navigation a {
float:left;
width:auto;
background:url("../images/tab.gif") repeat-x left top;
border-left:1px solid #2763A5;
border-right:1px solid #2763A5;
margin:0;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 8px;
padding-right: 8px;
text-decoration:none;
color:#fff;
}
#navigation a:hover {
background-position:0% -42px;
}

#bottom{
float: left;
width: 760px;
height: auto;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
background-color: #f7f2ee;
text-align: center;
}

#left_column{
float: left;
width: 470px;
height: auto;
text-align: left;
padding: 10px;
font-size: 90%;
line-height: 160%;
}

#right_column{
float: left;
padding: 0px;
left: 0px;
width: auto;
height: auto;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
text-align: right;
border: 0px;
}

#contact{
position: relative;
background-color: #e8dbcc;
padding-top: 10px;
padding-bottom: 2px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
margin-bottom: 10px;
font-size: 78%;
line-height: 120%;
}

#small_photo{
border: 2px solid #e8dbcc;
}

#footer{
float: left;
width: 100%;
height: auto;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 0px;
padding-right: 0px;
font-size: 68%;
font-weight: bold;
text-align: center;
border-top:1px solid #2763A5;
background-color: #e8dbcc;
}

#footer p{
color: #00529B;
}

/* ----- PARAGRAPHS ----- */
p{
color: #000;
}
/* ----- LINKS ----- */
a{
color: #000;
text-decoration: underline;
}
a:hover{
color: #000;
text-decoration: underline;
background-color: #abd6ff;
}
a:visited, a:active, a:focus{
color: #000;
}
