/* CSS Document */


/*----------------------------------------------------*/
/*-------------------- B O D Y -----------------------*/
/*----------------------------------------------------*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*----------------------------------------------------*/
/*------------------- L I N K S ----------------------*/
/*----------------------------------------------------*/


a:link {
	text-decoration: none;
	color:#FF0000
}
a:visited {
	text-decoration: none;
	color:#FF0000
}
a:hover {
	text-decoration: underline;
	color:#990000
}
a:active {
	text-decoration: none;
	color:#FF0000
}


/*----------------------------------------------------*/
/*------------------- F O N T S ----------------------*/
/*----------------------------------------------------*/


.tiny {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
    line-height: 22px;
	color: #666666;
	text-decoration: none;
}

.linksright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    line-height: 18px;
	color: #666666;
	text-decoration: none;
}

.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

.newstxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

.maintxtcompressed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
}


.menutxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.menutxtred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #CC0000;
	text-decoration: none;
}


.titles {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 27px;
	letter-spacing: 1px;
	color: #FF0000;
	text-decoration: none;
}



.smalltitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
}

.smalltitleswhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}


/*----------------------------------------------------*/
/*-------------------- M E N U -----------------------*/
/*----------------------------------------------------*/


#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 150px;
height: 12px;
background-color: #FFFFFF;
border-bottom: 1px dotted #FF0000;
font-weight: normal;
}

#navcontainer a:link, #navlist a:visited
{
color: #333333;
text-decoration: none;
font-weight: normal;
}

#navcontainer a:hover
{
background-color: #FF0000;
color: #FFFFFF;
}

/*----------------------------------------------------*/
/*------------------- B O R D E R S ------------------*/
/*----------------------------------------------------*/

.borderdotted {
	border: 1px dotted #999999;
}

.bordersolid {
	border: 1px solid #999999;
}

.bordertop {
	border-top: 1px solid #999999;
}

.sideborders {
	border-left: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
}



/*----------------------------------------------------*/
/*-------------------- I M A G E S -------------------*/
/*----------------------------------------------------*/


.bg {
	background-attachment: fixed;
	background-image: url(../images/mainbackground.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.leftimg {
float: left;
margin-right: 10px;
margin-bottom: 2px;
border: 1px solid #333333;
}

.leftimgborderless {
float: left;
margin-right: 10px;
margin-bottom: 5px;
}

.rightimg {
float: right;
margin-left: 10px;
margin-bottom: 5px;
border: 1px solid #333333;
}

.rightimgborderless {
float: right;
margin-left: 10px;
margin-bottom: 5px;
}


.margins {
margin-left: 10px;
}

.bulletpoint {
list-style-image: url(../png_output/triangle.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: normal;
line-height: 10px;
color: #333333;
text-decoration: none;
}
