@charset "utf-8";
@import url("forms.css");

/* CSS Document */
	body {
		margin: 0px;
		color: #414141;
		background-repeat: repeat-x;
		background-color: #494949;
	}
	#divWrapper {
		width: 780px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		background-color: #FFFFFF;
	}

/* Header section */

	#divHeader {
		width: 100%;
		float: left;
		overflow: hidden;
		background-image: url(../images/header-background.jpg);
		background-repeat: no-repeat;
		height: 78px;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #999999;
	}
	

	#divLogo {
		width: 200px;
		float: right;
		height: 78px;
		color: #FFFFFF;
		text-align: center;
		padding-top: 37px;
	}
	#divLogo h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 22px;
		margin-top: 0px;
		font-weight: normal;
	}
	#divLogo a {
		color: #F2F3E9;
		text-decoration: none;
	}
	#divNavigation {
		float: left;
		width: 580px;
		height: 78px;
	}
	#divNavigation ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	#divNavigation li {
		display: inline;
	}
	#divNavigation li a {
		text-decoration: none;
		float: left;
		height: 21px;
		margin-top: 39px;
		margin-left: 35px;
		color: #8e8e8e;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 8px;
		padding-left: 10px;
	}
	#divNavigation li a:hover {
		color: #CCCCCC;
		padding-bottom: 3px;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #575757;
	}

/* End Header Section */


/* Start Content Section */

	#divContentWrapper {
		width: 100%;
		float: left;
		overflow: hidden;
		position: relative;
	}
	#divContent {
		float: left;
		padding-top: 10px;
		padding-right: 45px;
		padding-bottom: 20px;
		padding-left: 45px;
		width: 490px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #5B5B5B;
		text-align: justify;
	}

	#divContent ad1 {
		float: left;
                padding: 3px;
	}

	#divContent ad2 {
		float: right;
                padding: 3px;
		
	}

	#divContent h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #9CA85E;
		text-transform: none;
		font-weight: normal;
	}
	#divContent h3 {
		color: #68887c;
		font-size: 13px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		background-image: url(../images/bullet.jpg);
		background-repeat: no-repeat;
		background-attachment: inherit;
		background-position: 2px;
		padding-left: 15px;
	}
	#divContent p {
		font-size: .7em;
		line-height: 1.8em;
	}
	#divContent ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
	}
	#divContent li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 1.8em;
		padding-left: 15px;
		background-image: url(../images/bullet.jpg);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: 1px 6px;
	}
	#divContent a {
		color: #415242;
		text-decoration: none;
		padding-bottom: 2px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #ADADAD;
	}
	#divContent a:hover {
		color: #A6B16F;
	}
	#divContent #PageTitle {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 24px;
		font-variant: normal;
		font-weight: normal;
		color: #68887c;
		padding-bottom: 5px;
	}
	#divContent strong {
		font-weight: 400;
	}
	#divContent hr {
		color: #F8F8F8;
		margin-left: 15px;
	}

/* End Content Section */

/* Start Sidebar Section */

	#divSidebar {
		float: left;
		width: 170px;
		padding-top: 30px;
		padding-right: 15px;
		padding-bottom: 3000px;
		padding-left: 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		color: #A7C520;
		margin-bottom: -3000px;
		background-color: #e9e8e2;
	}
	#SidebarImage {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	#divSidebar ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	#divSidebar a {
		text-decoration: none;
		color: #878C7D;
		width: 145px;
		padding: 8px;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #D8D6CB;
		background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
		background-position: 1px;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;

	}
	#divSidebar a:hover {
		color: #606761;
	}

/* End Sidebar Section */

/* Start Footer Section */

	#divFooter {
		clear: both;
		text-align: right;
		font-size: 0.6em;
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 3px;
		padding-right: 10px;
		padding-left: 10px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #EAEAEA;
		background-image: url(../images/left-corner.jpg);
		background-repeat: no-repeat;
		height: 67px;
	}
	#divFooter p {
		color: #9AA758;
	}
	#divFooter a {
		text-decoration: none;
		color: #68887C;
	}
	#divSiteInfo {
		background-color: #494949;
		color: #787878;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		text-align: center;
		padding: 10px;
	}
	#divSiteInfo a {
		text-decoration: none;
		color: #787878;
	}

/* End Footer Section */

/* Other */

	.liveclock {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-transform: lowercase;
		float: left;
		margin-left: 85px;
		margin-top: 0px;
	}.likeh3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #68887c;
	}
