@charset "utf-8";

/* CSS Document */

h1 {
padding:0px;
margin:0px;

color:#005DBF;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
}

h2 {
padding:0px;
margin:0px;

color:#005DBF;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
}


body {

width:700px;

margin:0 auto;

margin-top:10px;

background-image:url(images/bg2.jpg);

background-position:top;

background-repeat:repeat-x;

background-color:#9f9f9f;

font-family:Arial, Helvetica, sans-serif;

}

p {
padding:10px 0px;
margin:0px;

line-height:20px;
}

/* ----- HEADER ----- */

#header {

width:700px;

height:290px;

float:inherit;

background-image:url(images/header.jpg);

background-repeat:no-repeat;

border-bottom:#2D3286 10px solid;

}

/* FAUX LAYOUT WRAPPER */

#wrapper{

width:700px;

overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */

background-color:#fff;

padding-bottom:10px;

border-top:#000000 1px solid;

border-left:#000000 1px solid;

border-right:#000000 1px solid;

border-bottom:#000000 1px solid;

}

/* ----- NAVIGATION ----- */

#navigation {

float:left;

}

#navigation ul {

list-style:none;

padding:0;

margin:0;

float:left;

}

a#text {

background-image:url(images/arrow.jpg);

background-position:right;

background-repeat:no-repeat;

background-color:#005dbf;

border-top:#fff 1px solid;

display:block;

text-align:left;

text-decoration:none;

font-family: Arial, Helvetica, sans-serif;

font-size:12px;

font-weight:bold;

color:#fff;

padding:5px;

width:180px;

}

a#text2 {

background-image:url(images/blank.jpg);

background-position:right;

background-repeat:no-repeat;

background-color:#005dbf;

border-top:#fff 1px solid;

display:block;

text-align:left;

text-decoration:none;

font-family: Arial, Helvetica, sans-serif;

font-size:12px;

font-weight:bold;

color:#fff;

padding:5px;

width:180px;

}

a#text2:hover {

background-image:url(images/arrow.jpg);

background-position:right;

background-repeat:no-repeat;

}

/* ----- MAIN CONTENT ----- */

#content { 

margin-left:200px;

margin-top:10px;

margin-bottom:5px;

width:490px;

background-color:#fff;

}

#content p {
font-size:12px;
color:#333333;
}

#content ul {
padding:5px 0px 10px 30px;
margin:0px;
}

#content ul li {
padding:0px;
margin:0px;

font-size:12px;
color:#333333;

line-height:20px;

list-style:square;
}

/* ----- FOOTER ----- */

#footer { 

width:700px;

border-top:#2D3286 10px solid;

text-align:center;

background-color:#FFFFFF;

border-left:#000 1px solid;

border-right:#000 1px solid;

border-bottom:#000 1px solid;

}

/* ----- STYLES ----- */

.style1 {

font-family:Arial, Helvetica, sans-serif;

font-size:16px;

font-weight:bold;

color:#000;

}

.style2 {

font-family:Arial, Helvetica, sans-serif;

font-size:20px;

font-weight:bold;

color:#005dbf;

}

.style3 {

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

color:#333;

}

.style4 {

font-family:Arial, Helvetica, sans-serif;

font-size:9px;

color:#333;

}

.h1 {

font-family:Arial, Helvetica, sans-serif;

font-size:16px;

font-weight:bold;

color:#005dbf;

}

a:link {

	color: #0066FF;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #0066FF;

}

a:hover {

	text-decoration: none;

	color: #FF0000;

}

a:active {

	text-decoration: none;

}
