/*
----------------------------------------------------------- 
Main Stylesheet - Industrial Technology Institute - ITI.lk
----------------------------------------------------------- 
Authored by Vesess - vesess.com
----------------------------------------------------------- */

body {
	font: 80%/120% Georgia, "Times New Roman", Times, serif;
	color: #111;
	background-color: #FFF;
}

a, a:link {
	color: #069;
}

a img {
	border: none;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

/* Helper classes */

.mini {
	font-size: 90%;
}

.hide {
	display: none;
}

div#navigation {
	display: none;
}

div#sub-content {
	display: none;
}

div#footer {
	border-top: #CCC 1px solid;
	font-size: 80%;
}

div#footer div#contact-info p#feeds {
	display: none;
}

div#footer div#info p#copyright {
	margin-top: 10px;
	float: left;
}

div#footer div#info p#vesess {
	display: none;
}

/* Tables 
----------------------------------------------------------------- */

table th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border-bottom: #CCC 2px solid;
}

table td {
	vertical-align: top;
	border-bottom: #CCC 1px dotted;
}

