html {   /*forces Firefox to display scrollbar. This prevents page shift when navigating between long and short pages*/
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	color: #666;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../img/bg3.jpg);
	background-repeat: repeat-x;
	background-color: #efddf7;	
}

h1, #content h2  {	
 	font-size: 150%;
	color: #46449e;
	margin: 0;
	font-weight: normal;	 
}

h3  {
	font-size: 120%;
	color: #929496;
	font-weight: normal;
	margin: 0 0 5px 0;
}

a {
	color: #46449e;		
	text-decoration: none;
}

a:hover {			
	text-decoration: underline;
}

img  {
	border: none;
}


#wrapper {
	text-align: left;
	width: 760px;	
	margin: 20px auto 0 auto;	
	padding: 5px;
	border: 1px solid #c2c2c2;	
	background-color: #fff;
	overflow: auto;
	/*background-image: url(../img/wrapper_bg.png);
	background-repeat: repeat-x;	*/		
}

#header img {		
	float: left;					
}

#topnav {		
	float: right;				
}

#topnav ul  {
	margin: 30px 0 0 0;
	padding-left: 10px;
		
}

#topnav li  {
	display: inline;
  	list-style-type: none;    
  	margin: 0;
	padding-right: 0;	
}

#topnav li a {
	color: #46449e;		
	text-decoration: none;
	text-align: center;			
	padding: 0;
	margin: 0 25px 0 0;
	float: left;  	
}

#topnav li a:hover {
	color: #c9aed4;
	border-bottom: 3px solid #c9aed4;
	padding-bottom: 5px;   	
}

#homecontent  {
	margin: 0 10px 0 10px;
	clear: both;
}

#id  {
	font-size: 80%;
	padding: 0;
	margin: 0 25px 0 0;
	color: #59595b;
	float: right;
}

#id a  {	
	color: #46449e;
	text-decoration: none;	
}

#id a:hover  {
	color: #c9aed4;	
	
}

#sidebar {
    float:left;
    margin: 20px 0 0 0;
    padding: 10px 0 0 5px;
	width: 180px;
	height: auto;
	/*border: 1px solid red;*/	
}

#sidebar h2  {	
 	font-size: 110%;	
	margin: 0 0 10px 10px;
	font-weight: normal;
	color: #929496; 
}


#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#sidebar ul li {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li a {	
	font-size: 90%;	
	display: block;		
	text-decoration: none;
	color: #46449e;
	width: 145px;
	border-bottom: 1px dashed #dad7d0;
	border-left: 2px solid #fff;
    padding: 0.5em 0 0.5em 5px;
	margin: 0 5px 0 5px;
	
}

#sidebar ul li a:hover, #sidebar ul li a:focus {	
	color: #e82424;
	background-color: #f2f2f2;
	border-left: 2px solid #46449e;
}

#sidebar .inner {
	margin: 0 0 20px 0;		
}



#content-wrapper {
  	padding:  0 0 40px 20px;
  	margin: 20px 10px 0 190px;
	border-left: 1px solid #bbbdbf;  
  	  		
}

#homecontent .leftcontent  {
	width: 47%;	
	border-top: 1px dashed #bbbdbf;
	border-right: 1px dashed #bbbdbf;	
	float:left;
	margin: 0 10px 20px 0;	
	background-image: url(../img/border_bg.png);
	background-repeat: repeat-x;
	padding: 10px 5px 0 0;	
}


#homecontent .leftcontent a, #homecontent .rightcontent a   {
	color: #46449e;
	text-decoration: none;
	font-weight: bold;		
}

#homecontent .leftcontent a:hover, #homecontent .rightcontent a:hover  {	
	text-decoration: underline;		
}


#homecontent .rightcontent  {
	width: 47%;		
	float:left;
	margin: 0 0 20px 0;
	padding: 10px 5px 0 0;
	border-top: 1px dashed #bbbdbf;
	border-left: 1px dashed #bbbdbf;
	background-image: url(../img/border_bg.png);
	background-repeat: repeat-x;
		
}

#homecontent .rightcontent img, #homecontent .leftcontent img  {		
	float:left;
	margin: 0 5px 0 10px;
	padding-bottom: 10px;	
}


#content {
  	padding: 10px 0 0 0;
  	margin: 0;				
}

#content .demoselect {
 	background-image: url(../img/border_bg.png);
	background-repeat: repeat-x;
	border: 1px dashed #bbbdbf;
	padding: 10px 0 10px 0;
	margin: 0 0 25px 0;
	overflow: auto;
	height: 100%; /* required for ie6 to make overflow work */ 				
}

#content .demoselect h2 { 	
	font-size: 130%;
	color: #46449e;
	padding: 0 0 20px 5px;;
	font-weight: normal;
					
}


#content .demoselect p { 	
	margin: 5px 0 5px 0; 				
}

#content .demoselect ul {
	float: left; 	
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;				
}

#content .demoselect img  {
	float: left;
	/*border: 2px solid #bbbdbf;*/
	margin: 0 10px 0 10px;
}

#content .demoselect img.border  {	
	border: 1px solid #59595b;
	margin: 15px 30px 0 10px;		
}

#content .demoselect .clearboth  {	
	clear: both;
	height: 20px;		
}


#content ul.images
{
    margin: 30px 0 0 0;   
    padding: 0 0 0 5px;
}

#content ul.images li
{
    display: inline;
    margin: 0;
    padding: 0;    
}

/*#content ul.images li img
{
    border: 1px solid #ccc;
}*/

.boldtxt  {
	font-weight: bold;
}



#swrollovers 
{
    text-align:right;
    margin: 0 10px 0 0;
}

#poplinks a {
	color: #46449e;
	text-decoration: none;
	position: relative;


}

#poplinks a span {
	display: none;

}

#poplinks a:hover 
{ 	
  background-color: #f2f2f2;
  }
  /* The above hover change defeats the
  IE/Win display changing bug */


#poplinks a:hover span {
	position: absolute;
	top: 5px;
	left: 185px;
	display: block;
	background: #FFFFFF;
	border:1px solid #46449e;
	padding: 5px;
	width: 220px;
	color: #666;	
}

#logincontainer  {
height: 200px;
}

#regbox  {
	width: 47%;
	float: left;
	background-image: url(../img/border_bg.png);
	background-repeat: repeat-x;
	border: 1px dashed #bbbdbf;
	margin: 10px 0 0 0;
	height: 195px;
	
}

#regbox img  {	
	margin: 10px 0 0 65px;	
}	


#loginbox  {
	width: 47%;
	float: left;
	background-image: url(../img/border_bg.png);
	background-repeat: repeat-x;
	border: 1px dashed #bbbdbf;
	margin: 10px 0 0 20px;
	height: 195px;
	
}

#loginbox h2, #regbox h2  {	
	font-size: 120%;
	color: #929496;
	font-weight: normal;
	margin: 5px 0 5px 5px;
}

#loginbox p, #regbox p  {
	margin: 0;
	padding: 0 0 0 5px;	
	width: 95%;
}

#loginbox form  {	
	margin: 10px 0 10px 0;	
	width: 100%;	
}

#loginbox form ol  {
	padding: 0;
	margin-left: 0;
	list-style: none;		
}

#loginbox form li  {
	padding:  0;
	margin:  0 0 5px 0;
	float: left;
	clear: left;
	width: 100%;	
}

#loginbox form label  {	
	float: left;
	width: 70px;
	margin: 0 15px 0 0;	
	text-align: right;			
}

#loginbox form .text  {	
	width: 60%;
	float: left;				
}

#loginbox .loginsubmit {	
	width: auto;
	text-align: center;		
	padding: 7px 0 0 0;
	float: none;
	clear: both;	
}

#formcontainer  {	
	overflow: auto;
	height: 100%;
}

#form  {	
	margin: 10px 0 0 10px;
	float: left;
	width: 90%;
	
}

#form fieldset  {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;	
}

#form legend  {
	font-size: 100%;
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
	color: #000;
	font-weight: bold;
}

#form fieldset ol {
	padding: 0;
	margin-left: 0;
	list-style: none;
		
}

#form fieldset li  {
	padding:  0;
	margin:  0 0 5px 0;
	float: left;
	clear: left;
	width: 100%;
	
}

#form fieldset ul  {
	padding: 0;
	margin-left: 0;
	list-style: none;
	float: left;
	width: 40%;		
	}
	
#form fieldset ul li  {
	padding: 10px 0 10px 0;	
}

#form fieldset p  {	
	width: 100%;
	margin: 10px 0 10px 0;
		
}

#form fieldset p.warning, .warning  {
	color: #FF0000;
	font-weight: bold;
	text-align: center;	
}

#form label  {	
	float: left;
	width: 125px;
	margin: 0 30px 0 0;	
	padding: 2px 0 0 0;
	text-align: right;
			
}

#form label.nofloat  {
	float: none;
	margin: 0 30px 0 0;				
}


#form .buttons  {
	margin:  5px 0 5px 175px;
}

.warning {
	color: #FF0000;
}

#footer  {
	width: 760px;	
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 80%;
}

#footer p  {
	float: left;
	padding: 0;
	margin: 0;
}

#footer p.valid  {
	float: right;
	padding: 0;
	margin: 0;	
}









