
body{
	background: url(shellimgs/page_bg.jpg) left top repeat-x;
}



/*top image of the web site*/

.titlebanner{	
	width:778px;
	height: 210px;
	background-image: url(shellimgs/bannerlogo.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-color: #294e56;
	margin: 0;
	border-top: 1px solid green;
	border-bottom: 2px solid green;
	margin-top: 0;
	margin-bottom: 1.5em;
	
}

/* holds the clock */

.titledate{
	float: right;
	margin-top: 5px;
	margin-right: 50px;
	padding-top: 40px;
	text-align: center;
	
}


/* javascript date on the main image */
.javadate{
	font-size: 1.4em;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color: #003333;
	text-align: center;
	width: 150px;
	margin-top: 0px;
	margin-left: 7px;
	
	
}
	



/* top links navigation bar */

.mattblacktabs{
width: 100%;
overflow: hidden;
background-color: #294e56;
margin-top: 2px;
margin-bottom: -10px;
padding-bottom: 0;
border-top: 1px solid #FFFFB3;

}

.mattblacktabs ul{
padding-top: 0;
padding: 0 9em; /*offset of tabs relative to browser left edge*/
margin-top: 0;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;


}


.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 10px; /*padding inside each tab*/
border-right: 1px solid #294e56; /*right divider between tabs*/
color: black;
background: #c9d6b5; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: black;
}

.mattblacktabs li a:hover{
background: #afba9b; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
text-decoration: underline;
}

.mattblacktabs li.selected a{
	background: #afba9b;
}





/* content that includes  sidebar, footer, and the main area*/

#content{
	width: 778px;
	margin: 0px auto 10px auto;
	font-size: 62.5%;
	background-color: #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	
}


#maincont{
	margin-top: 0;
	margin-left: 180px;
	
}

/* styled content in the site*/

.dock{
	font-size: 1.2em;
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dock a{
	color: green;
	font-weight:bold;
	text-decoration: none;
}

.dock a:hover{
	text-decoration: underline;
}

.dock h1{
	color: green;
	font-size: 26px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 30px;
	margin-right: 12px;
	margin-left: 2px;
	text-decoration: underline;
	
}

h1:first-letter{
	color: green;
	font-size: 36px;
	
	
}

.dock h2{
	color: #006600;
	font-size: 18px;
	font-weight: 600;
	width: 282px;
	padding-top: 1.5em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 8px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 20px;
	background-image: url(shellimgs/headingunder.png);
	background-repeat:repeat-x;
	background-position: left bottom;
}
	

.dock p{
	margin-left: 30px;
	margin-right: 1em;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 1.3em;
}

.dock img{
	float: right;
	padding: 2px;
	margin: 11px;
	border-top: 2px solid #00CC99;
	border-right: 2px solid #007138;
	border-bottom: 2px solid #007138;
	border-left: 2px solid #00cc99;
	
}



.infolist{
	margin-top: 35px;
	margin-left: 60px;
}




.dock .infolist li{
	padding-left: 35px;
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
	background-image: url(shellimgs/tickicon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

p.indexend{
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 2px;
	color: green;
	margin-top: 50px;
	margin-bottom: 30px;
	
}

/* image of women on the student page*/

.women img{
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* form label*/

label{
	font-weight:bold;
}

.formdata{
	margin-left: 20px;
}

/* map on the destination page */
.map{
	padding-top: 25px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.uk{
	margin-bottom: 40px;
}

.european{
	float: left;
	width: 299px;
}

.worldwide{
	float: right;
	width: 299px;	
}


.desc{

	margin-top: -20px;
}




/* left side bar division */
#sidecont{
	float: left;
	background-image: url(shellimgs/bifa.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 175px;
	padding-bottom: 462px;
	margin-bottom: 0;
	border-right: 2px dashed green
}







/* side navigational links */

.arrowgreen{
	width: 140px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-width: 1px;
	margin-top: 10em;
	margin-left: 1.7em;
	margin-right: 1.7em; /*needs taking off*/
	margin-bottom: 100%;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(shellimgs/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: black;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
	text-decoration: underline;

}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}






/* page footer */

.footer{
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 1px dashed green;
	border-left: 2px dashed green;
	background-color: #DFFFE8;
	margin: 0px;
	margin-left: -5px;
	padding: 0;
	padding-bottom: 2px;
}


.footer ul{
	margin-top: 2px;
	margin-bottom: 1px;
	padding-left: 50px;
	

}
	

.footer li{
	list-style-type: none;
	display: inline;
	padding: 0 3px;
	
}

.footer li a{
	text-decoration: none;
	font-weight: bold;
	
}


.footer li a:link{
	color: #006600;
}

.footer li a:hover{
	text-decoration: underline;
}

.footer li a:visited{
	color: #006600;
}

.complogo{
	text-align: center;
	font: .68em "Courier New", Courier, monospace;
	padding-top: 3px;
	padding-bottom: 0;
}

.complogo a img{
	border: 0;
	margin-top: 7px;
}




