/*style name: solid */
body
{
    line-height: 1.7;

    color: #555;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;

	margin:0px;
	padding:0px;
}

.sidePanel 
{
    border: thin #000000 solid;
    background:#777;/*theme changer*/
    
}

.sidePanel *
{
    color:#444;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height:1.5;

}
/*DDDFFF was sidepanel blue*/


.myForm
{
	border: thin #000000 solid;
	background:#DDD;
	color:#111;
}


#heading
{
	margin-left:12px;
	margin-right:12px;
	border:solid #000000 thin;
	background-color:#FFFFFF/*theme changer*/;
	padding:7px;

}

h1
{
    color: #000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 22px;
	line-height: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h3, h2
{
    color: #000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 19px;
	line-height: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;

	margin-left:12px;
	margin-right:12px;
	margin-top:-0px;
	padding:7px;		
}

.contentParagraph
{
    line-height: 1.7;
    color: #555;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;

	margin-left:15px;
	margin-right:15px;
	padding:7px;
	border: thin #000000 solid;
	background:#FFFFFF;/*theme changer*/

}

.regLink
{
	text-decoration:none;
	
}

a:hover
{
	text-decoration:none;
	background-image:url(../images/blinker.gif);
	color:#000000;
}	

body
{
	/*
	background-attachment:fixed;
	background-image:url(../images/backdrop4.jpg); 
	background-repeat:no-repeat; 
	background-position:center;
	*/
	
}

.imgLink
{
	text-decoration:none;
}

#navlink 
{
	
	text-decoration:none;
	
}

#navlink a:hover
{
	text-decoration:none;
	border-bottom:dashed;
	border-bottom-width:thin;
	border-bottom-color:#006600;
	color:#007700;
	
}

a:link { color:#000000; text-decoration:none;}
a:visited { color:#000000; text-decoration:none;}


#footerText
{
	line-height: 1.7;
    color: #555;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}


