* {margin:0; padding:0;}

html {
	scrollbar-track-color:#FF0066;
	scrollbar-base-color:#ff0066;
	}

p {margin-bottom:10px;}



body {
	text-align:center;
	background-color:#EE145A;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.9em;
	behavior:url(css/csshover.htc);
	}

td {border-bottom:1px solid #CCCCCC;}

table {border-bottom:2px solid #CCCCCC;}

input {
	width:200px;
	margin:5px 0 5px 10px;
	}

textarea {
	width:200px;
	height:200px;
	margin:5px 0 5px 10px;
	}

#wrapper {
	width:800px;
	}

#header {
	width:800px;
	height:110px;
	}

#logo {
	width:300px;
	height:90px;
	float:left;
	padding-top:20px;
	text-align:left;
	}

#nav {
	width:500px;
	height:80px;
	float:left;
	color:#FFFFFF;
	padding-top:30px;
	}

/* Begin Dropdown Menu */

#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /* makes the div enclose the list */
	font-size:1.3em;	/* SET FONT-SIZE HERE */
	}
	
#listmenu ul {margin:0 0 0 30px;} /* indents ul from edge of container */

	
#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:none; /* sets the background of the menu items */
	border-right:1px solid #FFFFFF; /* creates dividing lines between the li elements */
	}
	
#listmenu li:first-child {border-left:none;} /*the first vertical line on the menu */

#listmenu li:hover {background-color:#FF99CC;} /*sets the background of the menu items */
	
#listmenu a {
	display:block;
	padding:5px 20px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#FFFFFF;	/* sets the type color */
	}
	
#listmenu a:hover {color:#333333;}
	
/* the horizontal menu ends here */

/* the drop-down starts here */
#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /* sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /* aligns the drop exactly under the menu */
	background-color:#FF66CC; /* background color for menu */
	}
	
#listmenu ul li ul li {width:100%;} /* makes the list items fill the list container (ul) */
	
#listmenu ul li ul li:first-child {border-top:none;} /* the top edge of the dropdown */
	
/* make the drop-down display as the menu is rolled over */
#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */

#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
	
* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */

* html  div#listmenu ul li ul {
	border-top:1px solid #FFFFFF;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */
/* END OF LIST-BASED MENU */

/* End Dropdown Menu */

#calendar {
	overflow:auto;
	width:260px;
	height:240px;
	padding:10px;
	float:left;
	border:10px solid #FFFFFF;
	background-image:url(../images/calendarbg.gif);
	background-repeat:no-repeat;
	font-size:1.2em;
	text-align:left;	
	}

#calendar li {
	margin-bottom:5px;
	}

#picture {
	width:470px;
	height:260px;
	float:left;
	margin-left:10px;
	border:10px solid #FFFFFF;	
	background-color:#E2E2E2;
	}

#content {
	width:760px;
	float:left;
	border:10px solid #FFFFFF;
	padding:10px;
	margin-top:10px;
	background-color:#FFFFFF;
	background-image:url(../images/contentbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:1.2em;
	text-align:left;
	}

#content ul {margin-bottom:10px;}

#content li {margin-bottom:5px;}

#content img {
	border:10px solid #FFFFFF;
	float:left;
	margin:0 10px 10px 0;
	}

#footer {
	width:800px;
	height:70px;
	float:left;
	margin-top:10px;
	color:#FFFFFF;
	}

#footer_logo {
	width:50px;
	height:70px;
	float:left;
	}

#copyright {
	width:750px;
	height:60px;
	float:left;
	padding-top:10px;
	text-align:left;
	}

.right {
	text-align:right;
	vertical-align:text-top;
	}

.bold {font-weight:bold;}

.title {
	font-family:Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	}

.titlebold {
	font-family:Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	}

#calendar a:link {text-decoration:none; color:#FF0066;}

#calendar a:visited {text-decoration:none; color:#FF0066;}

#calendar a:hover {text-decoration:none; color:#FF0066; border-bottom:1px dotted #FF0066;}

#content a:link {text-decoration:none; color:#FF0066;}

#content a:visited {text-decoration:none; color:#FF0066;}

#content a:hover {text-decoration:none; color:#FF0066; border-bottom:1px dotted #FF0066;}

#footer a:link {text-decoration:none; color:#FFFFFF;}

#footer a:visited {text-decoration:none; color:#FFFFFF;}

#footer a:hover {text-decoration:none; color:#FFFFFF; border-bottom:1px dotted #FFFFFF;}