* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
background: #FFF;
}

#container {
background: #fff;
overflow: hidden;
}


#head
{
    z-index: 15;
    position: relative;
    margin: 0 auto;
}

#text
{
    z-index: 5;
    position: absolute;
    top: 35px;
}

#main {
position: absolute;
bottom: 0px;
}



h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:18px;
	font-weight: normal;
	padding: 0 10px;
text-transform: uppercase;
text-align: center;
}


h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:16px;
	font-weight: bold;
	text-align: center;
	line-height:20px;
	padding: 10px 0;
}

a, a:visited {color: #000; border-bottom: dashed 1px ; text-decoration:none;}

a:hover {
    color:#000; border: none;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#index
{
    margin: 3em 20px 3em 20px;
}

#index p, #index ol, #index li {
    color: #000;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    padding: 0 50px;
    margin: 0 50px;

}

#index li {
margin-left: 75px;
margin-right: 50px;
padding-left: 10px;
line-height: 20px;
}

p {
    color: #000;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: justify;
    padding: 0 100px;

}

#links .capsule
{
    /* firefox likes padding here */
    float: right;
    margin-right: 5px;
    padding: 2px 10px !important;
    background-color: #004080;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 6%;
    height: 30px;
    text-align: center;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}

#links a
{
    color: #ffffff;
    border: none;
}

#links .capsule a:hover
{
    color: #6697ff;
}


#home
{
    margin: 3em 20px 3em 20px;
}

#home p {
    color: #000;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    padding: 0 10px;
    margin: 0 10px;

}

#home h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:16px;
	font-weight: bold;
	text-align: left;
	line-height:20px;
	margin: 0;
	padding: 0 0 10px 5px;
}

img {border: none}

