/* CSS Document */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 770px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2896d3;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 770px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e5e5e5;
	border-left-color: #e5e5e5;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-bottom: 15px;
	float: left;
}
/* header*/
#header {
	height: 100px;
	float: left;
	width: 770px;
}
#logo img {
	background-color: #FFFFFF;
	float: left;
	padding-top: 5px;
}

#topbar {
	background-color: #036BCC;
	height: 26px;
	width: 770px;
	float: left;
	font-size: 12px;
	font-weight: normal;
}
#topbar ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#topbar li {
	display: inline;
}
#topbar a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}
#topbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}	
#crumbs {
	color: #999999;
	font-size: 12px;
	float: left;
	width: 700px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: normal;
}
#crumbs a {
	color: #666666;
	text-decoration: underline;
}
#crumbs a:hover {
	color: #333333;
	text-decoration: none;
}
#indexbox	{
	width:770px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

#indexcontent	{
	width:245px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	border: 1px dashed #0066CC;
	margin-right: 5px;
	padding-right: 2px;
	padding-left: 2px;
	}
	#indexcontent h2	{
	color: #0066CC;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	text-transform: capitalize;
		padding-bottom: 1px;
	}
	#indexcontent img	{
	width: 240px;
	}
	
	#indexcontent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float: none;
	width: 240px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;

	}
	#indexcontent a	{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	}
	#indexcontent a:hover	{
	color: #0099CC;
	text-decoration: underline;
	font-weight: bold;
	}
	#indexcontent a:visited	{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	}
#ads {
	width: 770px;
	height: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

#footer {
	height: 28px;
	float: left;
	width: 770px;
	margin-top: 50px;
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 5px;
	font-weight: normal;
}
#footer p {

}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footer li {
	display: inline;
}
#footer a {
	color: #666666;
	text-decoration: underline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 4px;
	padding-left: 4px;
}
#footer a:hover {
	color: #0066CC;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 4px;
	padding-left: 4px;
}
