@charset "utf-8";

/* CSS Document */





/* modifies the body tag */

body{

	background-color: #5e42b9;

	margin:0px auto 0px auto;

	background-image:url(bkgndstrip.jpg);

	background-repeat:repeat-y;

	background-position:center;

}


a.bottom:visited {color:#000; text-decoration:none; } /* visited link */
a.bottom:link {color:#000; text-decoration:none; }    /* unvisited link */
a.bottom:hover {color:#000; text-decoration:underline;}   /* mouse over link */
a.bottom:active {color:#000; text-decoration:none; }  /* selected link */



a:hover {
	color: #0033CC;
	text-decoration: underline;
}
h1{

font-family: Arial, Helvetica, sans-serif; font-size: 21pt; color: #b0510b



}



h2{

font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-style:italic; color: #000000



}



h3{

font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 16pt; color: #000000



}



h4{

font-family: Arial, Helvetica, sans-serif; font-style:italic; font-size: 14pt; color: #000000



}



.links{

	text-decoration: none;

	margin-left:10px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	color: #ffffff

 

 }





/*main container that holds everything*/

.container{

	width:827px;

	background-color:#5e42b9;

	margin:0px auto 0px auto;

}





/* these are the outer borders that drop shadow or glow go in */

.leftBorder{

	width:0px;

	height:1022px;

	float:left;

	badckground-image:url(leftstrip.jpg);



}





.rightBorder{

	width:0px;

	height:1022px;

	float:right;

	bacdkground-image:url(rightstrip.jpg);



}



.header{

	width:827px;

	height:297px;

	background-image:url(header.jpg);

}



.footer{

	width:827px;

	/*background-color:#F0F;*/

}





.mainBody{

	width:827px;

	background-color:#fdd200;

	float:left;

}



/* left side navigation bar */

.sidebar{

	width:192px;

	margin-left:30px;

	float:left;

	background-color:#b0510b;

}



/* body area */

.contentArea{

	width:588px;

	float:right;

	/*background-color:#b41f13;*/

	

}



.slideshow{

	margin-right:35px;

	margin-top: 60px;

}







