/* CSS Document */



a:link {color:#639cc6; text-decoration: none;}
a:visited {color:#639cc6; text-decoration: none;}
a:active {color:#000000; text-decoration: none;}
a:hover {color:#639cc6; text-decoration: underline;}


body 

body,
html {
    margin:0;
    padding:0;
    background-color:#fff;
    color:#333;
    }

body {

min-width: 700px;

}


fieldset {

border: 0;
}

#wrap {
    background:#fff;
    margin:0 auto;
    width:800px;
    }

#header {
    background:#fff;
height:160px;
    }


#main {
    background:#fff;
float:right;
    width:500px;


    }

#main h1, #main h2, #main p {
    padding:0 10px;
line-height:18pt;

}


#main ul 

{

list-style-color:#639cc6;
list-style-type: none;
font-size: 11pt;
font-weight: normal;
color:#333333;
text-align:left;
  line-height: 22pt; 
  font-family: arial;
  font-variant: normal;
  font-style: normal;

}





#sidebar {
    background:#fff;
float:left;
width:300px;
    }


#sidebar ul {
list-style:none;
line-height:18pt;
color:#639cc6;
font-size:11pt;
font-weight:normal;
font-family:arial;

    }

#sidebar h2 {
color:black;
list-style:none;
line-height:18pt;
font-size:11pt;
font-weight:normal;
font-family:arial;
}




#menublack

{

color:black;
font-size: 11pt;}


h1 { 
color:black;  
font-weight: bold; 
  font-size: 14pt;
text-align: left;
  line-height: 12pt; 
  font-family: arial;
  font-variant: normal;
  font-style: normal;
padding: 0 10px;
}

h2 { 
color:black;  
font-weight: bold; 
  font-size: 12pt;
text-align: left;
  line-height: 12pt; 
  font-family: arial;
  font-variant: normal;
  font-style: normal;
padding: 0 10px;
}




p { 
    font-size: 11pt;
font-weight: normal;
color:#333333;
text-align:left;
  line-height: 14pt; 
  font-family: arial;
  font-variant: normal;
  font-style: normal;
}


ul li{



list-style-color:#2bc9f6;
list-style-type: none;
font-size: 11pt;
font-weight: normal;
color:#333333;
text-align:left;
  line-height: 22pt; 
  font-family: arial;
  font-variant: normal;
  font-style: normal;

}






