/* Rocket Websites - Round One - CSS Document */

Div.pagelayout
{
	align: center;
	width: 100%;
}


body
{
/*	Always set background-colour to white otherwise it will stuff up the CMS system
*/
	background-color: White;
    background:url(/File.aspx?x=6&File=bg-bot2.gif) bottom repeat-x;
	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:8pt}

TreeLeaf, a.TreeLeaf 
{ font-family: Verdana; color: Black;}

TreeLeaf, td.Treeleaf
{ font-family: Verdana; font-size: 10pt; color: Black; padding-left: 8px; padding-bottom: 7px;}

TreeLeaf, a.TreeLeaf:hover 
{ font-family: Verdana; font-weight:bold; }

/*	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:200px;
	vertical-align: top;
	border: 0;
	padding :0;

}

td.leftcolumn
{ 
	width: 100;
	height:100%;
	vertical-align: top;
}


td.rightcolumn
{ 
	vertical-align: top;
}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.FooterTable
{
	width: 677px;
	font-size:xx-small;
	vertical-align: top;
}


/*-----------------Template Monster CSS---------------------------*/

body{
padding:0px;
margin:0px;
background:#183F62;
}

table, td {
		width:100%;
		height:100%;
		border:0px;
	}

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:#153755; 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;}



a:link img 
{
filter: none;
} 
a:visited img 
{
filter: none;
} 
a:hover img 
{
filter: alpha(opacity=70);-moz-opacity:.70; opacity:.70;
}

