body {
	background-color:#fff;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#444444;
	margin:0;
        vertical-align: top;
}

/* ----------------------------------------------------------------------------------------- */

#header {
	background-image:url(../images/logo_med.png);
	background-position:left;
	background-repeat:no-repeat;
	padding: 85px 0px 10px 0px; /* (top, right, bottom, left) */
} 
#header-container {
        right: 300px
}

#header img {
	float:left;
	 /* margin:0 300px 0 0; */

}


#search {
        float: right;
	padding:10px 10px 0px 0;  /* (top, right, bottom, left) */
        margin:0;

}

#greenbar {
	background-image:url(../images/greenbar.png);
	background-position:left;
	background-repeat:repeat-x;
        width: 100%;
        height: 2em;
           }

/* ----------------------------------------------------------------------------------------- */

#sidebar {
	float:left;
	width:240px;
	font-family:"times new roman";
	font-size:17px;
        font-weight: bold;
	color:#000000;
	line-height:20px;
	border-bottom:1px solid #fff;
}


#sidebar h1 {
	color:#000000;
	font-size:16px;
	font-family:"times new roman";
}
#sidebar ul {
	margin: 5px;
	color:#000000;
	padding:5px;
        list-style-type:bullet;
}
#sidebar li {
	margin:0px;
	color:#000000;
	padding:0px;
        list-style-type:bullet;
}
#sidebar li a {	
	display:block;
	border-right:10px solid #fff;
	color:#000000;
	text-decoration:none;
}
#sidebar li a:hover {
	background-color:#eee;
	color:#000000;
	border-right:10px solid #fff;
}
}

.sidebad a {
        color:#0000ff;
        text-decoration:underline;

}
.sidebar a:hover {
        color:#ffcc31;
        text-decoration:underline;

}

/* ----------------------------------------------------------------------------------------- */
.content {
	margin:0 0 0 220px;  /* (top, right, bottom, left) */
	font-family:"times new roman";
	font-size:16px;
	color:#000000;
	width:85%;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.content h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	font-weight:normal;
	color:#000000;
	letter-spacing:-1px;
	background-image:url(../images/backgrounds/h1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:50px 10px 10px 30px;
	border-top:2px solid #eee;
}
.content h2 {
	font-family:"Trebuchet MS", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}

.content p {
	padding:0px 0px 0px 10px;
}

.content ul {
        list-style-type:bullet;
} 

.content li {
	list-style:bullet;
	/* padding:0px 5px 0px 20px;
	margin:15px 0 15px 0; */
}

.content input {
	width:300px;
	background-color:#f6f6f6;
	border:1px solid #ccc;
	/* border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #ccc; */
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#000000;
	padding:4px;
	margin:3px 3px 3px 50px;
}
.content input:hover {
	border:1px solid #999;
	color:#666;
}
.content input:focus {
	border:1px solid #999;
	color:#333;
}

.content textarea {
	width:300px;
	background-color:#f6f6f6;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#000000;
	padding:4px;
	margin:3px 3px 3px 50px;
}
.content textarea:hover {
	border:1px solid #999;
	color:#666;
}
.content textarea:focus {
	border:1px solid #999;
	color:#333;
}

.content a {
        color:#0000ff;
        text-decoration:underline;

}
.content a:hover {
        color:#ffcc31;
        text-decoration:underline;

}

.content img {
	border:none;

}
.hilight {
	font-size:2;
	font-weight:bold;
	color:#007d7c;
}

/* ----------------------------------------------------------------------------------------- */

#rightbox {
        float: left;
        width: 200px;
	background-color:#ffffff;
	background-image:url(../images/backgrounds/h1.jpg);
	background-position:top;
	background-repeat:no-repeat;
        margin:10px 10px 10px 10px;
        padding: 5px 5px 5px 5px;
}

#rightcontainer {
        float: right;
        width: 220px;
        margin:10px 10px 10px 10px;
}

#shoutbox {
        float: right;
        width: 200px;
	background-color:#ffffff;
        margin:20px 10px 10px 10px;
        padding: 5px 5px 5px 5px;
}
/* ----------------------------------------------------------------------------------------- */


p {text-indent: 20px}

.clear {clear:both;}

.center {text-align: center;}

.bold {font-weight:bold;}

.indent {text-indent: 5px}

.floatleft {
        float:left;
        text-align: center;
        margin-left: auto;
        margin-right: auto;

}

.htwo {
	font-family:"Trebuchet MS", Times, serif;
	font-size:20px;
	font-weight:bold;
        text-align: center;
	color:#000000;
}

#counter {
        float: right;
        text-align: center;
	padding:6px 10px 8px 0;
        margin:0;
}

#container {
	width:965px;
	margin:20px;
}
.line {
        color:#777;
        border-bottom:1px solid #eee;
      }
.linebold {
	font-weight:bold;
        color:#777;
        border-bottom:1px solid #eee;
        text-indent: -1px
      }



#footer {
	padding:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:50px 0 50px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	clear:both;
}
#footer a {
	color:#666;
}
#footercontent {
	margin:0 auto 0 auto;
}
/* ------------------------------------------------- */
