body
{
	
	color: #000000;
	font-size:12px;
	font-family:Trebuchet MS,verdana, arial, sans-serif;
	
}

/* Font sizing and spacing */


p { margin: 5px 0px 15px 0px; line-height: 140%; }

h1
{
	font-size: 130%;
	color: #000066;
	margin: 10px 0px 5px;
	font-weight: bold;
	font-family: "trebuchet MS";
}
h2 { font-size:  95%; color:#000066; margin:20px 0px 5px 0px; font-weight:bold; }
h3 { font-size:  85%; color:#000066; margin:10px 0px 5px 0px; font-weight:bold; }
h4 { font-size:  75%; color:#000066; margin:10px 0px 5px 0px; font-weight:bold; }
h5 { font-size:  75%; color:#000066; margin:10px 0px 5px 0px; font-weight:bold; }
h6 { font-size:  75%; color:#000066; margin:10px 0px 5px 0px; font-weight:bold; }

.coloredBlue
{
	color: #507CD1
}
/* Lists */
ul 	{ margin:5px 0px 5px 0px; }
ul ul { font-size:100%; }
li 	{ line-height:150%; }
li a  { font-size:100%; }


/* Links */
a 				{ text-decoration: none; font-weight: bold; color: #000066; font-size: 100%; }
p a 			{ font-size: 100%; }

a:visited	{text-decoration:none;}
a:hover 		{text-decoration:underline;}
a:active		{text-decoration:underline;}


/* Textual Formatting */
blockquote, q	{font-size:80%;font-weight:bold;}
q					{display:block;font-style:oblique;margin:0px 0px 10px 0px;}
strong			{color:#003366;}
td				{ font-size:  100%; }


/* Form Elements */
legend { font-size: 100%; font-weight: bold; margin: 0px 0px 5px 5px; padding: 0px; color: #003366; }
label { color: #003366; padding: 0px; font-weight: bold; }
/*select,textarea,input,label { font-size: 75%; }*/

.PageCentre
{
	display: block;
	width: 750px;
	margin-left:auto;
	margin-right:auto;
}
.LogoScreen
{
	left: 0px;
	position:relative;
	top: 0px;
	text-align: left;
}
.Nav
{
	display: block;
	
	position:relative;
	top:5px;
	
	
}
.Footer
{
	display: block;
	position: relative;
	left:0;
}
.Content
{
	display: block;
	position: relative;
	left:0;
}
.MainContent
{
	display: block;
	position: relative;
	left:200px;
	top:400px;
}

.HeaderAcc
{
    border: 1px solid #2F4F4F;
    background-color: #B5C7DE;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
 
   
}

.SelectedheaderAcc
{
	border: 1px solid #2F4F4F;
	background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	color: #ffffff;
}

.SelectedheaderAcc:a:active
{
	color: #ffffff;
}

.SelectedheaderAcc A:hover 
{ 
	text-decoration: underline;
	color: #ffffff;
}
.SelectedheaderAcc A:active 
{
	color: #ffffff; 
	}
.SelectedheaderAcc A:visited 
{
	color: #ffffff;
	 }


.ContentAcc
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding-right:10px;
    padding-bottom:10px;
    padding-top: 10px;
    height:400px;
    padding-left:25px;
}
.LinkAcc a:active
{
	color: white;
	font-size:xx-large;
}
.homePage
{
	
	 height:400px;
	 width:750px;
	 background-color: #D3DEEF;
	

}
