@charset "utf-8";
* {margin:0;padding:0}

body  {
	font: 80% Tahoma, Geneva, sans-serif;
	background: transparent url(../images/bg_grad.png) repeat-x;
	background-color:#5b277d;
/*	background: #5b277d;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColLiqLtHdr #container { 
	width: 960px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

span
{
	display: none;
}

h1 {
	color: #5b277d;	
	padding-bottom: 10px;
	padding-top: 10px;
}

h2 {
	color: #5b277d;	
	font-size: 100%;
}

h3 {
	color: #5b277d;	
	font-size: 120%;
}

p {
   padding-bottom: 20px;	
}

ul.homepage {
	margin-left: 10px;	
}

a.mainlink {
	color: #8b0058; 
	font-weight: bold; 
	text-decoration: none;
}

a.mainlink:hover {
	color: #8b0058; 
	font-weight: bold; 
	text-decoration: underline;
}

a.pagelink {
	color: #5b277d; 
	font-weight: bold; 
	text-decoration: none;
}

a.pagelink:hover {
	color: #5b277d; 
	font-weight: bold; 
	text-decoration: underline;
}

a.doclink {
	color: #8b0058; 
	font-weight: normal; 
	text-decoration: none;
}

a.doclink:hover {
	color: #8b0058; 
	font-weight: normal; 
	text-decoration: underline;
}

a.sublink {
	color: #f5f5f5; 
	font-weight: normal; 
	text-decoration: none;
}

a.sublink:hover {
	color: #f5f5f5; 
	font-weight: normal; 
	text-decoration: underline;
}

a.sublink#current {
	color: #f5f5f5; 
	font-weight: bold; 
	text-decoration: none;
}

.imageborderteam {
	BORDER: #BBBCBE 2px solid; 
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 10px;
	MARGIN-RIGHT: 10px;
	PADDING: 0px;
	background-color: #FFFFFF;
}

tr.title { 
	background:#edeaef; 
	color:#5b277d;
	font-weight: bold;
}

tr.purple {
	background:#edeaef;
	color:#8b0058;
}

tr.white { 
	background:#f5f5f5; 
	color:#8b0058
}

.twoColLiqLtHdr #header { 
	padding: 0 10px; 
	height: 50px;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 203px; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}

.twoColLiqLtHdr #sidebar1 #logoholder {
	float: left; 
	width: 108px; 
	height: 147px;
	padding-left: 50px;
	padding-bottom: 15px;
}


ul#main_nav
{
list-style-type: none;
float: left;
width: 203px;
color: #fff;


}

ul#main_nav li { display: inline; }

ul#main_nav li#left1 a
{
	background: transparent url(../images/nav/tabs_home_off.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 33px;
	color: #fff;
	text-decoration: none;


}

ul#main_nav li#left1current a
{
	background: transparent url(../images/nav/tabs_home_on.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 33px;
	color: #fff;
	text-decoration: none;

}

ul#main_nav li#left1 a:hover {
	background: url(../images/nav/tabs_home_on.png) no-repeat scroll 0 0;
}

ul#main_nav li#left2 a
{
	background: transparent url(../images/nav/tabs_aboutus_off.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 32px;
	color: #fff;
	text-decoration: none;
	

}

ul#main_nav li#left2current a
{
	background: transparent url(../images/nav/tabs_aboutus_on.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 32px;
	color: #fff;
	text-decoration: none;


}

ul#main_nav li#left2 a:hover
{
	background: transparent url(../images/nav/tabs_aboutus_on.png) no-repeat scroll 0 0;

}


ul#main_nav li#left3 a
{
	background: transparent url(../images/nav/tabs_news_off.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 32px;
	color: #fff;
	text-decoration: none;


}

ul#main_nav li#left3current a
{
	background: transparent url(../images/nav/tabs_news_on.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 32px;
	color: #fff;
	text-decoration: none;


}

ul#main_nav li#left3 a:hover
{
	background: transparent url(../images/nav/tabs_news_on.png) no-repeat scroll 0 0;

}

ul#main_nav li#left4 a
{
	background: transparent url(../images/nav/tabs_bulletins_off.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 32px;
	color: #fff;
	text-decoration: none;

}

ul#main_nav li#left4current a
{
	background: transparent url(../images/nav/tabs_bulletins_on.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 32px;
	color: #fff;
	text-decoration: none;

}

ul#main_nav li#left4 a:hover
{
	background: transparent url(../images/nav/tabs_bulletins_on.png) no-repeat scroll 0 0;
}

ul#main_nav li#left5 a
{
	background: transparent url(../images/nav/tabs_euprogrammes_off.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 32px;
	color: #fff;
	text-decoration: none;

}

ul#main_nav li#left5current a
{
	background: transparent url(../images/nav/tabs_euprogrammes_on.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 32px;
	color: #fff;
	text-decoration: none;

}

ul#main_nav li#left5 a:hover
{
	background: transparent url(../images/nav/tabs_euprogrammes_on.png) no-repeat scroll 0 0;
}

ul#main_nav li#left6 a
{
	background: transparent url(../images/nav/tabs_documents_off.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 32px;
	color: #fff;
	text-decoration: none;

}

ul#main_nav li#left6current a
{
	background: transparent url(../images/nav/tabs_documents_on.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 32px;
	color: #fff;
	text-decoration: none;

}

ul#main_nav li#left6 a:hover
{
	background: transparent url(../images/nav/tabs_documents_on.png) no-repeat scroll 0 0;
}

ul#main_nav li#left7 a
{
	background: transparent url(../images/nav/tabs_links_off.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 32px;
	color: #fff;
	text-decoration: none;

}

ul#main_nav li#left7current a
{
	background: transparent url(../images/nav/tabs_links_on.png) no-repeat scroll 0 0;
	float: left;
	width: 203px;
	height: 32px;
	color: #fff;
	text-decoration: none;

}

ul#main_nav li#left7 a:hover
{
	background: transparent url(../images/nav/tabs_links_on.png) no-repeat scroll 0 0;
}


.twoColLiqLtHdr #sidebar1 #SubNav {
	float: left; 
	width: 190px; 
	padding-top: 10px;
}

.twoColLiqLtHdr #sidebar1 #SubNav #SubHeader {
	background: transparent url(../images/subnav_header.png) no-repeat scroll 0 0;
	height: 10px;
	overflow: hidden;
}

.twoColLiqLtHdr #sidebar1 #SubNav #SubItems {
	background: #8b0058;
	color: #f5f5f5;
	padding-left: 10px;
}

.twoColLiqLtHdr #sidebar1 #SubNav #SubFooter {
	background: transparent url(../images/subnav_footer.png) no-repeat scroll 0 0;
	height: 10px;
	overflow: hidden;
}

.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColLiqLtHdr #mainContent { 
	width: 650px;
	margin: 0 20px 0 203px; 
} 

.twoColLiqLtHdr #mainContent #mainheader{ 
	background: transparent url(../images/main_header.png) no-repeat scroll 0 0;
	height: 10px;
	overflow: hidden;

}

.twoColLiqLtHdr #mainContent #maincopy { 

	color: #8b0058;
	height: 650px;
	background-color: #f5f5f5;
	padding-left: 30px;
	padding-right: 30px;
	overflow: auto;
}

.twoColLiqLtHdr #mainContent #mainimage { 
	background: transparent url(../images/homeimage.png) no-repeat scroll 0 0;
	padding-bottom: 15px;
	width: 590px;
	height: 311px;

}

.twoColLiqLtHdr #mainContent #contactdetailsHolder { 
	
	height: 120px;
	color: #8b0058;
	background-color: #f5f5f5;
}

.twoColLiqLtHdr #mainContent #contactdetailsBox { 
	
	width: 590px;
	height: 100px;
	border-top: 1px solid #c3c1d7;
	color: #8b0058;
	background-color: #f5f5f5;
	margin-left: 30px;
	padding-top: 10px;
}

.twoColLiqLtHdr #mainContent #contactdetailsAddress { 

	width: 220px;
	border-right: 1px solid #c3c1d7;
	color: #8b0058;
	background-color: #f5f5f5;
}

.twoColLiqLtHdr #mainContent #contactdetailsNumbers { 

	width: 220px;
	color: #8b0058;
	background-color: #f5f5f5;
	position: relative;
	left: 235px;
	top: -95px;
}

.twoColLiqLtHdr #mainContent #contactdetailsLogos { 

	background: transparent url(../images/bottom_logos.png) no-repeat scroll 0 0;
	width: 207px;
	height: 71px;
	color: #8b0058;
	background-color: #f5f5f5;
	position: relative;
	left: 412px;
	top: -110px;
}

.twoColLiqLtHdr #mainContent #mainfooter{ 
	background: transparent url(../images/main_footer.png) no-repeat scroll 0 0;
	height: 10px;
	margin: 0; 
}

.twoColLiqLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.twoColLiqLtHdr #footer p {
	width: 650px;
	margin: 0 20px 0 203px; 
	padding-top: 10px;
	font-size: 70%;
	color: #f5f5f5;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}