*{margin:0; padding:0;}

body {
font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
font-size: 12px; 
background: #DCDCDC;
color: #333; 
margin:0; 
padding:0;
line-height: 135%;
}

a { color: #336699; text-decoration: none; }
a:hover { text-decoration: none; color : #880000; }

img { border: none; padding: 6px; } 
img a {border:none;} 

ul { list-style-type: none; }

#page {
width: 800px;
margin: 0 auto;
}

#header { 
background: url(images/header.jpg) no-repeat;
height: 110px;
}
#header h1 {
font-size: 27px;
font-weight: 100;
padding: 25px 0 0 50px;
}
#header h1 a {
color: #5085BB;
}
#header h1 a:hover {
color: #444;
}
#header h2 {
color: #444;
font-size: 17px;
font-weight: 100;
padding: 7px 0 0 50px;
}

#menu {
background: url(images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
font-size: 13px;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
background: url(images/menuover.png) repeat-x;
}

#wrapper {
background: url(images/content.jpg) repeat-y;
padding: 0 30px;
}

#content {
float: left;
width: 510px;
padding-top: 15px;
}

#sidebar {
float: right;
width: 210px;
}

#footer {
background: url(images/footer.jpg) no-repeat;
margin: 0 auto;
font-weight: 100;
font-size: 12px;
text-align: center;
color #fff;	
height: 50px;
line-height: 50px;
}
#footer p { color: #fff; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#content h2 {
font-weight: 100;
font-size: 23px;
margin: 0 0 4px; padding: 0 0 3px; 
color: #555;
}

#content ul {
color: #555555;
padding: 10px 30px;
}
#content ul li {
list-style-type: square;
}

#sidebar img { padding: 0; margin: 0; }
#sidebar ul {
    list-style-type: none; 
}

#sidebar h2 {
    background: url(images/sidebarh2.jpg) no-repeat;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 14px;
    margin: 20px 0 0 0; padding: 0 0 0 10px; 
    color: #fff;
}

#sidebar ul li {

}

#sidebar ul {
padding: 10px 0 5px 10px;
}

#sidebar ul li {
    background: url(images/bullet.jpg) no-repeat center left;
    padding: 2px 0 2px 22px;
}
#sidebar ul li a { font-size: 13px; }


form, button{border:0; margin:0; padding:0;}
 .spacer{clear:both; height:1px;}
 /* ----------- My Form ----------- */
 .myform{
   margin:0 auto;
   width:400px;
   padding:14px;
   font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
 }
 
   /* ----------- stylized ----------- */
   #stylized{
       border:solid 2px #b7ddf2;
       background:#ebf4fb;
   }
   #stylized h1 {
       font-size:14px;
       font-weight:bold;
       margin-bottom:8px;
   }
   #stylized p{
       font-size:11px;
       color:#666666;
       margin-bottom:20px;
       border-bottom:solid 1px #b7ddf2;
       padding-bottom:10px;
   }
   #stylized label{
       display:block;
       font-weight:bold;
       text-align:right;
       width:140px;
       float:left;
   }
   #stylized .small{
       color:#666666;
 display:block;
       font-size:11px;
       font-weight:normal;
       text-align:right;
       width:140px;
   }
   #stylized input{
       float:left;
       font-size:12px;
       padding:4px 2px;
       border:solid 1px #aacfe4;
       width:200px;
       margin:2px 0 20px 10px;
   }
   #stylized select{
       float:left;
       font-size:12px;
       padding:4px 2px;
       border:solid 1px #aacfe4;
       width:206px;
       margin:2px 0 20px 10px;
   }
   #stylized textarea{
       float:left;
       font-size:12px;
       padding:4px 2px;
       border:solid 1px #aacfe4;
       width:200px;
       margin:2px 0 20px 10px;
   }
   #stylized button{
       clear:both;
       margin-left:150px;
       width:125px;
       height:31px;
       background:#666666 url(img/button.png) no-repeat;
       text-align:center;
       line-height:31px;
       color:#FFFFFF;
       font-size:11px;
       font-weight:bold;
   }​
.msgbox {
  text-align: left;
  padding: 5px 8px;
  color:#333;
  margin: 0px 0px 20px;
  font-weight: bold;
}
 
.msgbox.clean {
  background-color: #efefef;
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  color: #555;
}
.msgbox.info  {
  background-color: #f7fafd;
  border-top: 2px solid #b5d3ff;
  border-bottom: 2px solid #b5d3ff;
}
.msgbox.success {
  background-color: #d7f7c4;
  border-top: 2px solid #82cb2f;
  border-bottom: 2px solid #82cb2f;
}
.msgbox.alert {
  background-color: #fef5be;
  border-top: 2px solid #fdd425;
  border-bottom: 2px solid #fdd425;
}
.msgbox.error {
  background-color: #ffcdd1;
  border-top: 2px solid #e10c0c;
  border-bottom: 2px solid #e10c0c;
}
 
.msgbox ol {
  margin: 6px 20px 6px 20px;
  list-style-type: lower-roman;
}
.msgbox ol li {
  margin-left: 20px;
  padding-left: 10px;
  list-style-type: decimal;
}