﻿
div { margin: 0px; padding: 0px; }

body 
{ 
    background-image: url(   '../images/bg.jpg' );
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #333333;
}

img { border: 0px; }

p { text-align: justify; }

a
{
    color:#0033FF;
    text-decoration: none;
    border: 0px;
}

a:visited
{
    color:#0033FF;
    text-decoration: none;
    border: 0px;
}

a:hover { text-decoration: underline; }

h1 { font-size: 20px; }

.textboxnotes
{
    padding-left: 5px;
    color: #990000;
    font-weight: bold;
    font-size: 10px;
}

.sectionhead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #4766A6;
    font-style: normal;
}

.announce
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #0000CC;
    font-style: normal;
    text-align: center;
}

.plaintext
{
    text-align: justify;
}

.contact
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsheadline
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0000FF;
    margin-bottom: 4px;
}


.newssummary
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.newsdate
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #4766A6;
    margin-top: 2px;
    margin-bottom: 20px;
}

.headingmain
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #0d1a8b;
    margin-top: 60px;
	margin-bottom: 10px;
	font-variant: small-caps;
}

.heading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #0d1a8b;
    margin-top: 50px;
	margin-bottom: 10px;
}

.errordiv
{
    margin: 10px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #800000;
    border: 2px dashed #800000;
    text-align: center;
}

.pictureborder {
	margin: 4px 5px;
	padding: 3px;
	border: 1px solid #b1b4d7;
}

.highlight { 
	color:#0d1a8b;
	font-weight: bold;
}

.aboutustext {
	margin-top:10px;
	text-align: justify;
	padding-right: 15px;
}

.registered {
	color:#646464;
	font-size:9px;
}

.clearfloat { clear: both; }

#Container
{
    width: 850px;
    position: relative;
    margin: 15px auto;
}

#Topdiv
{
    width: 850px;
    height: 43px;
    background-image: url(  '../images/top.jpg' );
    position: relative;
    background-repeat: no-repeat;
    float: left;
}

#BackdropContent
{
    background-image: url(   '../images/contentbackground.jpg' );
    background-repeat: repeat-y;
}

#ContentHome
{
    width: 317px;
	height: 216px;
	position: absolute;
	background-image: url(   '../images/contenthome.jpg' );
    bottom: 0px;
    right: 0px;
}

#ContentTextPIC
{
	width: 600px;
	margin-left: 10px;
	float: left;
	position: relative;
	margin-right: 15px;
}

#ContentText
{
	width: 590px;
	margin-left: 10px;
	float: left;
	position: relative;
	margin-right: 25px;
}

#MenuLayout
{
    width: 197px;
    height: 500px;
    position: relative;
	float: left;
	background-image: url(   '../images/menu.jpg' );
}    

#MenuBorder
{
    width: 28px;
    height: 458px;
    position: relative;
	float: left;
	background-image: url(   '../images/menuborder.jpg' );
}  

#MainContent
{
	width: 625px;
	min-height: 525px;
	float: left;
	position: relative;
}

#PositionMenu
{
	margin-top: 114px;
	height: 263px:;
}

#MenuBullets
{
    width: 37px;
    height: 263px;
    position: relative;
	float: left;
	background-image: url(   '../images/bullets.jpg' );
}  

#MenuItems
{
	width: 160px;
	height: 263px;
	float: left;
}

#MenuItems img
{
    border-style: none;
	display:block;
}

#Slides
{
	padding: 2px;
	width: 600px;
	position: absolute;
    bottom: 40px;
	border: 1px solid #b1b4d7;
}
	
#Footer
{
    width: 850px;
    height: 20px;
    clear: both;
    position: relative;
    background-color: #b1b4d7;
    color: #FFFFFF;
}

#FooterDetailsRight
{
    position: absolute;
    top: 3px;
    right: 6px;
    font-size: 10px;
}

#FooterDetailsLeft
{
    position: absolute;
    top: 3px;
    left: 6px;
    font-size: 10px;
    color: #FFFFFF;
}

