/******************
HTML Tags
******************/

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:15px 40px;
	background: url('../images/BG_Swirly.jpg') repeat-x;
	font-size:.72em;
	}

#content p, table {
	margin:0px 0px 0px 0px;
	}

.Label_Cursive_Title 
{
	font-size:x-large; font-family:Monotype Corsiva; font-weight:bold; color:#408080; text-decoration: underline;
}

.Label_Cursive_Title2 
{
	font-size:xx-large; font-family:Monotype Corsiva; font-weight:bold; color:#408080;
}

.Label_Cursive 
{
	font-size:large; font-family:Monotype Corsiva; font-weight:bold; color:White;
}

.Label_Cursive_Underline
{
	font-size:large; font-family:Monotype Corsiva; font-weight:bold; color:White; text-decoration:underline;
}

.Label_Cursive_Gray
{
	color:Gray;
	font-size:medium;
	font-family:Monotype Corsiva;
	font-weight:bold;
}

.TextBox
{
	background-color:#E0DEDE; color:#000000;
}
	
.hr {border-style: solid; border-color:#d3a94e; border-width: 2px}

.Submit_Button { background: url('../images/BtnNoText.jpg'); height: 39px; width: 85px;
				 font-size:large; font-family:Monotype Corsiva; font-weight:bold; color:Black;
				 border:0;}

.page_dimmer 
{ 
	position:fixed; 
	height:100%; 
	width:100%; 
	top:0px; 
	left:0px; 
	background-color:#000000; 
	filter:alpha(opacity=50); 
	-moz-opacity:.50; 
	opacity:.50; 
	z-index:50; 
}

.msg_box_container 
{ 
position:fixed; 
background-color:#888888; 
border:1px solid #999999; 
z-index:50; 
left:20%; 
right:20%; 
top:20%; 
}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#0000FF;
	}

a:visited {
	color:#0099CC;
	}

a:hover {
	color:#000099;
	text-decoration:none;
	}

a:active {
	color:#669966;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.side-container a:link {
	color:#FFFFFF;
	font-size:medium;
	font-family:Monotype Corsiva;
	font-weight:bold;
	}

.side-container a:visited {
	color:#FFFFFF;
	font-size:medium;
	font-family:Monotype Corsiva;
	font-weight:bold;
	}

.side-container a:hover {
	color:Gray;
	font-size:medium;
	font-family:Monotype Corsiva;
	font-weight:bold;
	text-decoration:none;
	}

.side-container td {
	width:140px; text-align:center; 
}

/* All link states are selected with an "a" */
#menu-links a {
	color:#0000FF;
	}

