
/* body and main divisions */

body
{
	background-color: #666666;
	font-family: arial, verdana, sanserif;
	font-size: 12px;
	color: #222222;
	margin: 0px;
	text-align: center; 		/* required to centre so_div_wrapper for IE5 etc that do not support margin-left: auto; */
}

#so_div_wrapper
{
	width: 760px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;		/* used to centre wrapper in middle of browser window */
	margin-right: auto;		/* used to centre wrapper in middle of browser window */
	text-align: justify;		/* used to reverse effect of text-align: center in body tag */
	background-color: #f0f3f6;	/* note that this colour is used to make sidebar appear solid colour */
	border: 1px solid gray;
}

#so_div_logo
{
	background-color: #f0f3f6;
	float: left;
}

#so_div_logo_right
{
	float: right;
	background-color: #f0f3f6;
}

#so_div_main_menu
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #ffffff;
	background-color: #002c53;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}


#so_div_sidebar
{
	float: left;
	width: 150px;
	margin: 0;
	padding: 1em;
	background-color: f0f3f6;
}

#so_div_content
{
	margin-left: 175px;		/* sets content to the right of the sidebar */
	padding: 1em;
	background-color: white;
	min-height: 350px;		/* for Firefox */
}



#so_div_footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #dde4ed;
	background-color: #002c53;
	font-size: 9px;
	font-family:  verdana, arial, sanserif;
	text-align: right;
}

#so_div_footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

#so_div_footer a:hover
{
	color: #FFFFFF;
}


/* Formatting of main menu list items */

#so_div_main_menu ul
{
	margin: 0px;			/* ensure consistency across browsers */
	padding-left: 0px;		/* ensure consistency across browsers */
	padding-top: 3px;		/* padding so it sits in middle of menu div */
	padding-bottom: 5px;		/* padding so it sits in middle of menu div */
	list-style-type: none;		/* removes bullets */
	vertical-align: center;
}

#so_div_main_menu ul li
{
	display: inline;		/* force list to display on one line */	
}

#so_div_main_menu ul li a
{
	text-decoration: none;		/* remove underlines */	
	color: #ffffff;
	padding-left: 10px;		/* add padding to create a box around hyperlinks */
	padding-right: 10px;		/* add padding to create a box around hyperlinks */
	padding-top: 3px;		/* add padding to create a box around hyperlinks */
	padding-bottom: 5px;		/* add padding to create a box around hyperlinks */
	background-color: #002c53;
}

#so_div_main_menu ul li a:hover
{
	color: #993333;
	background-color: #FFFFFF;
}


/* Formatting of side menu */

#so_div_sidebar ul
{
	margin: 0px;			/* ensure consistency across browsers */
	padding-left: 0px;		/* ensure consistency across browsers */
	padding-top: 3px;		/* padding so it sits in middle of menu div */
	padding-bottom: 5px;		/* padding so it sits in middle of menu div */
	list-style-type: none;		/* removes bullets */
	vertical-align: center;
}

#so_div_sidebar ul li
{
}

#so_div_sidebar ul li a
{
	text-decoration: none;		/* remove underlines */	
	color: #bc2b16;
	padding-left: 10px;		/* add padding to create a box around hyperlinks */
	padding-right: 10px;		/* add padding to create a box around hyperlinks */
}

#so_div_sidebar ul li a:hover
{
	text-decoration: none;		/* remove underlines */	
	color: #000000;
	background-color: #FFFFFF;
}


/* Formatting of main content */


h1
{
	color:  #bc2b16;
	font-size: 15px;
	font-weight: bold;
	border-bottom: #cccccc 1px dotted;
	letter-spacing: 0.5px;
}


h2
{
	color: #444444;
	font-size: 13px;
 	font-weight: bold;
	margin-bottom: 0px;
}

h3
{
	color: #444444;
	font-size: 12px;
 	font-weight: bold;
	margin-bottom: 0px;
}

a
{
	color: #222222;
	text-decoration: none;
	
}

a:hover
{
	color: #993333;
}

td
{
	font-size: 12px;
	text-align: right;
}

.aimh1
{
	color:  blue;
	font-size: 13px;
	font-weight:bold;
}


.aimh2
{
	color:  blue;
	font-size: 11px;
	font-weight:bold;
}

pre
{
	font-size: 8px;
}

.td_left
{
	text-align: left;

}

.td_resources
{
	vertical-align: top;
	text-align: right;
	font-size: 9px;
}

.td_resources_left
{
	vertical-align: top;
	text-align: left;
	font-size: 9px;
}