/* CSS Document */

/*------------------------------------------------------------*
**  Global Components
**------------------------------------------------------------*/

html{
	height: 100%; 
	overflow-y: scroll;  /* Prevents page shift for scroll bar */
}

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #F1F4FF url(images/bg.gif) top center repeat-y;
}

/*------------------------------------------------------------*
**  Wrap (entire page)
**------------------------------------------------------------*/

#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

#header {
	clear: both;
	margin: 2px 0 0 0;
	padding: 0;
	height: 16px;
	text-align: right;
	font-size: 0.9em;
}

#header h1 {
	width: 250px;
	margin: 0 0 10px 0;
	float: left;
}

#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #505050;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.2em;
}

#header a {
	text-decoration: none;
	color: #7778CB;
	font-weight: bold;
}

#header a:hover {
	color: #C1CFFF;
}

#frontphoto {
	margin: 0 0 10px 0;
	border: 0;
}

/*------------------------------------------------------------*
**  Left Menu Formatting  (Includes Announce Section)
**------------------------------------------------------------*/

#avmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#avmenu ul.menu {	
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#avmenu li.item {
	margin-bottom: 4px;
}

#avmenu li.item a {
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #F1F4FF;
	border-left: 4px solid #C1CFFF;
	font-family: Pooh, MyPooh, Arial Black;
	font-size: 1.2em;
}	
	
#avmenu li.item a:hover {
	background: #E5EAF5;
}

#avmenu li a:hover.purple, #avmenu li a.purpleon {
	color: #9C64DC;
	border-left: 4px solid #9C64DC;
}

#avmenu li a:hover.orange, #avmenu li a.orangeon {
	color: #FC9600;
	border-left: 4px solid #FC9600;
}

#avmenu li a:hover.pink, #avmenu li a.pinkon {
	color: #E1479A;
	border-left: 4px solid #E1479A;
}

#avmenu li a:hover.green, #avmenu li a.greenon {
	color: #6DAD41;
	border-left: 4px solid #6DAD41;
}

#avmenu li a:hover.blue, #avmenu li a.blueon {
	color: #506FD6;
	border-left: 4px solid #506FD6;
}

#avmenu li a:hover.teal, #avmenu li a.tealon {
	color: #40C2C1;
	border-left: 4px solid #40C2C1;
}

#avmenu li a:hover.violet, #avmenu li a.violeton {
	color: #C75CC8;
	border-left: 4px solid #C75CC8;
}

/*------------------------------------------------------------*
**  Mouseover Drop Down Menu
**------------------------------------------------------------*/

#dropmenudiv {
	position: absolute;
	background-color: #F1F4FF;
	border: 0px solid black;
	border-bottom-width: 0;
	font-family: Pooh, MyPooh, Arial Black;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	z-index:  100;
}

#dropmenudiv a {
	width:  100%;
	display:  block;
	text-indent:  3px;
	border-bottom:  0px solid black;
	padding:  1px 0;
	color:  #505050;
	text-decoration:  none;
	font-weight: normal;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #E5EAF5;
}

#dropmenudiv a:hover.orange { /*hover background color*/
	color:  #FC9600;
}

#dropmenudiv a:hover.pink { /*hover background color*/
	color:  #E1479A;
}

#dropmenudiv a:hover.green { /*hover background color*/
	color:  #6DAD41;
}

#dropmenudiv a:hover.blue { /*hover background color*/
	color:  #506FD6;
}

#dropmenudiv a:hover.violet { /*hover background color*/
	color:  #C75CC8;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #E5EAF5;
}

/*------------------------------------------------------------*
**  Announce Section (Left Below Menu)
**------------------------------------------------------------*/

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #F1F4FF;
	line-height: 1.3em;
}

.announce ul {	
	list-style: none;
}

.announce li {
	margin-left: -40px;
}

.announce .event {
	margin-left: -60px;
	list-style: disc outside;
}

/*------------------------------------------------------------*
**  Extras Section (Right)
**------------------------------------------------------------*/

#extras {
	float: right;
	width: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	list-style-position: outside;
}

#extras p {
	padding: 0 0 1.5em 0;
}

#extras li {
	margin-left: -22px;
}

/*------------------------------------------------------------*
**  Content Section (Center)
**------------------------------------------------------------*/

#content {
	margin: 0 110px 20px 160px;
	border-left: 1px solid #F1F4FF;
	border-right: 1px solid #F1F4FF;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}

#content img {
	padding: 1px;
	display: inline;
	background: #C1CFFF;
	border: 4px solid #F1F4FF;
}

#content2 { /*collapse extras*/
	margin: 0 10px 20px 160px;
	border-left: 1px solid #F1F4FF;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}

/*------------------------------------------------------------*
**  Table Formatting
**------------------------------------------------------------*/

table.home {
  width: "100%";
	text-align: center;
	border: 4px solid #523F96;
  background-color: #9C64DC;
	color: #FFFFFF;
}

table.home td {
	padding: 5px;
	border: 1px solid #FFFFFF;
  background-color: #9C64DC;
	text-align: center;
}

table.home h4 {
	font-family: Pooh, MyPooh, Arial Black;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0 0 1em 0;
  background-color: #9C64DC;
	color: #FFFFFF;
}

table.home a {
	text-decoration: none;
	color: #C1CFFF;
}

table.home a:hover {
	text-decoration: underline;
	color: #C1CFFF;
}

table.invis td {
	padding: 5px;
	border: 0px;
	text-align: center;
}

/* Tables used under Resources */

table.deco {
	display: inline;
	border: 4px solid #F1F4FF;
	bordercolor: #C1CFFF;
}

table.deco thead {
	background: #C1CFFF;
	text-align: center;
}

table.deco td {
	padding: 5px;
	border: 1px solid #C1CFFF;
	vertical-align: top;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 2px solid #F1F4FF;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}

#footer a {
	color: #7778CB;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------*
**  Font Styles
**------------------------------------------------------------*/

@font-face {
    font-family: MyPooh;
    font-style:  normal;
    font-weight: normal;
    src: url(pooh0.eot);
}

h2 {
	font-family: Pooh, MyPooh, Arial Black;
	font-size: 1.5em;
	font-weight: normal;
	color: #523F96;
	margin: 0 0 1em 0;
}

h3 {
	font-family: Pooh, MyPooh, Arial Black;
	font-weight: normal;
	font-size: 1.4em;
	color: #523F96;
	margin: 0 0 10px 0;
}

h4 {
	font-family: Pooh, MyPooh, Arial Black;
	font-weight: normal;
	font-size: 1.2em;
	color: #523F96;
	margin: 0 0 -10px 0;
}

a {
	text-decoration: none;
	color: #7778CB;
}

a:hover {
	text-decoration: underline;
	color: #7778CB;
}

a img {
	border: 0;
}

/*------------------------------------------------------------*
**  Misc. Special Formatting
**------------------------------------------------------------*/

/* Special formatting for Calendar window */
#cwindow {
	border-width: 0;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

