BODY 
{
    background-color: #F0F8FF;
}
p	{
	margin-left: 10px;
       	font-family: Arial, Helvetica, sans-serif;
       	color: #000000;
       	font-size: 80%;
	/*text-decoration: underline;*/
}

p.explore
{
	font-weight: bold;
	font-style: italic;
}

p.program_title
{
	text-decoration: underline;
	font-weight: bold;
}

font.FAQ_QUES
{
	font-weight: bold;
}

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

font.link
{
	color: #B22222

}	


H1	{
	font-face: sans-serif;
	font-size: 24pt;
}

H2	{
	font-face: sans-serif;
	font-size: 14pt;
}

H3	{
	font: bold 15px arial narrow;
	text-decoration: underline
	
}

UL LI    { font-weight: bold; }


/*TABLE SETTINGS*/
TABLE.solid
	{
	border-style: solid;
	margin-left: 10px;
}

TABLE.solidtext
	{
	margin-left: 10px;
}

TABLE.inset 
	{
	border-style: inset;
}
TABLE.links
	{
	width: 120px;
	margin-top: 190px;
	font: bold 15px arial narrow;
}

TABLE.nav
	{
	width: 740px;
	vertical-align: center;
	border-style: solid;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #ADD8E6;
	border-width: 1px;
}

table.style {
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
	font: bold 15px arial narrow;
}

tr	{
	vertical-align: left;
}

body {
	background: #FFFFFF;
}


/*THE FOLLOWING TD.LINKS AND TD.TEXT NOT NEEDED*/
/*BUT MAY BE IMPLEMENTED LATER*/

td.links	{
	vertical-align: center;
	text-align: center;
	padding-left: 10px;
}

td.text	{
	vertical-align: center;
	text-align: center;
	padding-left: 10px;
}


/*CODE FOR THE CONTAINER SET UPS*/
/*THIS SETS UP THE CONTAINERS ON ALL BUT THE FAQ PAGE*/

div.container {
	width: 947px;
	position: relative;
	margin: 0 auto;
	height: 1175px;
	text-align: left;
	background: #C1EBF4;
}

div.left {
	background: url(Graphics/Logo_StarsLadyTrans.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 147px;
	height: 1175px;
	font: bold 15px arial narrow;
	/*border: 1px solid #000077;*/
	/*background: #C1EBF4;*/
}


div.top {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 147px;
	width: 793px;
	height: 180px;
	/*border: 1px solid #000077;*/
	background: #C1EBF4;
}

div.main {
	position: absolute;
	top: 185px;
	left: 147px;
	width: 793px;
	height: 860px;
	border: 1px solid #000077;
	background: url(Graphics/Glove_Back_Dimmer.jpg);
}

div.footer {
	position: absolute;
	text-align: center;
	top: 1045px;
	left: 147px;
	width: 793px;
	height: 130px;
	border: 1px solid #000077;
	/*background: #C1EBF4;*/
}


div.links {
	width: 135px;
	position: absolute;
	border: 1px solid #000077;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

div.linksright {
	width: 750px;
	border: 1px solid #000077;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

/*FAQ FORMAT HAS BEEN CHANGED SO THESE SEPERATE DIV SIZES ARE NO LONGER NEEDED*/
/*AND HAVE BEEN LEFT IN SHOULD THE FORMAT REVERT BACK TO A Q AND A WITH LINKS TO TOP*/

div.FAQcontainer {
	width: 947px;
	position: relative;
	margin: 0 auto;
	height: 4375px;
	text-align: left;
	background: #C1EBF4;
}

div.FAQfooter {
	position: absolute;
	text-align: center;
	top: 4245px;
	left: 147px;
	width: 793px;
	height: 130px;
	border: 1px solid #000077;
	/*background: #C1EBF4;*/
}

div.FAQleft {
	background: url(Graphics/Logo_StarsLadyEffect.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 147px;
	height: 4375px;
	/*border: 1px solid #000077;*/
	/*background: #C1EBF4;*/
}

div.FAQmain {
	position: absolute;
	top: 185px;
	left: 147px;
	width: 793px;
	height: 4060px;
	border: 1px solid #000077;
	background: url(Graphics/Glove_Back_Dimmer.jpg);
}


/*CODE TO SET UP THE LINKS FOR BEHAVIOUR AND COLOR*/


A:Link	{color: red; text-decoration: none; }
a:visited {color: #8B008B; text-decoration: none; }
a:hover {text-decoration: none; background-color: #7FFFD4; }
a:active {color: blue; }