/* Career Counselling Web Project Website Core CSS */
/* Copyright 2009 Careers Europe. Careers Europe is a division of Aspire - i Ltd. */

/* - - - - Element styles - - -*/
body {
	background-color: white;
	color: #000000;	
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-variant:normal; font-family:Trebuchet MS
}

p.clear {
	clear: both;
	font-size: 0.9em;
	color: #000080;
	background-color: inherit;
}

h1 {
	font-size: 2em;
	margin-top: 0;
	padding-top: 0;
}

h2 {
	font-size: 1.4em;
	margin-top: 0;
	padding-top: 0;
}

h3 {
	font-size: 1.3em;
	margin-top: 0;
	padding-top: 0;
}

h4 {
	font-size: 1.1em;
	margin-top: 0;
	padding-top: 0;
}

p {
	line-height: 1.5em;
}

a:hover {
	text-decoration: none !important;
}

.hidden, hr {
	display: none;
}

.text  { font-family: Trebuchet MS; font-size: 0.9em; color:#000000; }
.text:link { color:#0097DF; font-weight: bold; text-decoration: none }
.text:active { color:#0097DF; font-weight: bold; text-decoration: none }
.text:visited { color:#0097DF; font-weight: bold; text-decoration: none }
.text:hover { color:#000000; text-decoration: none }

.menutext  { font-family: Trebuchet MS; font-size: 10pt; color:#0097DF; }
.menutext:link { font-size: 10pt; color:#0097DF; font-weight: bold; text-decoration: none }
.menutext:active { font-size: 10pt; color:#0097DF; font-weight: bold; text-decoration: none }
.menutext:visited { font-size: 10pt; color:#0097DF; font-weight: bold; text-decoration: none }
.menutext:hover { font-size: 10pt; color:#000000; font-weight: bold; text-decoration: none }

.disclaimer  { font-family: Tahoma; font-size: 0.7em; color:#000000; }


/* - - - - -Main Container holds all other text areas- - - - - -*/
#container {
	width: 762px;
	margin: 0 auto;
	padding: 0 6px;
	background: white top center;
}
/* - -End of Main Container - - -*/

/* - - Header - - - - - - - - - -*/
#header {
	width: 760px;
	padding: 6px 6px 0 6px;
	margin: 0 -6px;
	background: url("../image/header.PNG") top center no-repeat;
	height: 100px;
}

/* - - MenuBar - Inserts horizontal menu box - - - - - - - - -*/
#MenuBar {
	width: 760px;
	padding: 6px 6px 0px 6px;
	margin: 0 -6px;
	background: url("../image/MenuFrame.PNG") top center no-repeat;
	height: 28px;
}


/* - - - -Content contains main text areas- - - - - - -*/

#body {
	width: 760px;
	padding: 6px 6px 6px 6px;
	margin: 0 -6px;
	background: url("../image/frame.PNG") top center repeat-y;
}

#leftsection {
	float: left;
	width: 180px;
}

#rightsection {
	float: right;
	width: 550px;
	padding-left: 10px;
	border-left: 6px solid #0097DF;
}


/* - - - -Footer - - - - - -*/

#footer {
	width: 760px;
	height: 200px;
	padding: 5px 6px 0px 6px;
	margin: 0 -6px;
	background: white url("../image/footer.png") top center no-repeat;
}

/*-----footer-left-holds the text about the European commission---*/

#footer-left {
	padding: 12px 6px 0 6px;
	float: left;
	width: 500px;
}



/* - - - - End Footer - - - - - -*/

/* - - - - End of Stylesheet - - -*/
