* {
  padding: 0;
  margin: 0;
} 

body { 
  font: 8pt "Verdana", Arial, Sans-Serif; 
  background: #FFFFFF;
 
}


a {
  text-decoration: none;
  color: #301C15;
}
a:hover { color: #000; }

#wrap 
{
  margin: 20px auto;
  width: 900px;
  height: 673px;
  padding: 10px;
  background-color: #fff;
}


#header 
{
  height : 116px;
  background-color : #000;
  background: url(images/back.jpg);
}
#header h1 { padding-left: 14px; padding-top: 82px; font-size: 20px; color: #FFF; }


#menu {
  text-align: center;
  width: 100%;
  margin-top: 1px;
  height: 20px;
  font-size : 12px;
  padding: 6px 0px 0px 0px;
  border: none;
  background-color : #000;
  background: url('images/menu.jpg');
}

#menu a {
  color : #fff;
  text-decoration : none;
  padding: 0px 14px 0px 14px;

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

#menu2 {
  text-align: center;
  width: 100%;
  margin-top: 1px;
  height: 20px;
  font-size : 12px;
  padding: 6px 0px 0px 0px;
  border: none;
  background-color : #800080;
}

#menu2 a {
  color : #fff;
  text-decoration : none;
  padding: 0px 14px 0px 14px;

}
#menu2 a:hover {
  color : #C9C9C9;
}

#sidebar_right {
	 margin-top: 1px;
         float: right;
         width: 15%; 
	 height: 100%; 
	 background-color:#DCF3CC;
         padding: 10px;
         overflow: auto;
}
.sidebar_right_text {
	padding: 220px 7px 0 13px;
}
#sidebar_right h2 { padding-bottom: 6px; font-size: 12px; color: #000000; }

#sidebar_left {
	 margin-top: 1px;
         float: left;
         background-color: #E9E9E9;
         width: 15%;
         height: 100%;
         padding: 10px;
         overflow: auto;
}
#sidebar_left h2 { padding-bottom: 6px; font-size: 12px; color: #000000; }

#content { 
  float: left;
  text-align: left;
  width: 70%;
  margin-top: 10px;
  padding: 0 7px 0 13px;
  font-size: 8pt;

}

#content h2 { padding-bottom: 6px; font-size: 15px; color : #444; }
#content h3 [ color: #fff; background: #370F00; font-size: 86%; padding: 3px 6px;}

.study {
	padding: 12px 15px 15px 15px;
	background: #D6DEE5;
	font-size: 93%;
	font-family: arial, sans-serif;
}

.bulletin {
	padding: 12px 15px 15px 15px;
	background: #E3EAF0;
	font-size: 8pt;
	font-face: arial, verdana;
}
.bulletin2 {
	padding: 12px 15px 15px 15px;
	background: #F3F3EF;
	font-size: 8pt;
	font-face: arial, verdana;
}
.bulletin3 {
	padding: 12px 15px 15px 15px;
	background: #DCF3CC;
	font-size: 8pt;
	font-face: arial, verdana;
}

#footer { 
  position: absolute;
  top: 622px;
  margin-top: 20px; 
  width: 900px;
  height: 60px;
  background-color: #A7C1E0;


}
.footer_text {
	text-align: center; 
	padding: 18px;
	color: #777;
}

.blog_byline {
  	width: 65%;
	text-align: left;

}

.blog_comments {
  	width: 65%;
	text-align: right;

}

.blog_header {
  	width: 65%;
	text-align: left;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	height: auto;
	margin-bottom:3px;
	margin-top:10px;

}

.blog_body {
  	width: 65%;
	text-align: justify;
	font-size:12px;

}

.blog_hr {
  width: 65%;
  border:0;
  height: 0;

}

.blog_byline2 {
  	width: 100%;
	text-align: left;

}

.blog_comments2 {
  	width: 100%;
	text-align: right;

}

.blog_header2 {
  	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	height: auto;
	margin-bottom:3px;
	margin-top:10px;

}

.blog_body2 {
  	width: 100%;
	text-align: justify;
	font-size:12px;

}