/* CSS Document */
a:link {
	color: #aa302d;
	text-decoration: none;
}

a:visited  {
	color: #aa302d;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.bodyText {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
line-height: 120%;
}

.bodyTextLoose {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
line-height: 160%;
}

.sideMenu {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	text-align: right;
	width:161px;
	border-bottom: 1px  solid #666666; 
	padding: 5px 0 5px 0;
text-decoration: none;
line-height:100%;
text-transform:uppercase;
}
.sideMenu A:link,  .sideMenu A:visited {
color: #ffffff;
text-decoration: none;
}
.sideMenu A:hover {
color: #ff0000;
text-decoration: none;
}
.sideMenuNoRule {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	width:161px;
text-decoration: none;
line-height:100%;
text-transform:uppercase;
}
.sideMenuNoRule A:link,  .sideMenuNoRule A:visited {
color: #ffffff;
text-decoration: none;
}
.sideMenuNoRule A:hover {
color: #ff0000;
text-decoration: none;
}

.teeny{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 140%;
} 
h1 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #990000;
	
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: bold;
	color: #990000;	
}
.subHead {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
	color: #990000;	
}


 #tips{width:225px; background-image:  url(/static/art/rule-vert-dot2.gif); background-position: 0px 20px;  background-repeat: no-repeat; text-align:center;}
  /* News Box styles */
  
#newsBoxTopLeft{
width:100%; height:20px ;background-image:  url(/static/art/box-tl.gif); background-position: top left; background-repeat: no-repeat; color:#ffffff;
}
#newsBoxTopRight{
width:100%; height:20px ;background-image:  url(/static/art/box-tr.gif);  background-position: top right; background-repeat: no-repeat; color:#ffffff;
}
#newsBoxBodyLeft
{
width:100%; background-image:  url(/static/art/box-bl.gif);  background-position: bottom left; background-repeat: no-repeat;
}
#newsBoxBodyRight
{
width:100%; background-image:  url(/static/art/box-br.gif);  background-position: bottom right; background-repeat: no-repeat;
}
#newsBoxBottom
{
width:100%; background-color:#f0f0f0; background-image:  url(/static/art/box-bottom.gif);  background-position: bottom left; background-repeat: repeat-x;
}

.boxBarHeadline {
color:#ffffff; 
padding: 4px 0 0 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform:uppercase;
font-weight: bolder;	
}
.boxContent{

width:100%;
padding-bottom:5px;
}


.newsHeadline {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666666;
padding:5px 5px 0 5px;
text-transform: capitalize	
}
.newsIntro{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	padding-right:5px;
	padding-left:5px;
	color: #333333;
} 

.newsItem {
width:100%;
border-bottom: 1px  solid #666666; 
height: auto;
padding-bottom:10px;
padding-top:10px;
}
.noticeItem {
width:100%;
border-bottom: 1px  solid #666666; 
height: auto;
}
.fieldsetPT {
	display: block;
	width: 560px;
	border: 1px solid #CCCCCC;
	background-color: #EFF7FF;
	margin-bottom: 10px;
	padding-bottom:10px;

}

.callOutBox {
display: block;
	border: 1px solid #990000;
	background-color: #fffee0;
	

}


/* Mary's Styles for django pages */
.dyn_text p {
font-family: Verdana, Arial,Helvetica,sans-serif;
font-size: 11px;
line-height: 130%;
padding-left: 20px;
padding-right: 20px;
}

.dyn_text li {
font-family: Verdana, Arial,Helvetica,sans-serif;
font-size: 11px;
line-height: 130%;
margin-left: 40px;
}
.detail table,
.listing table {
	border-collapse: collapse;
	border: none;
	margin: 1em 0px;
}
.galleryTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.galeryText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#333333;
}.paging table { 
	border-collapse: collapse;
	border: none;
	font-size: 80%;
	margin: 1em 0px;
}
.paging td { padding: 0px .5em 0px 0px; }
  
#pagingLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.monthLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #aa302d;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a.monthLinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration:underline;
}
a.monthLinks:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration:underline;
}
a.monthLinks:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration:underline;
}

.galleryLayout table {

	border-collapse: collapse;
	border: none;
	}

	.galleryLayout td { padding: 5px; 
	vertical-align: top; 
	text-align: left;
	border-bottom: solid 1px #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:130%;
	
	}
	
#galleryDesc
{ width: 40%;}
#galleryDetails
{ width: 40%;}

.newsLineTitle  { 
	border-bottom: solid 1px #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding: 20px 0 0px 0;
	}
.newsLineDate  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-align:right;
	margin-top:-30px;
	}
	
.newsImage {
float: left;
padding: 0 10px 10px 0;
}
	
.newsMargins {
margin: 10px 0px 10px 0px;}

