/* Default Settings
----------------------------------------------- */
html, body {
border:0;
margin:0 auto;
padding:0;
}

body {
font:62.5%/1.2 Helvetica, Arial, arial, sans-serif;
color:#0d2751;
/*border-top:8px solid #61230e;*/
background: #e5f4ff url(cssimages/image3.jpg) fixed left bottom no-repeat;
}

p { margin: 0.5em 0; }

h1, h2, h3, h4, h5, h6, h7 {
font:1em/1.1 Helvetica, Arial, arial, sans-serif;
margin:0 0 .5em 0;
}

h1 {
margin:40px 0 10px 0;
color:#777;
font-size:1.2em;
text-transform:uppercase;
}

h2 {
color:#1690c8;
font-weight:bold;
font-size:1.5em;
}

h3 {
display:block;
width:100%;
margin:20px 0 10px 0;
padding: 0 0 5px 0;
color:#1690c8;
font-weight:bold;
font-size:1.2em;
border-bottom: 1px dotted #1690c8;
}

h4 {
display:block;
padding: 0;
margin:2px;
color:#777;
font-weight:bold;
font-size:1.2em;
}

h5 {
display:block;
width:100%;
margin:20px 0 10px 0;
color:#1690c8;
font-weight:bolder;
font-size:0.9em;
}
/* Links
----------------------------------------------- */
a, a:link, a:visited { text-decoration:none; color: #777; font-size:1.1em; }
a:hover { text-decoration:none; color:#000; }

/* Lists
----------------------------------------------- */
#content ul li {
}

/* General Layout
----------------------------------------------- */
#wrap {
margin: 0;
padding: 0;
width: 100%;
}

a.ars-link {
display:block;
width:135px;
height:134px;
position:absolute;
top:0;
right:0;
background:url(cssimages/ars-link.gif) no-repeat top right;
}

#container {
margin:0;
text-align:left;
padding: 0px 100px 0 325px;
font-size:1.3em;
line-height:140%;
font-weight:300;
}

@media screen{
body>div#left {
position:fixed;
}
}

#left {
margin:60px 0 0 0;
width:300px;
text-align:center;
}

#left img {
margin:0 0 10px 0;
}

#home, #one, #two, #three, #four, #five {
margin:0;
padding:0 auto;
width:100%;
color:#678d04;
font-size:2.5em;
line-height:2em;
font-family:arial, helvetica, sans;
font-weight:500;
}

#one, #two, #three, #four, #five {
border-bottom:1px dotted #678d04;
}

.content {
color:#091b35;
}

.logo-img { margin: 0 10px 0 0; }
p.img-txt { margin:10px 0 0 0; font-weight:bold; }

.form {
width:500px;
}


p.question {
margin:0 0 25px 0;
padding:0 0 0 30px;
font-size:1.4em;
line-height:1.2em;
color:#0d2751;
font-weight:bold;
font-family:tahoma, lucida, 'lucida sans unicode', 'lucida sans', verdana, arial, sans;
background: url(cssimages/arrow.gif) no-repeat top left;
}

p.footnote {
font-size:80%;
font-style:italic;
font-weight:bold;
}

ul { 
margin:0 0 0 50px;
text-transform:uppercase;
font-size:90%;
font-weight:bold;
}

ul li { list-style:disc; }

strong { font-weight:700; border-bottom:1px dotted #091b35; }

#foot {
margin:5px 0;
clear:both;
font-size:1em;
text-align:right;
}

.clear { clear:both; }
.error-msg { margin:10px 0; color:#777; font-size:1.1em; }
