/* CSS Document */

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

a {
	color:#ffffff;
}

a:hover {
	text-decoration:none;
	color:#ffffff;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:200%;
	color:#006991;
	font-weight:normal;
	margin:10px 0px 0px 0px;
	padding:0px;
}

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

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

#title p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#title h2 {
	font-size:200%;
	color:#ffffff;
	margin: 0px;
	padding: 0px;
}

#title span {
	font-size:70%;
}
/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

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

#container {
	width:600px;
	margin:0 auto 0 auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

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

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#006991;
	border-bottom:1px dashed #eeeeee;
}

#sidebar h2 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:100%;
	color:#006991;
	text-align:right;
}

#sidebar p {
	line-height:15px;
	padding:0px;
	margin:5px 0px 0px 0px;
	text-align:right;
}


/* THE MENU */

#menu {
	text-align:right;
}

#menu a {
	color:#ffffff;
	background-color:#006991;
	padding-right:10px;
	padding-left:10px;
	line-height:22px;
	text-decoration:none;
}

#menu a:hover {
	color:#006991;
	background-color:#ffffff;
	
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #ffffff;
	background-image:url(images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#006991;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	/*background-image:url(logo.gif);*/
	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:url(images/backgrounds/li.gif);
}

/* THE FOOTER */

#footer {
	background-color:#006991;
	color:#ffffff;
	width:100%;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	clear: both;
}

#footer p {
	color:#ffffff;
	text-align:center;
}
