<!--

/*-- TEAL - bgcolor = #86A8A7--*/
/*-- LIGHT GREEN - bgcolor = #E6FFCC --*/
/*-- BEIGE - bgcolor = #FFF8DD --*/ 
/*-- GREY - bgcolor = #F0F0F0 --*/
/*-- WEDGEWOOD BLUE - bgcolor = #CCCDFF --*/


/*--  Change your body settings--*/
body {
margin:0px;
background:#FFFFFF;
color:#333333;
text-align:center;
padding:0;
font-family: Verdana, Arial;
font-weight:normal;
font-size:11px;

}



#headarea {
 background:#5475A0;
 height:155px;
 width :810px;

}

#wrapper {

color:#000000;
width:810px;
min-width:600px;
margin:1em auto;
border: 1px solid black;
background:#ffffff;
padding:20;
text-align:left;
font-family:Verdana, Arial;
font-size:12px;
font-weight:normal;

}

/*--  How the regular links look in the central table area  --*/
#wrapper a {
font-size:12px;
color:#6868B4;
text-decoration:underline;
}


/*--  Attributes of the central table area links when hovered over with the mouse  --*/
#wrapper a:Hover {
font-size:12px;
color:#688989;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}


h1 {
font-family:Verdana, Arial;
font-size:25px;
color:#CC7B2D;
text-align:center;
}

#sidebar {
float: left;
width: 190px;
margin:0;
padding:5;
background: #FFFFE0;
text-align:left;
}

#sidebar-content {
margin:0;
padding: 0.5em 1em;
font-family: Arial;
font-weight:normal;
font-size:13px;
color:#CC7B2D;
text-align:left;

}

/*--  Attributes of the sidebar links --*/
#sidebar-content a {
font-size:12px;
font-family: Arial;
color:#000000;
font-weight:normal;
text-decoration:none;
text-align:left;

}

/*--  Attributes of the sidebar links when hovered over with the mouse  --*/
#sidebar-content a:Hover {
font-size:12px;
font-family: Arial;
color:#CC7B2D;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
text-align:left;
}



#main {
margin:0 0 0 200px;
padding:0;
}

#main-content {
margin:0;
padding: 0.5em 1em;
font-family: Arial;
font-weight:normal;
font-size:13px;

}

/*--  How the regular links look in the central table area  --*/
#main-content a {
font-size:12px;
color:#6868B4;
text-decoration:underline;
}


/*--  Attributes of the central table area links when hovered over with the mouse  --*/
#main-content a:Hover {
font-size:12px;
color:#688989;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}


/*--  Attributes of the left-aligned snippets  --*/
#snippetleft {
float:left;
width:160px;
background:#ffffff;
font-family:Verdana, Arial;
font-size:10px;
font-weight:normal;
color:#000000;
border:0;
text-align:left;
text-decoration:none;
padding-top:5px;
padding-left:9px;
padding-right:9px;
padding-bottom:5px;
margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
}
/*--  Attributes of the left-aligned snippets regular links   --*/
#snippetleft a {
font-family:Verdana, Arial;
font-size:10px;
color:#6868B4;
font-weight:normal;
text-decoration:underline;
}

/*--  Attributes of the left-aligned snippets when hovered over with the mouse  --*/
#snippetleft a:Hover {
font-family:Arial;
font-size:10px;
color:#688989;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}


/*--  Attributes of the right-aligned snippets  --*/
#snippetright {
float:right;
width:160px;
background:#ffffff;
font-family:Verdana, Arial;
font-size:10px;
font-weight:normal;
color:#000000;
border:0;
text-align:left;
text-decoration:none;
padding-top:5px;
padding-left:9px;
padding-right:9px;
padding-bottom:5px;
margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
}
/*--  Attributes of the right-aligned snippets  regular links   --*/
#snippetright a {
font-family:Verdana, Arial;
font-size:10px;
color:#6868B4;
font-weight:normal;
text-decoration:underline;
}

/*--  Attributes of the right-aligned snippets when hovered over with the mouse  --*/
#snippetright a:Hover {
font-family:Arial;
font-size:10px;
color:#688989;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}


/*--  Attributes of the optional adsense container  --*/
#adsense {
background:#ffffff;
border:none;
text-align:center;
padding-top:5px;
padding-bottom:5px;
margin-bottom:5px;
}

/*--  Attributes of the optional adsense container  --*/
#adsensefloatleft {
float:left;
background:#ffffff;
border:none;
text-align:center;
padding-top:5px;
padding-bottom:5px;
margin-right:20px;
margin-bottom:20px;
}

/*--  Attributes of the optional adsense container  --*/
#adsensefloatright {
float:right;
background:#ffffff;
border:none;
text-align:center;
padding-top:5px;
padding-bottom:5px;
margin-left:20px;
margin-bottom:20px;
}


/*--  Attributes of the footer area  --*/
#footer {
text-align:center;
font-size:12px;
}

/*--  How the regular links look in the footer area  --*/
#footer a {
font-size:12px;
color:#CC7B2D;
text-decoration:underline;
}

/*--  How the footer area links look when hovered over with the mouse  --*/
#footer a:Hover {
font-size:12px;
color:#688989;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}


/*--  Attributes of the RSS area  --*/
#rss {
width:800;
text-align:left;
font-size:10px;
}

/*--  How the regular links look in the RSS area  --*/
#rss a {
font-family:Arial;
font-size:10px;
color:#6868B4;
text-decoration:underline;
}





hr.cleaner {
clear:both;
height:1px;
margin: -1px 0 0 0;
padding:0;
border:none;
visibility: hidden; }

/*-- The floating block is in the margin of the second block. This is the simplest way to keep contents of two block next to each other. The cleaner makes the parent block to be completed below the floater bottom edge. --*/


-->

