/* CSS Document */

* { margin: 0px; padding: 0px }

body {
	font-family: 		Tahoma, Arial, Verdana, Helvetica;
	font-weight:        normal;
	font-size: 12px;
	color: #C00;
}

h1 {
	color: #FFF;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 20px;
	font-weight: normal;
     }

h2 {
	color: #000000;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: normal;
     }

a.darkredlinks:link {
	color: #990000;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
     }

a.darkredlinks:visited {
	color: #FF0000;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
     }

a.darkredlinks:hover {
	color: #000000;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
     }

a.darkredlinks:active {
	color: #990000;
	text-decoration:underline;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
     }
	 
a.redlinks:link {
	color: #CC0000;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
     }

a.redlinks:visited {
	color: #333333;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
     }

a.redlinks:hover {
	color: #000000;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
     }

a.redlinks:active {
	color: #CC0000;
	text-decoration:underline;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
     }
	 
a.whitelinks:link {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
     }

a.whitelinks:visited {
	color: #CCCCCC;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
     }

a.whitelinks:hover {
	color: #FFFF00;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
     }

a.whitelinks:active {
	color: #FF9900;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
     } 
a.whitesmalllinks:link {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 9px;
	font-weight: normal;
     }

a.whitesmalllinks:visited {
	color: #CCCCCC;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 9px;
	font-weight: normal;
     }

a.whitesmalllinks:hover {
	color: #FFFF00;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 9px;
	font-weight: normal;
     }

a.whitesmalllinks:active {
	color: #FF9900;
	text-decoration:underline;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 9px;
	font-weight: normal;
     }
	 
a.graysmalllinks:link {
	color: #666666;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 9px;
	font-weight: normal;
     }

a.graysmalllinks:visited {
	color: #990000;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 9px;
	font-weight: normal;
     }

a.graysmalllinks:hover {
	color: #000000;
	text-decoration:none;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 9px;
	font-weight: normal;
     }

a.graysmalllinks:active {
	color: #990000;
	text-decoration:underline;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 9px;
	font-weight: normal;
     }

#PageFormat {
	position: relative;
	width:800px;
	height:auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:200px;
}

#headerMain {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:200px;
	background-image: url(images/backgrounds/header_blue2.jpg);
	border: 2px ridge #FFFFFF;
}

#MainText {
	position:absolute;
	left:22px;
	width:800px;
	height:auto;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #333333;
	top: 250px;
}

#BodyText {
	position:absolute;
	left:0px;
	width:850px;
	height:auto;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-attachment: scroll;
	background-image: url(images/work6-350w.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

#LineBox {
	width:800px;
	height:25px;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	left: 22px;
	top: 850px;
}

#LeftNav {
	width:150px;
	position: absolute;
	height: 625px;
	left: 22px;
	top: 250px;
}

#info-box {
	width:630px;
	height:auto;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#News {
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	border: 1px solid #990000;
	padding: 3px;
	height: auto;
	width: 250px;
}

#Events {
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	border: 1px solid #000000;
	padding: 3px;
	height: auto;
	width: 250px;
	background-image: url(images/menus/text_box_background.png);
}

#Text1 {
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	border: 1px solid #000000;
	padding: 3px;
}
.RedText14 {
	color: #900;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.RedText12 {
	color: #900;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.RedBoldText11 {
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.blacktext16 {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.graytext10 {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
}
.graydarktext12 {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
}
.graydarktext14 {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
}
.grayboldtext12 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}
.redboldtext12 {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #900;
}
.redheaderArial16 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;
	font-style: italic;
}
.whitetext11 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
}
.whitetext18 {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.reditalicArial14 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;
	font-style: italic;
}
.reditalicArial12{
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;
	font-style: italic;
}


