@charset "utf-8";
/* CSS Document */


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


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


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


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


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


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

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

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

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


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

.smalltitlesblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	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: 180px; }

#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: 5px;
width: 180px;
height: 15px;
background-color: #339900;
border-bottom: 1px dotted #FFFFFF;
font-weight: bold;
}

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

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

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

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

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

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

.bordertopdotted {
	border-top: 1px dotted #999999;
}

.bordertopgreen {
	border-top: 1px solid #339900;
}

.borderbottom {
	border-bottom: 1px dotted #999999;
}

.borderright {
	border-right: 1px dotted #999999;
}

.borderleft {
	border-left: 1px dotted #999999;
}


/*----------------------------------------------------*/
/*-------------------- 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: 5px;
border: 1px solid #666666;
}

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

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

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


.margins {
margin-left: 10px;
}


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