body {
     background-color: #fdbe0f;
     background-image: url('../images/bg.jpg');
     background-repeat: repeat-x;
     padding: 0px;
     border: 0px;
     margin: 0px;
     font-family: Arial;
     font-size: 11px;
     color: #003272;
}
img {
     border: 0;
}

h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #46466A;
	text-decoration: none;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
p {
     line-height: 12px;
}
a {
     color: #003272;
     font-weight: bold;
     text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
ul {
     line-height: 15px;
     margin-left: 0px;
     padding-left: 5px;
     *padding-left: 0px;
     *margin-left: 5px;
}
li {
     line-height: 12px;
     list-style: none;
     background-image: url("../images/bullet.jpg");
     background-repeat: no-repeat;
     background-position: 0px 5px;
     padding-left: 15px;
     padding-bottom: 5px;
}
#wrapper {
     width: 751px;
     margin: 0 auto;
}
#wrapper #topMenu {
     color: White;
     text-align:right;
     height: 29px;
     width: 751px;
}
#wrapper #header {
     width: 751px;
     height: 262px;
     background-image: url('../images/header.jpg');
}
#wrapper #menu {
     width: 751px;
     height: 53px;
     background-color: White;
}
#mainContent {
     background-color: White;
}
#content {
     background-color: White;
     margin-left: 5px;
}
#left {
     width: 173px;
     background-color: #e5e9ef;
     background-color: White;
     border-right: 2px solid #bcc7d8;
}
#main {
     width: 381px;
     border-right: 2px solid #bcc7d8;
}
#main2 {
     width: 556px;
     border-right: 2px solid #bcc7d8;
}
#main3 {
     width: 573px;     
}
#right {
     width: 188px;
     background-image: url('../images/rightBg.jpg');
     background-position: bottom;
     background-repeat: no-repeat;
}
#footer {
     background-image: url('../images/footerBg.jpg');
     background-repeat: repeat-x;
     width: 100%;
     text-align: center;
     line-height: 20px;
     height: 85px;
}
#footer a {
     font-weight: normal;
}
#navbar2 {
     list-style: none;
     width:188px;
     margin: 0;
     padding: 0;
     text-align: left;
}
#navbar2 li {
     width: 184px;
     height: 20px;
     line-height: 20px;
     vertical-align: middle;
     margin: 0;
     padding: 0 0 0 4px;
     background: url('../images/navbar.jpg') bottom no-repeat;
}
#navbar2 a {
     font-family: Tahoma, Sans-serif;
     padding-left: 10px;
     color: #012c63;
     text-transform: uppercase;
     font-weight: bold
     font-size: 12px;
}
#navbar2 a:hover {
     cursor:pointer;
     background:url('../images/mouseover.jpg');
     background-position: 0px 3px;
     background-repeat:no-repeat;
}
