/***********************************************/
/* Picture the Pages Style Sheet */
/***********************************************/


body{
background-image:url(assets/pg_bg_img_3.gif);
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
font-size:14px;
}
/* link color scheme for the main website*/
a{
	color: #660066;
	text-decoration: underline;
}

a:link{
	color: #660066;
	text-decoration: underline;
	
}

a:visited{
	color: #660066;
	text-decoration: underline;
}

a:hover{
	color:#660066;
	text-decoration:none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 125%;
 color: #660066;
 text-align:left;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #660066;
 text-align:left;
 font-style: italic;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #660066;
 text-align:left;
}

h5{
margin: 0px 0px -15px 0px;
font-weight:bold;

}

.text{
text-align:left;
font-size:100%;
}
/***********************************************/
/* Layout Divs                             */
/***********************************************/
#pink{
background-color:#FF99CC;
padding:10px 10px 10px 10px;
}
 
#wrapper{
float:left;
clear:left;
width: 769px;
background-color:#FFFFFF;
border: 1px solid #000000;
text-align:left;
}

.background{
background-image:url(images/home_bckgnd.gif);
}
#topbar{
float:left;
clear:left;
vertical-align:top;
width:769px;
height:50px;
background-image:url(images/topbar_4.gif)
}

#banner {
float:left;
clear:left;
vertical-align: bottom;
width:769px;
height:90px;
background-color: #ffffff;
}

#contentwrap {
float:left;
clear:left;
vertical-align:top;
width:769px;
height:auto;
background-color:#427c99;
}

#contentRight {
float:left;
vertical-align:top;
width:644px;
height:auto;
background-color: #ffffff;
}

#contentRighthome {
float:left;
vertical-align:top;
width:644px;
height:447px;
background-image:url(images/home_bckgnd.gif);
}

#contentRightLocation {
float:left;
vertical-align:top;
width:644px;
height:auto;
background-color: #ffffff;
}

#mainContent {
	padding:10px;
}

#mainContentCalendar {
	padding:10px;
	height:685px;
}

#menu {
float:left;
vertical-align:top;
width:125px;
height:auto;
background-color: #006C6F;
}

#menubottom {
float:left;
clear:left;
padding-left:5px;
padding-right:5px;
font-size:10px;
font-weight:bold;
color:#ffffff;
vertical-align:top;
width:115px;
background-color: #427c99;
}

/**********  wrap text around images  **********/
.floatimgleft {
float:left;
margin-top:0px;
margin-right:10px;
margin-bottom:1px;
} 

.floatimgright {
float:right;
margin-top:0px;
margin-left:10px;
margin-bottom:1px;
} 

/*******  end wrap text around images  ********/

#siteInfo{ 
	clear: both;
	width: 749px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color:003300;
	border-top-style:solid;
	border-top-width:thin;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
}

/*********************************************/
/*  Special Divs              :#C4C4FF               */
/*********************************************/
#loc_up_left{
width:175px;
float:left;
}

#loc_up_right{
width:400px;
float:left;
}

#loc_lower{
width:550px;
float:left;
clear:left;
}


.cal_days {
	background-color:#eaf4cc;
	border-color:#666666;
	border-bottom:1px solid;
	border-right:1px solid;
}
.cal_non_days_top {
    background-color:#6298b3;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}
.cal_names {
	background-color:#427c99;
	border-color:#c2d77f;
	border-bottom:3px solid;
	color:#FFFFFF;
}

.cal_month {
	background-color:#427c99;
	border-color:#c2d77f;
	border-bottom:1px solid;
	border-right:1px solid;
	color:#FFFFFF;
	font-size: 28px;
	padding-bottom:2px;
	font-weight:bold;
	text-align:center
}