/* CSS Document */


.menu1{
margin-left:0px;
padding-left:0px;
padding-top:2px;
padding-bottom: 2px;
display:block;
text-decoration: none;
color: #000000;
height: 20px;
}

.submenu{
display: block;
height: 19px;
margin-left: 5px;
padding-top: 2px;
padding-left: 7px;
color: #333333;
}

.hide{
display: none;
}

.show{
display: block;
}

.show{
display: block;
}

body {
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#008080;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/jbrserve_small.jpg);
	background-position:center;
	background-repeat:yes;
	*/
	}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:bold;
	text-aligh:left;
}

h2 {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:180%;
	top-padding:30px;
	color:#000000;
	font-weight:normal;
}

h3 {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:#000000;
	font-weight:bold;

}

/* THE AREA THAT CONTAINS THE WEBSITE TITLE */

#title {
	width:400px;
	margin: 0 auto; 0 auto;
	align:center;
	text-align:center;
	margin-bottom:5px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:3px;
	text-align:center;
}

#title h1 {
	font-family: "Trebuchet MS", Georgia, Serif;
	font-size:160%;
	margin-top:20px;
	margin-bottom: 2px;
	color:#008080;
	font-weight:normal;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:1000px;
	margin:0 auto 0 auto;
}

/* THE SIDEBAR */

#SIDEBAR {
	 width:200px;
	 display: block;
	 float:left;
     
}

#SIDEBAR h1 {
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
}

#SIDEBAR p {
	line-height:20px;
}


/* THE MENU */

#menu {
	text-align:left;
}

#menu a {
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	background-color:#2b5bad;
	border: 1px solid #dcdce9;
	padding-left:15px;
	font-size:130%;
	line-height:18px;
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover {
	background-color: #008080;
	color:#FFFFFF;
	font-weight:bold;
}

#submenu {
	text-align:left;
}

#submenu a {
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	background-color: #008080;
	border: 1px solid #dcdce9;
	padding-left:10px;
	font-size:120%;
	line-height:18px;
	color:#ffffff;
	text-decoration:none;
}

#submenu a:hover {
	background-color: #00cc99;
	color:#ffffff;
	font-weight:bold;
}

/* THE NEWSBOX */

#newsbox {
	text-align:left;
	width:200px;
	margin-top:25px;
}
/* THE MAIN WINDOW WITHIN THE CONTAINER */


#content {
	width:750px;
	height:400px;
	margin-left:0px;
	padding-left:25px;
	padding-right:5px;
	background-image:url(images/backgrounds/content.jpg);
	background-position:left;
	background-repeat:repeat-y;
	border-left:1px solid #cccccc;
	overflow:auto;

}	

#content h1 {
	text-align:left;
	font-size:150%;
	color:#2b5bad;
	line-height:20px;
	background-image:url(images/x.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}
	
#content h2 {
	text-align:left;
	font-size:130%;
	color:#008080;
	line-height:20px;
	border-bottom:1px dashed #eeeeee;
	background-image:url(images/x.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}

#content h3 {
	text-align:left;
	font-size:120%;
	color:#008080;
	line-height:20px;
	}

#content p {
	line-height:20px;
}

#content ol,ul {
	line-height:20px;
	margin-left:0px;
}

#content li {
	list-style:none;
	list-style-position:outside;
	line-height:20px;
	padding-left:10px;
	text-indent:-1em;
}

/* THE FOOTER */

#footer {
	border-top:1px dashed #cccccc;
	width:1000px;
	margin:0 auto 0 auto;
	padding-top:15px;
	padding:10px;
	text-align:center;
	}