/* CSS Document */

body
	{
	background-image:url(../images/bg.jpg);
	background-color:#323452;
	background-repeat:repeat-x;
	margin:0px;
	}


/* ---------------------------Layout----------------------------  */

.mainTable
		{
		height:600px;
		width:790px;
		margin-left:auto;
		margin-right:auto;
		background-color:white;
		border-collapse:collapse;
		padding:0px;
		}
.header
	{
	height:143px;
	background-image:url(../images/schoolHeader.jpg);
	background-repeat:no-repeat;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	}
.logo
	{
	width:200px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	border-collapse:collapse;
	}
.nav
	{
	width:200px;
	background-color:#000227;
	height:100px;
	}
.flash
	{
	width:599px;
	height:216px;
	}
.pageContent
	{
	width:599px;
	padding:6px;
	}

H1
	{
	font-family:Verdana;
	font-size:18px;
	color:#000000;
	text-indent:6px;
	}
H2
	{
	font-family: "Trebuchet MS";
	font-size:14px;
	color: #000066;
	border-bottom: solid 1px #cccccc;
	padding:8px;
	}
.content
	{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	display:block;
	width:550px;
	line-height:18px;
	}
.linespace
	{
	line-height:25px;
	}
.subtitle
	{
	text-indent:40px;


	}
.faq
	{
	font-family:tahoma;
	font-size:12px;
	color:#333333;
	line-height:18px;

	}
	
.footer
	{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	font-family:tahoma;
	font-size:11px;
	color:#999999;
	text-align:center;
	}
.payment_methods
	{

	}
