/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
color: #555;
background-color: #fff;
font-family:sans-serif;
font-size: 13px;
text-align: center;
}

div#container {
width:800px;
margin:0 auto;
}
div#header {
margin-top:40px;
}

div#colleft {
width:440px;
float:left;
text-align: left;
}

div#menu {
width:355px;
background-color: #fff;
float:right;
text-align: right;
padding-top:50px;
}

div#banner {
text-align:center;
}

div#colleft1 {
height:220px;
border-right: 1px solid #ccc;
padding-top: 20px;
padding-left: 20px;
width:155px;
float:left;
text-align: left;
font-size:10px;
line-height: 11px;
}

div#colright1{
height: 200px;
width:550px;
background-color: #fff;
float:right;
text-align: left;
font-size:10px;
padding:20px;
}

div#footer {
border-top: 1px solid #ccc;
margin-top: 0px;
clear: both;
height:30px;
background-color: #fff;
text-align: left;
color:#fff;
}
a.menuitem:hover  {
color: #009900;
background-color: #fff;
padding-top:7px;
padding-bottom:6px;
}

a.menuitem {
height:60px;
border-left: 1px solid #ccc;
text-decoration: none;
margin-right:4px;
padding-left:10px;
padding-right:10px;
padding-top:7px;
padding-bottom:7px;
color: #fff;
font-size: 12px;
background-color: #fff;
}

a:link {
	color: #555555;
text-decoration: none;

}
a:visited {
text-decoration: none;
	color: #555555;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a:active {
text-decoration: none;
	color: #555555;
}

.bullet {
background: url(images/bullet.jpg) 0 1px no-repeat;

padding-left:25px;
}
