/*DIV MAIN SECTIONS*/

* 	{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	border:0;
	}

#pageBegin {
	background: url(../layout/logo.png) no-repeat top center;
	width:800px;
	margin: 5px auto 0 auto;
	padding:83px 0 0 0;
	height:auto;
	}

#banner {
	height:137px;
	border-top: 1px solid #FFC600;
	background:url(../layout/banner.png) no-repeat #000;
	}

#breadcrumb {
	background-color:#F2AC05;
	height:auto;
	width:auto;
	padding: 4px 0 4px 20px;
	border-top: 1px solid #FFC600;
	border-bottom: 1px solid #FFC600;
	}

#mainContent {
	padding: 6px 0 0 0;
	width:auto;
	height:auto;
	background-color:#0A2562;
	}

#leftCol {
	border-left:1px solid #fff;
	margin: 0 0 4px 4px;
	padding-top: 10px;
	width:596px;
	height:auto;
	float:left;
	background-color:#FFF;
	color:#000;
	background: #fff url(../layout/corner.png) no-repeat right top;
	}

#rightCol {
	float:left;
	width: 185px;
	background-color:inherit;
	}

#sponsors {
	background: url(../layout/SponsorsBottom.png) no-repeat bottom;
	clear:both;
	height:70px;
	text-align:center;
	}

/*HEADERS*/

#rightCol h1 {
	text-align:center;
	color:#FFF;
	background-color:#0A2562;
	font-size:1.0em;
	}

#news h1 /*for latest news section in home page */ {
	font-size: .8em;
	color: #993366;
	margin: 13px 0 0 0;
	text-align: center;
	}

h1	{
	font-size: 1.2em;
	color:#306AB3;
	margin:13px 0 13px 0;
	text-align:center;
	}

h2	{
	font-size: 1em;
	color: #993366;
	margin: 10px 0 0 0;
	}

h3	{
	font-size: 0.8em;
	color: #993366;
	margin: 10px 0 0 0;
	}

/*FOOTER SECTION*/

#foot2, #foot1{font-size: 0.8em; height:auto;margin: 2px 0; float:left;}

#foot1{width: 550px;}

#foot2{width: 250px;text-align:right;}

/*NAVIGATION SECTION*/

#navigation {
	background-color:#0A2D61;
	width:auto;
	text-align:center;
	padding: 1px 0 4px 0;
	}

#navigation li {
	display: inline;
	margin: 0 5px 0 5px;
	}

#navigation a {
	font-size: .7em;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	background-color: #000;
	padding: 0 12px 1px 12px;
	border: 1px solid #F2AC05;
	}

#navigation a:hover, #navigationBegin a:focus {
	text-decoration: none;
	color: #F2AC05;
	border: 1px solid #FFF;
	}

/*BREADCRUMB SECTION*/

#breadcrumb p {
	font-size: 0.7em;
	color: #713403;
	}

/*HOME PAGE*/

#news	{
	border-top: 10px solid #306AB3;
	margin: 0 1px 7px;
	padding-left: 25px;
	}

#news p	{
	font-size: 0.8em;
	}


.subSection{
	margin:0 1px 1px 0;
	border: 5px solid #873A97;
	padding: 3px 10px 10px 25px;
	width: auto;
	}

.subSection p {
	font-size: 0.9em;
	margin: 12px 0 12px 0;
	}

/*PARAGRAPH FOR EACH PAGE APART FROM HOME PAGE*/

#mainPara2 {
	background-repeat: no-repeat;
	background-position: center top;
	width: auto;
	padding: 15px 30px 0 15px;
	}
#mainPara2 p {
	font-size: 0.9em;
	margin: 12px 0 12px 0;
	}

#mainPara2 ul li a {
	color: #000;
	text-decoration: none;
	}

#mainPara2 ul li a:hover, #mainPara2 ul li a:focus {
	text-decoration: underline;
	color: #000099;
	}

/*LINK BACK TO HOMEPAGE AT THE BOTTOM OF PAGES AND OTHER INTERNAL LINKS*/

#link 	{
	
	text-align: right;
	margin: 0 1px 0 0;
	padding: 4px 15px 6px 0;
	background-color: #306AB3;
	border-bottom: 1px solid #FFF;
	clear:both;
	}

#link a {
	font-size: 8pt;
	color: #FFF;
	text-decoration: none;
	padding: 0 25px 0 0;
	background-image: url(../layout/arroweBlue.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	}

#link a:hover, #link a:focus {
	color: inherit;
	text-decoration: underline;
	}

/*LIST*/

ul li  /* THE TOP LIST */ {
	font-size: 0.8em;
	list-style-type: square;
	margin: 0 0 5px 60px;
	}

/*RIGHT COL IMAGES LINKS*/

.rightcolimg img {
	display:block;
	margin:2px auto 2px auto;
	}

/*IMAGE STUFF*/

.floatright_img {
	padding:2px;
	margin:0 18px 0 0;
	float:right;
	}

.floatleft_img{
	float:left;
	margin:5px 5px 5px 18px;
	clear:left;
	}

.center_img {
	display:block;
	margin:5px auto 5px auto;
	}

#dollsImg {float:right;}

/*TEXT*/

.bold_italic{font-weight:bold;font-style:italic;}



.bold{font-weight:bold;}

.italic{font-style:italic;}

.center{text-align: center;}

.blue{color:blue;}

.smalltext {font-size: .8em;}

.white{color: #FFF;}
.red{color:red;}

/*PROGRAMS*/

#divx{width: 368px; height:288px; margin:20px auto 60px auto;}

#player{width:240px; margin:20px auto 0 auto;}

/*CITATIONS*/

.author {font-weight:bold;font-style:italic;}
q {font-style:italic;}
q:before, q:after {content: "";}
