/* CSS Document */
html {
	height: 100%;
}
body {
	margin-top: 0px;
	background-color: #eeefef;
}

div {
    margin: 0;
	padding: 0;
}

#container {
	width: 787px;
}
#header {
	height: 84px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;/* menu */
}

#menu {
	height: 55px;
	width: 787px;
	margin-bottom: 10px;
}

#leftmenu {
	width: 12px;
	height: 55px;
	float: left;
	background-image: url(images/leftmenu.jpg);
	background-repeat: repeat-x;
}
#rightmenu {
	width: 12px;
	height: 55px;
	float: left;
	background-image: url(images/rightmenu.jpg);
	background-repeat: repeat-x;
}
#innermenu {
	height: 55px;
	width: 763px;
	float: left;
	padding-top: 2px;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
}





/* mainbody */

#left {
	float:left;
	width:552px;

}

#mainbody {
	float: left;
	width: 552px;
	height: auto;
	margin-bottom:10px;
}
#bodytop {
	height: 7px;
	width: 552px;
	background-image: url(images/bodytop.gif);
	background-repeat: no-repeat;
}

div { margin-top: 0px; padding: 0px;}
#bodyinner {
	background-image: url(images/bodyinner.gif);
	background-repeat: no-repeat;
	width: 552px;
	padding-top: 10px;
}

#bodyinner1 {
	background-image: url(images/featuredbg.gif);
	background-repeat: repeat-y;
	width: 552px;
}

#bodybottom {
	height: 7px;
	width: 552px;
	background-image: url(images/bodybottom.gif);
	background-repeat: no-repeat;
}

#bodybottom1 {
	height: 7px;
	width: 552px;
	background-image: url(images/bodybottom.gif);
	background-repeat: no-repeat;
}
#content {
	padding: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302f2f;
	line-height: 1.5em;
}

#content1 {
	padding: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302f2f;
	line-height: 1.5em;
}

#creditinfo {
	
	padding-left:100px;
	list-style:none;
	list-style-position:outside;
	list-style-image:url(images/check.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
}
/* rightbody */

#right {
	float:left;
	width:222px;
	height:100%;
	margin-left:13px;
}

#rightbody {
	background-image: url(images/recentinner.gif);
	background-repeat: no-repeat;
	float: left;
	width: 222px;
}
#right_content {
	background-image: url(images/recentbg.gif);
	background-repeat: no-repeat;
	width:222px;
	padding-bottom:10px;

}
.box_bottom {
	height:7px;
	width:222px;
	background-image: url(images/recentbottom.gif);
	background-repeat: no-repeat;
	font-size:12px;

}
.box_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	padding-left:14px;
	padding-top:4px;
	color:#103353;
}

ul{
	margin-bottom: 0px;
}

a{
	color:#000;font-size:12px;text-decoration:none;
}

#recent_content {
	width: 222px;
	text-align:left;
	list-style:none;
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	color:#2f2e2e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	margin-top:10px;
}

#recent_content1 {
	margin-left:10px;
	margin-right:10px;
	width: 195px;
	text-align:left;
	list-style:none;
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	color:#2f2e2e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	margin-top:10px;
	padding: 5px;
}

.credit1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#dedbdb;
	color:#1773be;
	
	}
	
.credit2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2f2e2e;
	}

#footer{
	clear:both;
	color:#2f2e2e;
	width: 787px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	height:36px;
	background-color:#e7e4e4;
	border-top-color:#133c61;
	border-top:#133c61 5px solid;;
	
	
}