body {
    margin: 0px;
    background: url('images/bg.png') repeat-x #FFFFFF;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 0.9em;
    color: #333;
}
table {
    font-size: 0.9em;
    color: #333;
}
div.wrapper {
    text-align: left;
    width: 778px;
    margin-left: auto;
    margin-right: auto;
}
div.header {
	height: 121px;
	background: url(images/header.png);
}
div.header a {
    display: block;
    height: 121px;
    width: 450px;
}
div.menu {
    height: 35px;
    background: url('images/menu.png');
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
}
div.menu a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: #FFFFFF;
}
div.menu a:hover {
    color: #333333;
}
div.content {
    background: url('images/content_bg.png');
    padding: 0px 25px 5px 25px;
}
div.banner {
    width: 778px;
    height: 180px;
    background: url('images/banner.png') no-repeat;
    margin: 0 -25px 0 -25px;
}
div.footer {
    padding-top: 25px;
    padding-bottom: 10px;
    background: url('images/footer.png') no-repeat;
    text-align: center;
    color: #666;
    font-size: 10px;
}
div.categories {
    float: left;
    width: 200px;
    margin-left: -2px;
    padding-right: 5px;
    border-right: 1px dotted #999999;
    line-height: 15px;
}
a.category {
    display: block;
    padding-left: 65px;
    background: no-repeat;
    font-size: 11px;
    color: #666666;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 60px;
    border-bottom: 1px dotted #999;
}
a.category_active span.heading {
    color: #666666;
}
a.category span.heading {
    margin: 0px !important;
    padding; 0px !important;
    font-size: 13px !important;
    font-weight: bold;
    color: #3366CC;
}
a.category:hover span.heading {
    color: #ff6600;
}
div.main_content {
    float: left;
    width: 490px;
    margin: 10px 0 0 15px;
}
div.floathack {
    clear: both;
}
h1 {
    margin: 0px;
    color: #3366CC;
    font-size: 1.3em;
    padding-bottom: 5px;
}
h2 {
    margin: 0px;
    color: #3366CC;
    font-size: 1.2em;
}
h3 {
    margin: 0px;
    color: #3366CC;
    font-size: 1.0em;
}
a {
    color: #3366CC;
    text-decoration: none;
}
a:hover {
    color: #FF6600;
}
.required {
	color: #FF0000;
}
#menustrip ul {
	padding: 				0;
	list-style-type: 		none;
	margin-top:				0;
	margin-left:			5px;
}
#menustrip ul li {
	display: 				inline;
	text-align: 			left;
}
#menustrip ul li a {
	display: 				inline;
	font-family: 			arial, verdana;
	text-transform:			lowercase;
	font-weight: 			bold;
	font-size: 				10pt;
	padding: 				3px 12px;
	text-decoration: 		none;
	color: 					#ffffff;
	margin-top: 			0;
	width: 					auto;	
}
#menustrip ul li a:hover {
	color:					#333333;
}

/* Holly Hack for IE \*/
* html #menustrip ul li {
	float: left;
	height: 1%;
}

* html #menustrip ul li a {
	height: 1%;
}
#Section1 {
	margin-top: 0;
}
.magin {padding:5px;}
.company{
font-family: verdana,arial,helvetica;
font-size: 14px;
color: #666666;
font-weight:bold;
}

.slogan {
font-family: verdana,arial,helvetica;
font-size: 10px;
color: #666666;
font-weight:bold;
}


