body {margin-top:9px;font-family:"Gill Sans", Helvetica, Verdana, sans-serif;padding:0;background:#fff;font-size:14px;color:#003366}
#case {width:700px;height:auto;margin: 0 auto;text-align:left;}
#logo{height:110px; margin-bottom:5px; text-align:center;clear:both;}
#main { /* controls the main area of the site*/
	margin-top:0px;
	height:auto;
	clear:both;}
#tabbar {    /*controls the tabs container*/
	height:30px;
	float:left;}
#tabmenu {
	margin:10px 0px 0px 0px; /*sets each tab menu Xpx away from it's closest object */
	padding-left: 0px;
	z-index: 1}		
#tabmenu li { 
	float:left;/*spans the tabs from left to right*/
	list-style:none; /*removes the bullit points*/
	padding-top:2px; /*pushes the tabs onto the bottom line*/	
	padding-bottom:2px; /*pushes the tabs onto the bottom line*/
	margin-bottom:5px;}
	
#tabmenu li a {font-size: 14px;}
#tabmenu a.active {
	background: #003366;
	color: #fff;
	font-size: 14px;}		
#tabmenu a, a.active { /*controls the styling of an active tab*/
	color: #003366;
	background: #fff;
	border:1px solid #003366;
	margin-right: 10px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;}						
#tabmenu li a:hover { /* sets the hover colour of an inactive tab*/
	background: #003366;
	color: #fff;
	cursor:pointer;}			

#tabmenu a.active:hover { /* sets the hover colour of an active tab*/
	background: #000033;
	color: #fff;}
p { text-align:justify}
#two {margin-top:5px; margin-right:10px; float:left;}
#kk {margin-top:23px; margin-left:5px; float:left;}
#xp {margin-top:20px; float:left;}
a:link { /* controls hyper-elements of the site*/
	color:#003366;
	text-decoration:underline;
}
a:visited {/* controls hyper-elements of the site*/
	color: #003366;
	text-decoration:underline;
}

a:hover {/* controls hyper-elements of the site*/
	color:#cc0000;
	}
a:active {/* controls hyper-elements of the site*/
	color:#003366;
	text-decoration:underline;
}
