/* CSS Styles */
body{
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12px;
background-color: #E1E1E1;
color: #444;
margin: 20px;
text-align:center;

}
#page{
width: 821px;
text-align:center;
margin: auto;
}
#wrapper{
width: 821px;
margin: auto;
background: #C6C6C6;
}
#header{
height: 142px;
background: url(../img/header.jpg) no-repeat;
}
#sidebar_left{
float: left;
width: 180px;
background: #C6C6C6;
text-align: left;
}
#content_text{
width: 460px;
text-align: justify;
float: left;
background: #fff;
border-bottom: 10px solid #f2f2f2;
text-align: left;
}
#sidebar_right{
float:left;
width: 180px;
background: #C6C6C6;
text-align: left;
}
#footer{
height: 45px;
background: #ccc
}
.clear{
clear: both;
}

/*

################
Global Settings
################

*/
a img{
border: none;
}

h2, h3{
color: #001266;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: lighter;
}
h2{
font-size: 25px;
}
h3{
font-variant: small-caps;
font-size: 17px;
}

/*


################
Navigation
################


*/

#navigation{
margin: 0px;
padding: 10px;
list-style: none;
background: #E1E1E1;
margin-left: 8px;
margin-right: 8px;
padding-bottom: 100px;
}

#navigation li{
font-size: 12px;
line-height: 36px;
border-bottom: 1px solid #ccc;
text-align: left;
padding: 0px;
margin: 0px;
}

#navigation li a{
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
color: #666;
letter-spacing: 1px;
}
/*


################
Sidebar
################

*/

#page .sidebar_news{
margin: 12px;
padding: 8px;
border: 1px solid #9A9A9A;;
margin-bottom: 60px;
text-align: left;
background-color: #DADADA;
font-size: 11px;
}
#page .sidebar_news p{
border-bottom: 1px solid #C7C7C7;
padding-bottom: 6px;
}
#page .sidebar_news h3{
font-size: 15px;
text-align: center;
}


/*

################
Content
################

*/

#content_text h2, #content_text h3, #content_text p{
padding-left: 20px;
padding-right: 20px;
}
#content_text p{
line-height: 15px;
}



/*

################
Links
################

*/
a{
color: #69c;
}

/*

/*

################
Form Adjustment
################

*/
form{
text-align: left;
}
form label{
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
margin-left: 20px;
}
form h2{
padding-top: 80px;
}
input, textarea{
border: none;
width: 200px;
border: 1px solid #ccc;
padding: 3px;
color: #89CC95;
font-weight: bold;
background: #;
margin-bottom: 10px;
font-size: 14px;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
margin-left: 30px;
}
.submit{

width: 100px;
font-size: 12px;
background-image: url(../img/button_bg.jpg);
background-color: transparent;
background-repeat: no-repeat;
border: none;
color: #1E2771;
height: 20px;
}

blockquote{
color: #4F92D6;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote span{
font-style: italic;
color: #888;
font-size: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
}

/*

################
List Adjustment
################

*/

ul{
margin: 20px;
margin-bottom: 40px;
padding: 0px;
list-style: none;
}
ul li{
margin-left: 20px;
padding: 3px;
}









