/* top elements */
* { margin: 0; padding: 0; }
body { margin: 0; padding: 0; font: 71%/1.5em Verdana, 'Trebuchet MS', Arial, Sans-serif;  color: #666666; text-align: center; }
/* links */
a { background: inherit; color: #3182C0; }
a:hover { background: inherit; color: #72A545; }
/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; color: #555; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; text-transform: none; }
#main h1, #rightbar h1 { padding: 10px 0 5px 5px; margin: 0 0 0 10px; border-bottom: 1px solid #f2f2f2; }
#sidebar h1 { padding: 10px 0px 5px 15px; margin: 0; }
p, h1, h2, h3 { margin: 10px 15px; }
ul, ol { margin: 10px 30px; padding: 0 15px; color: #3182C0; }
ul span, ol span { color: #666666; }
/* images */
img.float-right { margin: 5px 0px 5px 15px; }
img.float-left { margin: 5px 15px 5px 0px; }
acronym { cursor: help; border-bottom: 1px solid #777; }
blockquote { margin: 15px; padding: 0 0 0 32px; background-position: 8px 10px; border: 1px solid #f2f2f2; border-left: 3px solid #3182C0; font-weight: bold; }

#wrap { margin: 0 auto; width: 851px; text-align: left;}
#content-wrap { clear:both; margin: 0; padding:0; width: 850px; border-right: 1px solid #f2f2f2; border-left: 1px solid #f2f2f2;}
/* header */
#header { position: relative;  height: 84px;/** background-color:#3182C0*/ }
#header span#logo { position: absolute; margin: 0; padding: 0; font: bolder 3.1em 'Trebuchet MS', Arial, Sans-serif; letter-spacing: -2px; color:#333333; text-transform: lowercase; /* change the values of top and Left to adjust the position of the logo*/ top: 0; left: 5px; width: 580px; }
#header #slogan { position: absolute; margin: 0; padding: 0; font: bold 1em 'Trebuchet MS', Arial, Sans-serif; text-transform: none;  color:#333333; /* change the values of top and Left to adjust the position of the slogan*/ top: 50px; left:7px; }
#header .searchform { position: absolute; top: 5px; right: 3px; }
/* main column */
#main { float: left; margin-right: 15px; padding: 0; width: 64%; border-right: 1px solid #f2f2f2; }
/* sideabar */
#sidebar { float: left; width:260px; margin: 0; padding: 0; display: inline; }
#sidebar ul.sidemenu { list-style: none; text-align: left; margin: 0 0 8px 0; padding-right: 0; text-decoration: none; }
#sidebar ul.sidemenu li { border-bottom: 1px solid #EFF0F1;}
#sidebar ul.sidemenu a { font-weight: bold; background-image: none;text-decoration: none; display:block; width:230px; height:22px; padding:8px 0 0 20px; }
#sidebar ul.sidemenu a:hover { font-weight: bold;display:block; width:230px; height:22px; padding:8px 0 0 20px; }
/* footer */
#footer { clear: both; background: #FFF; border-top: 1px solid #F2F2F2; text-align: center; height: 30px; padding-top:15px; }
/* Alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }
/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide { display: none; }
.blue { color: #3791D7; }
.red { color:#FF3300; }

