* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.small {
	font-size: 8px;
}
.big {
	font-size: 14px;
	font-weight: bold;
}
.normal {
	font-size: 12px;
}



/* Links section --------------------------------------------------- */
a { 
	color: #2222FF;
	text-decoration: none !important;
	font-weight: normal;
}

a:hover {
	color: #2222FF;
	text-decoration: underline !important;
	font-weight: normal;
}

a:active, a:visited {
	color: #6622FF;
	text-decoration: none;
}

/* Links section End-------------------------------------------------- */

body, td, p, li, ul, ol {
	color: black;
}

body {
	background-color: #FFF;
	text-align: left;
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 6px;
	width: 860px;
}

/* Paragraphs */

p {
	margin: 0 0 10px 0;
}

p.datestamp {
	font-weight: bold;
	text-align: right;
}

p.float-left {
	float: left;
}

p.float-right {
	float: right
}

p.small-caption {
	font-size: 10px;
	text-align: center;
}

small {
	font-size: 10px;
}

/* Images section */

img.inline-img-right {
	border: none;
	padding: 5px;
	float: right;
}

img.noborder {
	border: none;
}

img.slimborder {
	border: 1px solid blue;
}

img.gallery {
	border: none;
	text-align: center;
}

/* Table formatting section */

table.directory {
	float: none;
	border: none;
	border-collapse: collapse;
	margin: none;
	padding: none;
}

table.directory td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid black;
	margin: none;
}

/* Lines section */

hr.parabreakline {
	text-align: center;
	width: 50%;
}

/* Headings section */

h1 {
	font-family: Verdana;
	font-size: 16px;
	text-decoration: none;
}

h2 {
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
}

h3 {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}

/* Lists */

ul.bluebullet {
	list-style-image: url('../images/Bullet-blue.png');
}

ul.greenbullet {
	list-style-image: url('../images/Bullet-green.png');
}

ul.amberbullet {
	list-style-image: url('../images/Bullet-amber.png');
}

ul.redbullet {
	list-style-image: url('../images/Bullet-red.png');
}

/* Page div blocks */

div.header 
{
	width: 860px;
	height: 152px;
	background-color: #CCF;
	padding: 0;
	border-style: none;
	margin: 0;
}

div.left-logo {
    float: left;
    margin-left: 8px;
	margin-top: 8px;
    background: url( '../images/sisblueCCCCFF.gif' ) no-repeat left top;
    width: 121px;
    height: 136px;
    padding: 0;
}

div.banner-title {
	width: 731px;
	height: 108px;
        background: url('../images/title.jpg') no-repeat center top;
	margin: 0;
}

div.strapline {
	height: 30px;
	width=731px;
	background-color: #CCF;
	margin: 0;
	padding: 0;
}

div.strapline p {
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, sans serif;
	font-size: 20px;
	color: #053D6C;
}

div.left {
	margin: 0;
    float: left;
    width: 170px;
    border-style: none;
}

div.left-menu { 
    margin-top: 6px;
}

div.left-menu div.line {
    background: url( '../images/left-menu-line.gif' ) repeat-x left top;
    width: 170px;
    height: 1px;
    font-size: 0px;
    margin: 1px 0 1px 0;
}

div.left-menu div.item {
    font-size: 20px;
    line-height: 27px;
}

div.left-menu div a,
div.left-menu div a:hover,
div.left-menu div a:visited {
    display: block;
    text-decoration: none !important;
    width: 170px;
    font-size: 18px;
    line-height: 25px;
    height: 27px;
    color: #383467;
    padding-left: 10px;
}

div.left-menu div a:hover{
    color: #8E89C0;
}

div.left-menu div.item-active{
    background: url( '../images/left-menu-sel.gif' ) no-repeat left top;
    font-size: 20px;
}

div.left-menu div.item-active a,
div.left-menu div.item-active a:hover,
div.left-menu div.item-active a:visited {
    color: #FFFFFF;
    height: 27px;
    line-height: 25px;
}

div.submenu {
    background-color:#f0f4ce;
    border-top: 1px solid #FFF;
    width: 199px;
    padding: 8px 0 12px 0;
}

div.submenu div a {
    font-size: 14px !important;
    color: #4f4630;
    font-weight: bold;
}

div.left-menu div.subitem,
div.left-menu div.subitem-active {
    height: 23px;
    padding-left: 7px;
}

div.left-menu div.subitem a {
    font-weight: bold;
    width: 179px !important;
    height: 23px !important;
    line-height: 23px !important;
}

div.left-menu div.subitem-active {
    padding-left: 0px;
    background: url( '../images/left-submenu-sel.gif' ) no-repeat 0 3px;
}

div.left-menu div.subitem-active a,
div.left-menu div.subitem-active a:hover,
div.left-menu div.subitem-active a:visited {
    height: 23px;
    padding: 0 0 0 17px;
    font-weight: bold;
    width: 179px !important;
    height: 23px !important;
    line-height: 23px !important;
}

div.center-content {
	float: left;
	width: 496px;
	margin: 4px 20px 4px 20px;
}

div.gallery-content {
	float: left;
	width: 670px;
	margin-top: 4px;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.right-adverts {
	float:right;
	background-color: #FFF;
	width: 150px;
	margin-top: 40px;
	padding-left: 3px;
}

div.right-adverts p {
	text-align: center;
}

div.footer {
	float:none;
	width: 860px;
	padding-top: 6px;
	border-top: 1px solid #AAAAFF;
}

div.footer img {
	vertical-align: middle;
	border: none;
}

