/*
	This stylesheet deals with fonts, colours and layout of elements

	Colours used:
	
	Dark Blue			: #273343
	Light blue highlight 	: #49576a
	Orange			: #f9d020
	White			: #ffffff
	
*/

html{
	background-color : #273343;

}

body {
	font-family: "Trebuchet MS",Verdana,Helvetica, Arial, Sans-Serif;
	font-size: 12pt;
	color: white;
	background-color : #273343;
}

#content_table{
	vertical-align: top;
	text-align: left;
	margin-top: 10px;
}

#content_table td{
	vertical-align: top;
}

#content_table img{
	padding: 0px;
	padding-top: 1em;
}

#content_table ul{
	margin-left: 2em;
}

.bordered-table{
	border: 1px solid #49576a;
	border-collapse: collapse;
}

.bordered-table td {
	border: 1px solid #49576a;
}

td a img {
 	vertical-align: middle;
 	border: none;
 }
 
p, ul
{ 
	font-family: "Trebuchet MS",Verdana,Helvetica, Arial, Sans-Serif;
	line-height: 1.5;
	font-size: 12pt;
	padding-bottom: 1em;
}
	
h1, h2, h3, h4, h5 {
	color: #f9d020;
	padding-bottom: 1.2em;
	}
	
h1 {
	font-size: 14pt;
	}

h4 {
	font-size: 12pt;
	}

	
a {
	text-decoration: none;
	outline: none;
}

#side_menu a{
	display: block;
}

#side_menu img{
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 0;
}

#top_menu img {
	margin-right: 6px;
	}

.menu1,.menu2{
	padding: 2px;
}


#top_menu,
#main_body,
#footer,
#contact_us,	
#side_menu {
	/*border: 1px solid white;*/
	margin-top: 10px;
}

#footer {
	font-size: 8pt;
	text-align: right;
}

#main_body {
	padding-top: 10px;
	padding-left: 10px;
}

#main_body a {
	color: #f9d020;
}

#main_body p {
	color: white;
	text-indent: 0px;
	
}


#main_body a:hover {
	text-decoration: underline;
}

div.csc-textpic-intext-right{
	clear: left;
}

div.csc-textpic-intext-left{
	clear: right;
}


