﻿body
{
	background-color: #7991c7;
	background-repeat: repeat-x;
	text-align: center;
	background-image: url(gradient_bg.jpg);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
}


a:link{color: #111172;text-decoration:none;}
a:visited{color: #111172;text-decoration:none;}
a:hover{
	
	color: #111172;
	text-decoration:underline;}
a:active{color: #111172;text-decoration:none;}

.frame
{
    margin: 0 auto;
    color: #000000;
    width: 908px;
    padding: 20px;
    text-align: left;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    visibility: hidden;
}

.extraPadding
{
	padding-left: 20px;
	padding-right: 20px;
}

.panels
{
	width:98%;
}

.lpanel
{
	margin: 0 auto;
	width: 224px;
	text-align: left;
	background-color: #02006d;
	float: left;
}

.rpanel
{
	margin: 0px auto 0px 3px;
	width: 220px;
	text-align: left;
	background-color: #5f7abf;
	float: left;
}

.panelhead
{
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}


.panelc
{
	height: 90px;
	padding:4px 4px 0 4px;
	font-size: 11px;
	background-color: #f8f9fa;
}

.largetext
{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.ntext
{
	font-size: 12px;
	color: #333333;
}	

.stext
{
	font-size: 11px;
	color: #333333;
}	

.colour1
{
	color: #02006d;
}

.colour2
{
	color: #5f7abf;
}

.footer
{
	margin-top: 30px;
	font-size: 10px;
	color: white;
}

.linkfooter
{
	font-size: 11px;
	text-align: center;
	border-top: silver thin solid;
	color: gray;
}

.lfcell
{
	width: 100px;
	border-right: silver thin solid;
}

#recommendation
{
	width: 230px;
	height: 300px;
	/*border: 1px solid black;
	background-color: #C6FFC6;*/
	padding: 5px;
	color: #333333;
}

.rContent{
	width: 100%;
	display:block;
}

.extraMargin {margin:.5em 10% .5em 0}

.curlycontainer{
border: 1px solid #b8b8b8;
color:#555555;
background-color:#F1D7D7;
margin-bottom: 1em;
width: 105px;
}

.curlycontainer .innerdiv{
background: transparent url(images/folded_edge.jpg) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

table.itEssentials {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;	
}
table.itEssentials th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;	
	-moz-border-radius: 0px;
}
table.itEssentials td 
{	
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;	
	-moz-border-radius: 0px;
}