/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #393939;
	line-height: 18px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #014923
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	margin-bottom: 0.2em;
	color: #FFFFFF;
	font-size: 1.2em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #034e27;
}

h5 {
	margin-top: 0.6em;
	margin-bottom: 1em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #034e27;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #009244;
}

/** Header Style Starts Here */

#header {
	width: 950px;
	height: 45px;
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header h1 {
	margin: 0;
	padding: 10px 20px 10px 65px;
	background: url(images/image008.jpg) no-repeat left 90%;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}

/** Menu Style Starts Here */


#menu {
	width: 950px;
	height: 43px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(images/image001.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	list-style: none;
	padding: 10px 0px 0px 25px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 20px 5px 20px;
	background: url(images/image006.gif) no-repeat right 50%;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #c4ced8;
}

#menu .first a  {
	padding-left: 0;
}

/** Page Style Starts Here */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image0005.jpg) repeat-y;
}

#page-top {
	background: url(images/image0003.jpg) no-repeat left top;
}

#page-bottom {
	background: url(images/image0004.jpg) no-repeat left bottom;
}

#content {
	float: right;
	width: 630px;
	height: 500px;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content a {
	font-weight: bold;	
}

#content a:hover {
	color: #004823;
}

#mycustomscroll {
	width: 625px;
	height: 500px;
	overflow: auto;
	padding: 0px 10px 0px 0px;
	position: relative;
	}
#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 20px;
	font-weight: normal;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 18px 0 0 20px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 20px;
	font-weight: normal;
}

#sidebar a {
	font-weight: bold;
	text-decoration: none;	
}

#sidebar a:hover {
	color: #004823;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CFCFCF;
}
/** Footer Style Starts Here */

#footer {
	width: 950px;
	height: 43px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(images/image002.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
