BODY a:active {
	color:	#ad1f1e;
	text-decoration:	none;
}

BODY a:link {
	color:	#ad1f1e;
	text-decoration:	none;
}

BODY a:visited {
	color:	#ad1f1e;
	text-decoration:	none;
}

BODY a:hover {
	color:	#ad1f1e;
	text-decoration:	none;
	font-weight:	bold;
}

BODY 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}


/* all the paragraphs must look the same */
p.normal {
	font-size:	14px;
	color:		#555555;
	text-align: justify;
	font-family: Arial, Sans-Serif;
}

p.subject {
	font-size:	20px;
	color:		#325D88;
	font-weight: bold;
	border-bottom-color: gainsboro;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-family: Arial, Sans-Serif;
}

p.highlight {
	font-size:	26px;
	color:		#325D88;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

.maintext
{
	border-width:0px;
	width:570px;
	font-family: arial, sans-serif;
	font-size:14px;
	text-align:right;
	float:right;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-right:5px;
    }
    
#controlform a:active
{
    color:Black;
}

#controlform a:link
{
    color:Black;
}

#controlform a:visited
{
    color:Black;
}

#controlform a:hover
{
    color:Black;
    text-decoration: none;
}

#piclayer {
		float:left;
		margin-left: 50px;
		margin-top: 30px;
	}
	
#piclayer_pic 
{
    max-width: 170px;
    max-height: 170px;
    /*width: auto !important;
    width: 170px;*/
    height: expression(this.height > 180 ? 180: true);
}
	
#ContactForm {
	font-family: arial, sans-serif;
	font-size:14px;
	text-align:right;
	margin-right: 50px;
	margin-bottom: 50px;
	width: 450px;
	overflow:auto;
	float: right;
}

#ContactForm table, input
{
    font-size:12px;
}

#ContactForm table
{
    background-color: transparent;
}

#AfterContact {
	font-family: arial, sans-serif;
	font-size:28px;
	font-weight: bold;
	text-align:right;
	margin-right: 15px;
	text-align: center;
}

#ContactText
{
	font-family: arial, sans-serif;
	font-size:14px;
	text-align:right;
	margin-left: 100px;
	margin-top: 30px;
	width: 200px;
	float: left;
}

#runningNews
{
    font-size: 12px;
    width: 180px;
    background-color:white;
    border: solid 3px #ad1f1e;
    color: black;
    float:left; 
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 250px;
    padding-left: 10px;
    padding-right: 10px;
    cursor:pointer;
}

.NewsDate
{
    font-size:12px;
    color: #999999;
    margin:0px;
}

.NewsCaption
{
    font-size:12px;
    font-weight:bold;
    margin:0px;
}

.NewsText
{
    font-size: 12px;
    color: black;
    margin:0px;
}

#bottomnavbar
{
    font-size: 16px;
    }
    
#bottomnavbar a
{
    color: White;
    }

#MainLogo
{
    text-align: center;
    margin: 10px;
    }