
/* CSS Document */

body
{
	background: #ffffff;
   text-align: center;
   font-family: Arial;
   font-size: 11pt;

}

h1
{
	color: #6F0A0A; 
	font-size: 14pt;
   font-weight: normal;
}

h2
{
	color: #000000;
	font-size: 14pt;
   font-weight: normal;
   margin-left: 25px;
   margin-right: 25px;
}

h3
{
	color: #6F0A0A;
	font-size: 12pt;
   font-weight: normal;
}

img
{
	border: 0;
}


#page-wrapper
{
	width: 851px;
	margin: 0px auto;
   background-color: #ffffff; 
}

div.row-wrapper
{
	display: table-row;
	width: 851px; 
}

#header-left
{
	display: table-cell;
	width: 226px;
	float:left;
	vertical-align:middle;
}

#header
{
	display: table-cell;
	width: 625px;
	float:left;
	vertical-align:middle;
   margin-bottom: -3px;
}

#header-right
{
	display: table-cell;
	width: 0px;
	float:right;
	vertical-align:middle;
}

#main-left
{
	display: table-cell;
	width: 226px;
	float:left;
	vertical-align:middle;
   font-size: 8pt;
}

#main
{
	display: table-cell;
	width: 624px;
	float:left;
	vertical-align:middle;
	text-align: center;
   border-left: 1px solid #C0C0C0;
   padding-bottom: 15px;
}

#main-right
{
	display: table-cell;
	width: 0px;
	float:right;
	vertical-align:middle;
}

#footer-left
{
	display: table-cell;
	width: 226px;
	float:left;
	vertical-align:middle;
}

#footer
{
	display: table-cell;
	width: 625px;
	float:left;
	vertical-align:middle;
	text-align: center;
   margin-top: -17px;
}

#footer-right
{
	display: table-cell;
	width: 0px;
	float:right;
	vertical-align:middle;
}

.content
{
	margin-left: 15px;
   margin-right: 15px;
   text-align: left;
   width: 590px;
   font-size: 11pt;
   padding-bottom: 17px;
	margin-top: 25px;
}

.link a:link
{
	font-family: Arial; 
	font-size: 12pt; 
	color: blue; 
	font-weight: bold; 
	text-decoration: underline;
}

.link a:visited
{
	font-family: Arial; 
	font-size: 12pt; 
	color: blue; 
	font-weight: bold; 
	text-decoration: underline;
}

.link a:hover
{
	font-family: Arial; 
	font-size: 12pt; 
	color: #6F0A0A; 
	font-weight: bolder; 
	text-decoration: underline;
}

.header
{
	width: 625;
   position: relative;
	font-family: Arial;
   font-weight: bold;
	color: #635D5A; 
   margin-top: -30px;
   margin-left: 245px;
   font-size:10pt;
}

.header a:link
{
	font-family: Arial; 
	font-size: 10pt; 
	color: #635D5A; 
	font-weight: bold; 
	text-decoration: underline;
}

.header a:visited
{
	font-family: Arial; 
	font-size: 10pt; 
	color:#635D5A; 
	font-weight: bold; 
	text-decoration: underline;
}

.header a:hover
{
	font-family: Arial; 
	font-size: 10pt; 
	color: #6F0A0A; 
	font-weight: bolder; 
	text-decoration: underline;
}

.con_table
{
	width: 515px;
	color: #000000;
   font-family: Arial;
   font-size: 8pt;
   background-color: #ffffff;
   text-align: justify;
   margin: 15px;
}

.con_table input
{
	background: #DCDCDC;
   font-size: 8pt;
}

.con_table select
{
	background: #DCDCDC;
   font-size: 8pt;
}

.con_table textarea
{
	background: #DCDCDC;
   font-size: 8pt;
}

.left_con_table
{
	width: 200px;
	color: #000000;
   font-family: Arial;
   font-size: 8pt;
   background-color: #ffffff;
   text-align: justify;
}

.left_con_table input
{
	background: #DCDCDC;
   font-size: 8pt;
}

.left_con_table select
{
	background: #DCDCDC;
   font-size: 8pt;
}

.left_con_table textarea
{
	background: #DCDCDC;
   font-size: 8pt;
}

#blog
{
	width: 530px;
   margin-left: 25px;
   margin-right: 25px;
   margin-top: 15px;
}

.blog
{
	width: 530px;
	margin-left: 10px;
   padding-bottom: 25px;

}

.blog_date
{
	font-size: 12pt;
	font-weight: bolder;
	color: #6F0A0A; 
}

.blog_head
{
	font-size: 12pt;
	font-weight: bolder;
	color: #6F0A0A; 
}

.blog_desc
{
   text-align: justify;
	color: #000000;
   font-size: 10pt;
   font-weight: normal;
}

.blog_author 
{
	float: right;
   font-weight: bold;
	color: #000000;
   font-size: 10pt;
}

.blog_link a
{
	float: right;
}

.blog_link a:link
{
   font-weight: bold;
	color: blue;
   font-size: 8pt;
}

.blog_link a:visited
{
	font-weight: bold;
	color: blue;
   font-size: 8pt;
}

.blog_link a:hover
{
	font-weight: bolder;
	color: #6F0A0A; 
   font-size: 8pt;
}

#comment
{
	width: 475px;
   margin-left: 25px;
   margin-right: 25px;
}

.comment
{
	width: 475px;
	margin-left: 10px;
   font-size: 12px;
   color: #000000;
}

.comment_date
{
	font-weight: bolder;
}

.comment_desc
{
   text-align: justify;
}

.comment_auth 
{
	float: right;
}

.comment_link a:link
{
   font-weight: bold;
	color: blue;
}

.comment_link a:visited
{
	font-weight: bold;
	color: blue;
}

.comment_link a:hover
{
	font-weight: bolder;
	color: #6F0A0A; 
}

.blogfooter
{
	font-size: 12px;
}

.blogfooter a:link
{
	color: blue;
	text-decoration: none;
}

.blogfooter a:visited
{
	color: blue;
	text-decoration: none;
}

.blogfooter a:hover
{
	color: #6F0A0A; 
	text-decoration: underline;
}

.req
{
	color: red; 
}

/* overall table */
#calendar table {
border:1px solid #fff;
padding: 0;
margin:20px;
}

/* the day headers across the top */
#calendar th {
background: #4D74B5;
color: #fff;
margin: 3px;
padding: 2px 5px;
}

/* how days this month will look, make dates appear in top right */
#calendar td {
background: #eee;
color: #000;
padding: 2px;
margin:0;
height:60px;
text-align:right;
vertical-align:top;
border:1px solid #fff;
}

/* these are the days falling outside this month */
#calendar td.notInMonth {
background: #999;
}

.cal_nav
{
	font-size: 10pt;
	width: 75%;
}

.py
{
	float: left;
}

.ny
{
	float: right;
}

.addy
{
	width: 625;
   text-align: left;
   position: relative;
   margin-left: 225px;
   margin-top: -85px;
   font-size: 10pt;
   font-weight: bold;
   color: #6F0A0A; 
}

#CI
{
	font-family: arial;
   font-size: 8pt;
   color: #000000;
   margin-top: -45px;
   margin-left: -375px;
}

#CI a:link
{
	font-family: Arial; 
	font-size: 8pt; 
	color: #635D5A; 
	font-weight: bold; 
	text-decoration: underline;
}

#CI a:visited
{
	font-family: Arial; 
	font-size: 8pt; 
	color:#635D5A; 
	font-weight: bold; 
	text-decoration: underline;
}

#CI a:hover
{
	font-family: Arial; 
	font-size: 8pt; 
	color: #6F0A0A; 
	font-weight: bolder; 
	text-decoration: underline;
}
	

