body {
	padding: 0px;
	margin: 0px;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;

	background-color: #e6e9ff; /*#d1d5eb;#e6e9ff;*/
	background-image: url(/resources/images/logoGradient2.png);
	background-repeat: repeat-x;
	background-position: top left;
	
	/* MSIE 5 doesn't center based on auto left/right margins, 
	but 'text-align:center' does center top-level divs: */
	text-align: center;
	/* Specify a min-width for the body as wide as the 'wrapper'
	element itself. This prevents negative (i.e. inaccessible)
	left-margins in narrow browser windows when using 
	Navigator 6+/Mozilla on Win32: */
	min-width: 500px;
}

a {
	color: #990000;
}

a img {
	border: none;
}

input {
	background-color: #ededde;
}

#container {
	margin-bottom: 10px;
	padding: 0px;
	overflow: auto;
	
	/* Reset alignment that was set in the containing (body) tag
	to compensate for 'text-align:center': */
	text-align: left;
	/* Specify the width of the element. This should be the same
	as 'body min-width': */
	width: 775px;
	/* Set left and right margins to auto, thus centering the 
	element in the containing (body) tag: */
	margin-left: auto;
	margin-right: auto;
}

#logo {
	background: url(/resources/images/logo.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 775px;
}

#mainArea {
	background-color: #b6bce0; /*9fa4c4; /*8a92c4; /*E9FFE6; /*fffddb; /*#fdff9d;/*#fffddb;*/
	width: 773px; /*This is the width of 775px minus the width of the left and right border which is 2*/

	border: #3a4485 1px solid;

	padding: 0px;
	margin: 0px;

	text-align: justify;
	overflow: auto;

	float: left;
	
	-moz-border-radius: 7px;
}

#menuArea {
	display: block;
	float: left;
	
	width: 150px;
	
	margin: 0px;
	padding: 0px;
}

.menu {
	padding-bottom: .25em;
}

.menu a {
	display: block;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	border-top: 1px solid #3a4485;
	padding: 2px;
}

.menu a:link {
	background: #ffffff;
}

.menu a:visited {
	background: #ffffff;
}

.menu a:hover {
	background: #e6e9ff;
	color: #ff0000;
}

.menu .date { 
	display: block;
	margin: 0px;
	background: #ffffff;
	font-style: italic;
	font-size: 13px;
}

.block {
	display: block;
	background: #ffffff;
	border: 1px solid #3a4485;
	margin: 10px;
	-moz-border-radius: 7px;
}

.title {
	display: block;
	margin: 0px;
	text-align: center;
	font-size: 17px;
	font-weight: 900;
	color: #ffffff; /*3a4485; /*ffffff;*/
	padding: 2px;
	background-image: url(/resources/images/logoGradient3.png);
	background-repeat: repeat-x;
}

.title.mainTitle {
	background-color: #626fbc; /*3a4485;*/
	margin-bottom: 10px;
	border: 1px solid #3a4485;
	-moz-border-radius: 7px;
}

#menuArea .title {
	background-color: #626fbc; /*990000; /*edc95b; /*3a4485;*/
	border-bottom: 1px solid #3a4485;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0em;
	-moz-border-radius-bottomright: 0em;
}

.textSection .title {
	font-size: 1.3em;
	border: 0px;
	border-bottom: #3a4485 1px dotted;
	width: 100%;
	text-align: left;
	color: #000000;
	padding: 0px;
	-moz-border-radius: 0;
	background-image: none;
}

#friendsArea {
	text-align: center;
}

#friendsArea a, #friendsArea img {
	border: 0px;
}

#contentArea {
	margin-left: 150px;
	padding: 0px;
	border: 0px solid #3a4485;
	background-color: #b6bce0; /*9fa4c4; /*8a92c4; /*F6FFF5; /*fffddb;*/
}

#textArea {
	padding: 0px;
}

#textArea h1 {
	font-size: 110px;
	font-weight: 900;
	text-decoration: none;
	color: #000000;
}

#textArea h2 {
	font-size: 1.4em;
	font-weight: 700;
	text-decoration: none;
	color: #000000;
}

#textArea h3 {
	font-size: 1.3em;
	font-weight: 500;
	text-decoration: none;
	color: #000000;
}

#textArea h4 {
	font-size: 1.2em;
	font-weight: 300;
	text-decoration: none;
	color: #000000;
}

#textArea h5 {
	font-size: 1.1em;
	font-weight: 100;
	text-decoration: none;
	color: #000000;
}

.textSection {
	margin-bottom: 10px;
	padding-left: 60px;
	padding-right: 10px;
	background-color: #ffffff;
	background-image: url(/resources/images/pawPrint.png);
	background-position: top left;
	background-repeat: no-repeat;
	border: #3a4485 1px solid;
	-moz-border-radius: 7px;
}
/*
.textSection {

	background-image: url(/resources/images/logoGradient2.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #d1d5eb;
	
}
*/
.important {
	background-color: #EFDCE8; /*E0B8D2; /*FFF5F6;*/
	background-image: url(/resources/images/iconImportant.png);
}

.plain {
	padding-left: 10px;
	padding-bottom: 10px;
	background-image: none;
}

div.expandDivHead  {
	font-size: 1.2em;
	font-weight: 900;
	background-image: url(/resources/images/iconExpand.gif);
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #990000;
}

div.expandDiv  {
	display: none;
}

blockquote.style1 {
	background-color: #e6e9ff;
	border-top: 1px solid #b6bce0;
	border-bottom: 1px solid #b6bce0;
	font-style: italic;
	padding-left: 60px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(/resources/images/quote.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.error {
	background-image: url(/resources/images/iconError.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.success {
	background-image: url(/resources/images/iconCheck.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.galleryImg {
	border: 1px solid #3a4485;
}

#calendar {
	width: 550px;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	border: 1px solid #3a4485;
	border-spacing: 0px;
	text-align: center;
}

#calendarTitle {
	text-align: center;
	background-color: #d1d5eb;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: #3a4485 1px solid;
}

#calendarDayHeading {
	width: 14%;
	background-color: #d1d5eb;
	text-align: center;
	font-size: 10pt;
	border: 1px solid #3a4485;
}

#calendarDay {
	height: 100px;
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	border: 1px solid #3a4485;
}

#calendarCurrentDay {
	background-color: #ffffcc;
	vertical-align: top;
	text-align: left;
	border: 1px solid #3a4485;
}

#calendarGrayDay {
	background-color: #dddddd;
	vertical-align: top;
	border: 1px solid #3a4485;
	text-align: left;
	
	
/*POLL STUFF*/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.border {

	border: 2px solid #CCCCCC;
	

}

.border2 {

	border: 2px solid #000000;
	
}

.small {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	
}

.big {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	
}