BODY
{
	font-family: Arial;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
	background: url(images/cornercurlupperright.gif) no-repeat 100% 0%;
}
H1 
{
	font-size : xx-large;
	font-weight: bold;
	font-family : Diner;
	text-align : center;
}
H2
{
	font-weight: bold;
	font-family : Arial;
	text-align : center;
}
.breadcrumbs
{
	font-size: xx-small;
	text-align : left;

	border-top : thick Green;
	vertical-align : top;
	padding: 2px, 2px, 2px, 2px;
	color : #000000;
	text-decoration : none;
}
.endline
{
	font-size: x-small;
	text-align : center;
}
.content
{
	vertical-align: top;
	font: Arial, Helvetica, sans-serif;
	color: Black;
}
.topsidemenu
{
	background: url(images/border.gif) repeat-x top;
}

.sidemenu
{
	background: #FFFFFF url(images/border.gif) repeat-y left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	color : Green margin : 1px 1px 1px 1px;
	vertical-align : top;
}
.rightsidemenu
{
	background: url(images/border.gif) repeat-y right;
}
.bottomsidemenu
{
	background: url(images/border.gif) repeat-x bottom;
}

.textpadding
{
	padding : 8px, 8px, 8px, 8px;
}
.cornerll
{
	background: url(images/cornerll.gif)  0 100% no-repeat;
}
.cornerlr
{
	background: url(images/cornerlr.gif) 100% 100% no-repeat
}
.cornerul
{
	background: url(images/cornerul.gif) 0 0 no-repeat
}
.cornerur
{
	background: url(images/cornerur.gif) 100% 0 no-repeat
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#topmenu {
float:left;
width:100%;
font-size:70%;
line-height:normal;
border-bottom: 1px solid #000040;
}

* html #topmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#topmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#topmenu li{
display:inline;
margin:0;
padding:0;
}

#topmenu a {
float:left;
background:url(images/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#topmenu a span {
float:left;
display:block;
background:url(images/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */

#topmenu a:hover span {
color: #ffffff;
}

#topmenu #current a {
background-position:0 -125px;
}

#topmenu #current a span {
background-position:100% -125px;
color: #ffffff;
}

#topmenu a:hover {
background-position:0% -125px;
}

#topmenu a:hover span {
background-position:100% -125px;
}


