/* CSS Document */
P.initial:first-letter { 
	font-size: 285%; 
	color:#999999;
	font-family:"Times New Roman", Times, serif;
	float: left;
}

body {
    background-image: url(images/newtheme/grid.gif);
    background-color: #EEE9DB;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

div#content {
    background-image: url(images/newtheme/bg.gif);
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
}
div#content2 {
    background-image: url(images/newtheme/bg2.gif);
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
}

.FlashBG {
background-image:  url(images/newtheme/logo-new4.jpg);
background-position: center;
background-repeat:no-repeat;

}

.TopNav { 
	
	color:#5E7B7D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	

}

.ddNav { 
	border-right:solid #f4dbdb 1px; 
	border-left:solid #f4dbdb 1px; 
	border-bottom:solid #df9494 1px;
	border-top:none; 
	padding:5px;
	padding-bottom:8px;
	background:#fcf5f5;
	background-image: url(images/newtheme/pinkshade.gif);
    background-repeat: repeat-x; /** Repeats the image vertically **/
    background-position:bottom; /** Centers the Background image **/
	
}

.RightNav {

	/* bgcolor="#eee9db" 
	border-bottom:thick #FFFFFF solid; */
	border-right:thick #FFFFFF solid;
	border-left:thick #FFFFFF solid;
	
	background:#fcf5f5;
	background-image: url(images/newtheme/pinkshade.gif);
    background-repeat: repeat-x; /** Repeats the image vertically **/
    background-position:bottom; /** Centers the Background image **/

}

.RightNav2 { 
	padding:10px;
	padding-bottom:20px;
	border-right:solid #f4dbdb 1px; 
	border-left:solid #f4dbdb 1px; 
	border-bottom:none;
	border-top:none; 

}

.RecentNewsHead {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font:bold;

}

.RecentNews {

	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;

}

.BottomFade {

background-image: url(images/newtheme/BottomFade.jpg);
    background-repeat: repeat-x; /** Repeats the image vertically **/
    background-position:bottom /** Centers the Background image **/

}

.BrownFade {

background-image: url(images/newtheme/BrownFade.jpg);
    background-repeat: repeat-x; /** Repeats the image vertically **/
    background-position:top /** Centers the Background image **/

}

.GreyFade {

background-image: url(images/newtheme/NavShade.jpg);
    background-repeat: repeat-x; /** Repeats the image vertically **/
    background-position:top /** Centers the Background image **/

}

.PageContent { 

	font-size:small;
	font-family:Arial, Helvetica, sans-serif;

}

.ContentHeader {
	font:bold;
	font-size: 24px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
}

a:link {
	text-decoration: none;
	color:#382b2a;
}
a:visited {
	text-decoration: none;
	/* color:#5e5452; */
	color:#382b2a;
}
a:hover {
	text-decoration: none;
	color:#B49C9C;
}
a:active {
	text-decoration: none;
	color:#806f6b;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style2 {font-size: 14px}
.style3 {
	font-size: 12px;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style6 {font-weight: bold; font-size: 14px;}


/* begin styles for RSS Feed */

.rss-box {
	 width: 100%;
	 /*background-color: #ffffff;*/
}

.rss-title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss-items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss-item  {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-bottom: 1em;;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
font:bold;
	}

.rss-item a:hover { 

	}
	
.rss-date {
	font-size: xx-small;
	} 
#frmsubject {
display:none;
}