
/**
 * General HTML Body Styling
 * -------------------------
 */
body {
    /* border: solid; color 142D5F*/
	background-color: #142D5F; 
    margin-top: 22px;
    margin-bottom: 30px;
	font: 75%/1em Verdana, Arial, Helvetica, sans-serif;
   
}		

a { 
    font: 110%/1.35em Arial, Helvetica, sans-serif;
    text-decoration: none;
	color: #ff0000;
}

a.special {
    color: #0000ff;
    }

a:link {
   color: #142D5F;
}

a:hover {
	color: #142D5F;
}

a:active {
  color: #142D5F;
  }

p, li {	
    line-height: 1.35em;
    color: #000000;
    text-align: justify;
    } 				

 /* img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}
*/
       
h1 { 
	font: 185%/1em Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.95em; 
	font-weight: bold; 
} 

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/banner.gif');  
	background-repeat:no-repeat;
	height : 87px; 	
}

#header_two {
    /* border: solid; */
	width:940px;
	margin: 0 auto;
    height: 30px;
    text-align: center;
	background-image:url('../images/banner/menubar1.gif');  
	background-repeat:no-repeat;
	 	
}

#header_three {
    /* border: solid; */
	width:940px;
	margin: 0 auto;
    height: 30px;
    text-align: center;
	background-image:url('../images/banner/menubar2.gif');  
	background-repeat:no-repeat;
	 	
}

/* This is the main container on the page */
#container {
    /* border: solid; color FFFFFF */
	width: 940px;
	margin:0 auto;
    /* min-height:100px; */
    height: 100%;
	background-color:#FFEFDB;		
}
 
 #rightcolumn {
     /* border: solid; color FFFFFF */
	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:#FFEFDB;
    position:relative;
    top: 0px;
}	

#lockwatcher {
    /* border: solid; */
    font: 145%/1.35em Verdana, Arial, Helvetica, sans-serif;
    color: white;
    text-align: center;
    width: 180px;
    position: relative;
	top:-160px;
    left:725px;
    clear:both;
}

/*
#lockwatcher .lock {
   
    font: 145%/1.35em Verdana, Arial, Helvetica, sans-serif;
    color: white;
    text-align: center;
    width: 180px;
    position: relative;
	top:-150px;
    left:725px;
    clear:both;
}
*/
#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;
    /* color FFFFFF */
	background-color:#FFEFDB;
    min-height: 100px;
    padding-bottom:1.5em; 
}

#caption1, #caption3, #caption5 {
    border: none;
    height:30px;
    float:left;
    width:299px;
    margin-left: 55px;
    margin-bottom:15px;
    }
 
#caption2, #caption4, #caption6 {
    border: none;
    height:30px;
    float:right;
    width:299px;
    margin-right: 55px;
    margin-bottom:15px;
}

#caption1 p.special, #caption2 p.special, #caption3 p.special, #caption4 p.special, #caption5 p.special, #caption6 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;
}

#content img.leftimagesclr {
    border: 0;
    float: left;
    margin: 1em 1em 1em 0;
     clear: left;
}

#content img.rightimagesclr {
    border: 0;
    float: right;
    margin: 1em 0 1em 1em;
    clear: right;
}

#content img.leftgallery {
    border: 0;
   float:left;
    margin: 1em 1em 0em 4.5em;
    
}

#content img.rightgallery {
    border: 0;
   float:right;
    margin: 1em 4.5em 0em 1em;
     
}

#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;
}



/*
#wide_content img.leftimages {
    border: 0;
    float: left;
    margin: 1em 1em 1em 0;
}

#wide_content img.rightimages {
    border: 0;
    float: right;
    margin: 1em 0 1em 1em;
}
*/


#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, #special_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; color FFFFFF */
    width: 900px;
    margin: 0px auto;
    height: 65px;
	text-align: center;
    background-color: #FFEFDB;
    padding-top:0px;
    padding-bottom:10px;
}

#coffee_cup { 
    border: none;
   /* border: solid; color FFFFFF */
    width: 900px;
    margin: 0px auto;
    min-height: 1650px;
	text-align: center;
    background-color: #FFEFDB;
    padding-top:0px;
    padding-bottom:10px;
}


.title {
    font: 135%/1em Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.75em; 
    text-align: center;
 }

#footer {
    clear: both;
    /* border: solid; color FFFFFF */
    margin-top: 20px;
      
	text-align: center;
	margin: 0px auto;
	width: 900px;
	/* height: 100px; */
	line-height: 1.0em; 
	background-color:#FFEFDB;	
	padding: 1.5em 0;
    padding-bottom:20px;
    /*
    padding-left: 10px;
	padding-right: 10px; */
}

#special_footer {
    clear: both;
    /* border: solid; color FFFFFF */
    margin-top: 20px;
      
	text-align: center;
	margin: 0px auto;
	width: 900px;
	
	line-height: 1.0em; 
	background-color:#FFEFDB;	
	padding: 1.5em 0;
    padding-bottom:20px;
    /*
    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;
 }

 
a.larger { 
	font: 185%/1em Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.95em; 
	font-weight: bold; 
} 
/* 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:250px;
float:left;
margin:4px;

margin-left:0;
}

#center {
display: inline;
border: none;
padding:2px;
padding-left: 25px;
width:250px;
float:left;
margin:4px;
margin-left: 38px;
}

#right {
display: inline;
border: none;
padding:2px;
width:250px;
float:right;
margin:4px;
margin-right:0;
}

#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; 
}




