
/**
 * General HTML Body Styling
 * -------------------------
 */
body {
    /* border: solid; */
	background-color: #FFD700; 
    margin-top: 22px;
    margin-bottom: 30px;
	font: 75%/1em Verdana, Arial, Helvetica, sans-serif;
}		

a { 
    font: 110%/1.35em Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	color: #ff0000;
}

a.special {
    color: #0000ff;
    }

a:link {
   color: #000000;
}

a:hover {
	color: purple;
}

a:active {
  color: #000000;
  }

p, li {	
    line-height: 1.35em;
    color: #000000;
    text-align: justify;
    } 				

 /* img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}
*/

h3 {
    color: black;
     }
       
h1 { 
	font: 185%/1em Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.95em; 
	font-weight: bold; 
    color: blue;
} 

hr { 
	border: none; 
	border-top: 1px solid #cccccc;
	height : 3px; 
	width : 100%; 
}

/* Basic DIV Elements */
#header {
    /* border: solid; */
	width:942px;
	margin: 0 auto;
    text-align: center;
	
    margin-top: 28px;
	background-image:url("../images/banner.gif");  
	background-repeat:no-repeat;
	height : 87px; 	
}

#container {
    /* border: solid; */
	width: 940px;
	margin:0 auto;
    min-height:100px;
	background-color:#FFFFFF;		
}
 
#rightcolumn {
     /* border: solid; */
	float : right;
    width : 172px;
	margin-top: 0px;
    margin-left:14px;
    padding-left:14px;
    margin-bottom: 20px;
    min-height: 50px;
	border-left: 1px dotted #cccccc; 
   	background-color:#ffffff;
    position:relative;
    top: 0px;
}	

/*
#header_text {
    border: none;
    font: 430%/1.35em Verdana, Arial, Helvetica, sans-serif;
    color: white;
    text-align: center;
    width: 500px;
    position: relative;
	top:-130px;
    left:10px;
}
*/
#lockwatcher {
    /* border: solid; */
    font: 110%/1.35em Verdana, Arial, Helvetica, sans-serif;
    color: white;
    text-align: center;
    width: 150px;
    position: relative;
	top:-115px;
    left:755px;
}

#pagetitle { 
     /* border: solid; */
     margin-left:0px;
     padding-left: 14px;
     font-size: 3.25em; 
	 font-weight: bold; 
	 padding-top: 30px; 
	 color: #999999; 
	 padding-bottom: 25px;
     position:relative;
     top: -25px;
}		

#pagetitlespacer { 
     /* border: solid; */
     margin: 0 0 0 0;
     margin-left:14px; 
     height: 22px;
	 background: url('../images/pagetitlespacer.gif') no-repeat left bottom;
     max-width:826px;
     position:relative;
     top: -30px;
}

/*
#content  {
    width: 526px;
     border: solid;
     margin-left:14px; 
    /* padding: 1em; */
	/* margin-right: 175px; 
	background-color:#FFFFFF;
    min-height: 100px; 
    padding-top:30px;
}
*/

#content  {

    border: none;
    margin-left:18px;
    margin-right:18px;
    width: 900px;
	background-color:#FFFFFF;
    min-height: 100px;
    padding-bottom:1.5em; 
}

/*
#caption1 {
    border: none;
    height:30px;
    float:left;
    width:299px;
    margin-left: 30px;
    margin-bottom:15px;
    clear:both;
 }
 
#caption2 {
    border: none;
    height:30px;
    float:right;
    width:299px;
    margin-right: 30px;
    margin-bottom:15px;
    clear:both;
}

#caption1 p.special, #caption2 p.special {
   text-align:justify;
   font-weight:bold;
   line-height:1.2;
   padding-top:0;
}
*/


#content img.leftimages {
    border: 0;
    float: left;
    margin: 1em 1em 1em 0;
}

#content img.rightimages {
    border: 0;
    float: right;
    margin: 1em 0 1em 1em;
}

.leftgallery {
    border: 0;
    float: left;
    margin: 2px;
    /* margin: 1em 1em 0em 2.5em; */
    clear:both;
}

.profile {
     min-height: 200px;
}

#content img.rightgallery {
    border: 0;
    float: right;
    margin: 1em 2.5em 0em 1em;
    /clear:both;
}

#content img.leftarrow {
    border: 0;
    float: left;
    margin: 15px 1px 15px 14px;
}

#content img.rightarrow {
    border: 0;
    float: right;
    margin: 15px 15px 15px 1px;
}

#content hr.short {
   border: none; 
	border-top: 1px solid #cccccc; 
	height : 3px;
    margin-left: 0px;
    margin-right:202px; 
	width : 100%;   
}

 .small_image img {
margin: 0px 11px 0px 11px;
border:0;
padding-top: 3px;
padding-bottom: 3px;
}

.smaller_image img {
margin: 0px 14px 0px 14px;
border:0;
padding-top: 3px;
padding-bottom: 3px;
}



#leftpaypal {
    margin-left: 30px;
    float: left;
    
}

#rightpaypal {
    margin-right: 30px;
    float: right;
    
}



#content h2 { 
	margin: 1em 0 .5em 0; 
	font: 125%/1em Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
} 

#content h3 { 
	margin: 1.35em 0 .5em 0; 
	font: 165%/1em Verdana, Arial, Helvetica, sans-serif; 
	 color: #800080;	
} 

#footer p {
   text-align:center;
   padding:0;
   margin:0;
}

#content p, #rightcolumn p {
   font: 110%/1.35em Verdana, Arial, Helvetica, sans-serif;
   text-align: justify;
   margin: .5em 0 1em 0; 
}

#content h2, #rightcolumn h2, #moreright h2 { 
	font: 100%/1em Verdana, Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0; 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
	line-height: 1.35em;
}

#rightcolumn ul { 
	margin: .5em 0 1em 0; 
}

#coffeecup { 
    border: none;
   /* border: solid; */
    width: 900px;
    margin: 0px auto;
    height: 65px;
	text-align: center;
    background-color: #ffffff;
    padding-top:0px;
    padding-bottom:0px;
}



.title {
    font: 135%/1em Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.75em; 
    text-align: center;
 }

#footer {
    clear: both;
    /* border: solid; */ 
    margin-top: 20px;  
	text-align: center;
	margin: 0px auto;
	width: 900px;
	height: 55px;
	line-height: 1.0em; 
	background-color:#ffffff;	
	padding: 1.5em 0 ;
    /*
    padding-left: 10px;
	padding-right: 10px; */
}
	
#bottomBorder {
    /* border: solid; */
	text-align: center;
	margin: 0px auto;
	width: 940px;
	height: 8px;
	background: transparent url('../images/borderbottom.gif') no-repeat center top;
}

#content p.ctext { 
    text-align: center;
 }

/* Top of column text */

.columnHeading { 
	border-bottom: 1px dotted #ffffff;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
}

h1.centertext {
 text-align:center;
  }
  
#content img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
  }

#rightcolumn img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
  }
  
  
  
  /* Table width consideration 
.fn {
width: 25%;
}

.tl {
width: 25%;
}

.dp {
width: 25%;
}

.ma {
width: 25%;
}


/* table data text color etc 
td {
    text-align: left;
    color: #000;
    border: none;
    padding: 0 .5em;
}

tr {
     border: none;
}

/* grey top line 
thead th {
	background:#ccc;
	text-align: left;
} */
/*
tbody th {
	text-align: left;
	background:#000;
}

table#classlist { 
   
   border-collapse: collapse;
   background-color: #ffffff;
   border: none;
   table-layout: fixed;width: 720px;
}
*/
/*
#classlist {
    margin: 0 auto; 
    border: 0;
    padding: 0;
    width: 900px;
    text-align: center;
    background-color: #ffffff;
    
    line-height: 1.35em;
    }
    
*/    
       
#left {
display: inline;
border: none;
padding:2px;
width:260px;
float:left;
margin:4px;
text-align:left;
margin-left:0;
}

#center {
display: inline;
border: none;
padding:2px;
padding-left: 25px;
width:255px;
float:left;
margin:4px;
text-align: left;
margin-left: 38px;
}

#right {
display: inline;
border: none;
padding:2px;
width:255px;
float:right;
margin:4px;
text-align: left;
margin-right:0;
}

#right.width {width: 270px;}

#left ul, #center ul, #right ul { 
list-style-type: none;
}

#profiles  {
    clear:both;
    border: none;
    margin-left:18px;
    margin-right:18px;
    width: 900px;
	background-color:#FFFFFF;
    min-height: 400px;
    padding-bottom:1.5em; 
}

/* This is the CSS for Autosum.js

input.right {
  text-align: right;
  width: 75px;
}
*/

/* This is the CSS for the registration form */

label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}


input
{
margin-left: 2.5em;
color: #781351;
/* background: #fee3ad; */
/* border: 1px solid #781351; */
}


#content .submit
{
margin-left: 11em;
color: #781351;
/* background: #ffa20f;
border: 2px outset #d7b9c9; */
} 

/*
#content .reset
{
margin-left: 6.5em;
color: #781351;
/* background: #ffa20f;
border: 2px outset #d7b9c9; */
} 


#content .radio
{
margin-left: 12.5em;
color: #781351;
/* background: #ffa20f;
border: 2px outset #d7b9c9; */
} 


#content .centerbox 
{
margin-left: 10em;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9


