/* Main CSS */
html, body{
margin:0;
padding:0;
height:100%;
font-size:12px;
font-family:Helvetica, Geneva, Arial, sans-serif;
line-height:20px;
color:#666;
}

#page_container{
position:relative;
background:#002a53 url(../img/back_body.gif) top repeat-x;
margin:0;
padding:0;
width:100%;
min-height:100%;
height:auto !important;
height:100%;
}

a:link, a:visited, a:hover, a:active{
text-decoration:none;
color:#666;
}

h1{
font-size:20px;
font-weight:bold;
}

h2{
font-size:16px;
font-weight:bold;
}

h3{
font-size:14px;
font-weight:bold;
display:inline;
}

input{
font-size:11px;
border:1px #AAA solid;
}


/* ID's */

#page{
width:880px;
margin:0 auto 0 auto;
padding:0 0 30px 0;
background:none;
background:url(../img/back_menu.jpg) repeat-y;
}

#header{
position:relative;
width:880px;
}

#header a:link, #header a:visited{
}

#header a:active, #header a:hover{
}

#menu{
position:relative;
width:880px;
color:#FFF;
text-align:left;
margin:0 0 0 80px;
padding:0;

}

#menu a:link, #menu a:visited{
color:#FFF;
font-size:11px;
font-weight:bold;
display:inline;
padding:3px 5px 0 5px;
margin:0;
}

#menu a:active, #menu a:hover{
color:#CCC;
}

#sub_menu{
position:relative;
color:#FFF;
text-align:center;
margin:0;
padding:0;
float:right;

}

#sub_menu a:link, #sub_menu a:visited{
display:block;
float:left;
width:110px;
height:21px;
background:url(../img/back_sub_menu_item.gif) no-repeat top;
color:#3366CC;
font-size:11px;
font-weight:bold;
display:inline;
padding:2px 0 0 0;
margin:0;
text-decoration:none;
}

#sub_menu a:active, #sub_menu a:hover{
color:#AAA;
}


#content_container{
width:870px;
margin:auto;
background:url(../img/back_content_tile.jpg) repeat-y;

}

#content{
float:left;
width:835px;
min-height:300px;
height:auto !important;
height:300px;
padding:0 15px 5px 20px;
background:url(../img/back_content.jpg) no-repeat top;
color:#3366CC;
}

#content a{
text-decoration:underline;
}

#footer{
width:860px;
padding:0 10px 0 10px;
font-size:11px;
margin:auto;
color:#FFF;
text-align:center;
}

#footer a:link, #footer a:visited{
color:#666;
text-decoration:none;
padding:0px 5px 0px 5px;
}

#footer a:active, #footer a:hover{
color:#999;
}


/****** CLASSES ********/


.c1{
float:left;
width:200px;
padding:50px 0 0 0;
}

.c2{
float:left;
width:450px;
padding:0px 45px 45px 45px
}

.c3{
width:780px;
text-align:center;
}

.c4{
margin:0 5px 0 0;
text-align:left;
float:left;
}

.error{
font-weight:bold;
color:#FF6600;
}


.clear{
clear:both;
}

