/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:20px;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

body a {
	color:#666666;
}

body a.hover {
	color:#a0c329;
	text-decoration:none;
}



textarea,input,submit {
	background:#a0c329;
	border-width: 1px;
	border-color: #396c00;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#bb7e23;
	font-weight:normal;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#396c00;
	font-weight:bold;
}


input.bg {background-color: #cccccc}

textarea.bg {background-color: #cccccc}

input.button {background-color: #cccccc}


/* THE AREA THAT CONTAINS THE top IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}




/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}



/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:700px;
	margin:0 auto 0 auto;
}
#container a {
	color:#666666;
}
#container a.hover {
	color:#a0c329;
	text-decoration:none;
}





/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
}

#sidebar h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size:18px;
	color:#bb7e23;
	border-bottom:1px dashed #ede700;
}

#sidebar p {
	line-height:20px;
}
#sidebar a {
	color:#666666;
}
#sidebar a.hover {
	color:#a0c329;
	text-decoration:none;
}


/* THE MENU */

#menu {
	text-align:right;
}

#menu a {
	color:#396c00;
	background-image:url(a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
	font-size:14px;
	font-weight: bold;
	font-variant:small-caps;
}

#menu a:hover {
	color:#a0c329;
	background-image:url(a_hover.jpg);
	font-size:14px;
}




/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #396c00;
	background-image: non;
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:18px;
	color:#bb7e23;
	border-bottom:1px dashed #ede700;
	padding-top:15px !important;
	padding-top:0;
	background-image:none;
	background-position:top right;
	background-repeat:no-repeat;
}

#content p {
	line-height:20px;
	text-indent:15px;
}

#content ol,ul {
	line-height:25px;
}

#content li {
	list-style-image:none;
}



/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #ede700;
	color:#bb7e23;
}

