/* Rocket Websites - Round One - CSS Document */

Div.pagelayout
{
	align: center;
	width: 100%;
}


H1
{
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	color:#666666;
}

H1 A:link
{
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	color: #666666;
	font-style:normal;
	text-decoration:none;
	}

H1 A:visited
{
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	color: #666666;
	font-style:normal;
	text-decoration:none;
}

H1 A:hover
{
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	color: #CC3333;
	font-style:normal;
	text-decoration:underline;
}



H2 
{
	font-family:Tahoma;
	font-size:14px;
	line-height:normal;
	font-style:italic;
	color:#FFFFFF;
	}
	
	
	
H2 A:link
{
	font-family:Tahoma;
	font-size:14px;
	line-height:normal;
	color:#FFFFFF;
	font-style:italic;
	text-decoration:none;
	}

H2 A:visited
{
	font-family:Tahoma;
	font-size:14px;
	line-height:normal;
	color:#FFFFFF;
	font-style:italic;
	text-decoration:none;
}

H2 A:hover
{
	font-family:Tahoma;
	font-size:14px;
	line-height:normal;
	color:#FFFFFF;
	font-style:italic;
	text-decoration:underline;
}


H3 
{
	font-family:Tahoma;
	font-size:12px;
	line-height:normal;
	font-style:normal;
	color:#A2B0BD;
	}
	
	
H3 A:link
{
	font-family:Tahoma;
	font-size:12px;
	line-height:normal;
	font-style:italic;
	color:#A2B0BD;
	text-decoration:none;
	}

H3 A:visited
{
	font-family:Tahoma;
	font-size:12px;
	line-height:normal;
	font-style:italic;
	color:#A2B0BD;
	text-decoration:none;
}

H3 A:hover
{
	font-family:Tahoma;
	font-size:12px;
	line-height:normal;
	font-style:italic;
	color:#A2B0BD;
	text-decoration:underline;
}


H4 
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color:#666666;
	}



H4 A:link
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	font-style:normal;
	text-decoration:none;
	}

H4 A:visited
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	font-style:normal;
	text-decoration:none;
}

H4 A:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	font-style:normal;
	text-decoration:underline;
}




a:link img 
{
filter: none;
} 
a:visited img 
{
filter: none;
} 
a:hover img 
{
filter: alpha(opacity=70);-moz-opacity:.70; opacity:.70;
}


body
{
/*	Always set background-colour to white otherwise it will stuff up the CMS system
*/
	background-color: White;
	height:100%;
	vertical-align: top;
	font-size: 10pt;
	color: Black;
	font-family: Verdana;
	
}


/*	The following definitions control the left menu tree options.
=========================================================================
*/

bLeftMenuTree, a.bLeftMenuTree {font-size:10pt}

TreeLeaf, a.TreeLeaf 
{ font-family: Trebuchet MS, Helvetica, sans-serif; font-weight:bold; color: White; font-style:italic;}

TreeLeaf, td.Treeleaf
{ font-family: Trebuchet MS, Helvetica, sans-serif; font-weight:bold; font-size: 10pt; font-style:italic; color: White; padding-left: 8px; padding-bottom: 20px;}

TreeLeaf, a.TreeLeaf:hover 
{ font-family: Trebuchet MS, Helvetica, sans-serif; font-weight:bold; color: #d4592a; font-style:italic; }

/*	The following definitions control the interactive left menu options.
=========================================================================
*/


/*	Table.MenuLevel0 is the control for the base level menu
*/

MenuLevel0, a.MenuLevel0 {font-family: Verdana; font-size: 10pt; color: Black;}

Table.MenuLevel0 {Background-color: Silver; width:100%; padding-left:10px; padding-top:2px; padding-bottom:2px;font-family: Verdana; font-size: 10pt; color: Black;}

/*	Table.MenuLevel1 is the control for the Expaneded level menu
*/

MenuLevel1, a.MenuLevel1 {font-family: Verdana; font-size: 10pt; color: Black;}

Table.MenuLevel1 {background-color:Silver; width:100%; padding-left:20px; padding-right:10px;  padding-top:2px; padding-bottom:2px;font-family: Verdana; font-size: 10pt; color: Black;}


/*	The following Table is the table that stretches right across - effectivly its your canvas
=========================================================================

The only thing you really need to change is the colour.
*/

TABLE.BackgroundTable
{
    background:url(/File.aspx?x=6&File=bg.jpg) top repeat-x;
	background-color:#183F62;
	width: 100%;
	height:100%;
	padding-top: 0;
	border: 0;
	padding :0;
	cellspacing:0;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
	margin-right:0;
	margin: 0 auto;
}

td.BackgroundTableRow { vertical-align: top; cellspacing:0; margin: 0 auto; padding: 0px;}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.HeaderTable
{
	align: center;
	width: 677px;
	vertical-align: top;
	border: 0;
	padding :0;
	cellspacing:0;
}

/*	The main table is split into 2 columns and the whole table is beneath the header table
The left column contains the menu. 
The right column contains the content.
=========================================================================
*/
TABLE.MainTable
{
	width: 677px; height:383px;
	vertical-align: top;
	background-image:url(/File.aspx?x=6&File=mainTableBG.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	border: 0;
	padding :0;

}

td.leftcolumn
{ 
	width: 235px;
	height:100%;
	vertical-align: top;
	background-image:url(/File.aspx?x=6&File=leftTableBG.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-top:26px;
}


td.rightcolumn
{ 
	width: 442px;
	vertical-align: top;
	background-image:url(/File.aspx?x=6&File=rightTableBG.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;

}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.FooterTable
{
	width: 677px;
	font-size:xx-small;
	vertical-align: top;
}


.mfcf_Contact Us
{ margin-left: 15px; }




/*-----------------Template Monster CSS---------------------------*/

body{
padding:0px;
margin:0px;
background:#183F62;
}


td { vertical-align:top;}

a:hover{text-decoration:none;}

img { border:0px;}

.main_text, table, li /*---input, textarea ---*/
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normal;
		color:#A2B0BD;
	}

span { color:#FFFFFF}
span a{ color:#FFFFFF}
span strong { color:#FFFFFF}
span strong a{ color:#FFFFFF; text-decoration:none}
span strong a:hover{ color:#FFFFFF; text-decoration:underline}

font strong a{ font-size:11px; color:#FFFFFF;}

.m_text { color:#B4BFC9}
.m2_text { color:#A7B6C4}
	
.c_text { font-size:9px; line-height:9px; color:#A1AFBB}
.c_text font{ font-size:9px; line-height:9px; color:#FFFFFF}
.c_text a{ font-size:9px; line-height:9px; color:#A1AFBB; text-decoration:none}
.c_text a:hover{ font-size:9px; line-height:9px; color:#A1AFBB; text-decoration:underline}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
		
	}
/*-----
.form{height:24px; margin-top:0px;}
.form input	{width:180px; height:21px; border-color:#D4D0C8; background-color:#ffffff; padding-left:5px; color:#444444; margin-left:21px}

 textarea{width:180px; height:135px; border-color:#D4D0C8; background-color:#ffffff; padding-left:5px;  overflow:hidden; color:#153755; margin-top:0px; margin-left:21px}

 -----*/



ul {margin:0; padding:0; list-style:none}
li  {background:url(/File.aspx?x=6&File=a1.gif) no-repeat left center; margin: 0px 0px 0px 0px; padding:0px 0px 0px 11px; font-weight:bold}
li a  {font-family:Tahoma; font-size:11px; line-height:18px; color:#ffffff; text-decoration:none;}
li a:hover {text-decoration:underline;}
