/* CSS Document */
/* GIC blue is #1991ce */
/* GIC gray is #4d4d4d */
html { overflow-y:scroll; } /*adds a scroll bar even if its not needed;*/

	  
body {
background-color: #6D6E72;
background-image: url(/css_and_pres/bg_linear.jpg);
background-repeat: repeat-x;
text-align: center;
/*height:110%;*/
}


/*==========================  DEFAULT  =======================*/

.main_container {
	width: 949px;
	font-family: Verdana, sans-serif;
	font-size:13px;
	margin:0 auto;
	text-align:left;
	background-color: #ffffff;
/*	padding-bottom:20px;*/
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #4d4d4d;*/
}


.logo_image_cont
{
/*	width: 949px;*/
	clear: both;
		background-color: #ffffff;

}

.logo{
	width:160px;
	height:140px;
	float:left;
	margin-top:20px;
	margin-left:20px;

}

.image{
width:729px;
height:140px;
margin-top:20px;
	margin-left:20px;
	font-family: Verdana, sans-serif;
	font-size:11px;
	float:left;
}

.content_area
{
	float:left;
	margin-top: 45px;
	width: 660px;
	padding-left:30px;
	min-height:420px;

}



.main_display_area{

background-color: #ffffff;
}

.menu_box{
	width:145px;
	float:left;
	height:330px;
	padding-top:30px;
	padding-left:15px;
	margin-left:20px;
background-color: #1991ce;

}

/*========================== MENU STRIP  =======================*/

.menu_box A:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size:15px;
}
.menu_box A:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size:15px;
}
.menu_box A:hover {
	text-decoration: none;
	color: #0033FF;
	font-weight: bold;
	font-size:15px;
}
.menu_box A:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size:15px;
}







.content_area A:link {text-decoration: none; color: #1991ce;  font-size:13px;}
.content_area A:visited {text-decoration: none; color: #1991ce; ; font-size:13px;}
.content_area A:hover {
	text-decoration: none;
	color: #0033FF;
	font-size:13px;
}
.content_area A:active {text-decoration: none; color: #1991ce; font-size:13px;}



 .pic_and_caption_floatleft {
	float: left;
		font-size:10px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
/*	font-weight: bold;*/
} 

 .pic_and_caption_floatright {
	float: right;
	background-color: #FFFFFF;
			font-size:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
/*	font-weight: bold;*/
} 

.footer{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	text-align: centre;
	width: 689px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 100px;
	padding-left: 160px;
	font-style: italic;
}

.footer A:link {
font-family: Arial, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size:10px;
}
.footer A:visited {
font-family: Arial, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size:10px;
}
.footer A:hover {
font-family: Arial, sans-serif;
	text-decoration: none;
	color: #ed2124;
	font-weight: bold;
	font-size:10px;
}
.footer A:active {
font-family: Arial, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size:10px;
}






.pageheading
{
	font-size: 15px;
	font-weight: bold;
}


.smalltext{
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
}


.clearer{
clear:both;
}


table.std {

}
table.std tr {

	background-color: #DFDFDF;
	}
table.std td {
	border: 1px solid #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	}	

