body
{
	/*All text style apart from colour and size here*/
    font-family:Calibri;
	font-size:.85em;
	line-height: 1.4em;
	background-color:#dddddd;
	text-align:center;
	

}
p
{
	padding-top:10px;	
}
.selected, .selected a, .selected a:visited, .selected span, .selected .blackBold
{
	/*selected menu items*/
	color:#19bcb9	!important;

}
.greenBold
{
	text-transform:uppercase;
	font-weight:bolder;
	color:#19bcb9;
	cursor:pointer;
}
.blackBold
{
	text-transform:uppercase;
	font-weight:bolder;
	color:#404041;
	cursor:pointer;
}
div#outer 
{
	width: 950px;
	background-color:#ffffff !important;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	/*padding-top:30px;*/
	height:100%;
	text-align:left;
}
#leftSide
{
	position:relative;
	top:30px;
	background-color:#ffffff;
	float:left;
	width:30%;
	height:90%;
}
#rightSide
{
		position:relative;
	top:30px;
	 background-color:#ffffff;
    float:left;
    width:63%;
    height:90%;
	border-left:10px solid white;
}
#logo
{

	float:right;
}
#hub
{
    float:right;
}
#subLinks
{
	/*sub navigation links*/
	position:relative;
	background-color:#ffffff;
	float:right;
	margin-top:30px;
	margin-right:50px;
	text-align:right;
	color:#404041;
	text-transform: uppercase;
	font-weight: bolder;
	cursor:pointer;
	z-index:1;
}
/*#books
{
  	clear:both;
	position:relative; 
	right:100px;
	float:right;
	vertical-align:botom;
}*/


#nav
{
	/*Navigation table */
	text-align:justify;
	color:black;
	margin-top:110px;
	border-top:1px dotted gray;
	border-bottom:1px dotted gray;
	height:30px;

}


#nav table
{
	/*Navigation table */
	width:100%;	
	margin-top:5px;
	white-space:nowrap;
}
#nav table tr td
{
	/*Navigation table individual items */
	width:16%;
	font-weight:bold;	
	text-align:center;
	font-size:10pt;
	padding-left:5px;
	padding-right:5px;

}
.navLines
{
	/*the vertical lines that seperate the navigtation itmes*/
	border-right:1px solid black !important;
	
}



span#content
{
	width:99%;

}
#content
{
	/*the content box*/
    margin-top:15px;
    /*border:1px solid black;*/
    height:75%;
    color:#404041;
    overflow:auto;
    text-align:justify;
    padding-right:10px;
	
}

#nav table tr td a, #nav table tr td a:visited,a
{
	color:#404041;
	text-decoration:none;
}

#content a, .rollover
{
	/*rollover for the sublinks*/
	color:#19bcb9;
	text-decoration:none;	
}

#nav table tr td a:hover #nav table tr td a:focus, a:hover, a:focus, #content a:hover, #content a:hover
{
    color:#19bcb9;
    text-decoration:underline;
}

#footer
{

    background-color:#e5e5e3;
    color:gray;
	width: 950px;
	height: 30px;
	clear:both;
    text-decoration:none;
	padding-top:7px;
}
#footer a
{
    color:#19bcb9;
    text-decoration:none;
	font-weight:bold;
}
#footer a:hover, #foooter a:active, #footer a:focus
{
	
    text-decoration:underline;
}
#leftFoot
{
    float:left;
    padding-left:50px;
}
#rightFoot
{
    float:right;
    padding-right:50px;
}
h1, h2, h3, #content h1, #content h2, #content h3,
.h1,.h2,.h3
{
	/*headings*/
	font-size:14pt;
 	color:#19bcb9;
	text-transform:uppercase;
}
