﻿@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0;
	text-align: center; 
	color: #000000;
	width: auto;
	
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-color: #f4f4f4;
	background-image: url('images/body-bg.jpg');
	background-repeat: repeat-y;
	background-position: center;

}


h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1d3455;
	padding-left: 15px;
	padding-top: 5px;
	background-image: url(images/redbackground2.gif);
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-top: 35px;
	}

h2 {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	color: #1d3455;
	padding-left: 5px;
		
	}

h3 {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #207cae;
	}
	
p.main {
	font-family: Lucida Sans, Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 65px;
	width: 420px;
	line-height: 1.3em;
	color: #1d3455;
	}	
	
p.student {
	font-family: Lucida Sans, Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 7px;
	width: 250px;
	line-height: 1.3em;
	color: #1d3455;
	
	}
	
#container { 
	width: 789px;
	height: 100%;  
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	text-align: left;
	clear: both;
	}
	
#header {
	width: 789px;
	height: 126px;
	border: 0px;
	background-image: url("images/companyheader.jpg");
}	

#navbar { height: 28px;
		  width: 365px;
		  margin-left: 435px;
		  padding-top: 96px;		   
		  }


		   
#main { width: 510px;
		height: 100%;
	    float: left;
		clear: right;
		background-color: #ffffff;
		margin: 0px;
		}		 
		   
#sideright { width: 279px;
			 height: 100%;
			 float: right;
			 clear: right;
			 background-color: #ffffff;
			 padding-top: 25px;
			 margin: 0px;
			 }		

#studenttestimonials { background-image: url(images/studenttestimonials.gif);
					   background-repeat: no-repeat;
					   padding-top: 10px;
					   padding-bottom: 10px;
					   
					   }
					   
#registernow { background-image: url(images/registernow.gif);
			   background-repeat: no-repeat;
			   padding-top: 10px;
			   padding-bottom: 60px;	   
					   }	
					   
#studentpicture { padding: 10px;
		   		   
		   		  float: left;
				  clear: right;
		  }					   
					   
#catalog { padding-left: 10px;
		   padding-top: 10px; 
		  }

ul { list-style-image: none;
	 list-style-position: outside;
	 list-style-type: disc;
	 marker-offset: auto;
	 width: 400px;
	 font-family: Lucida Sans, Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 padding-left: 65px;
	 color: #1d3455;
	
	}

