/* CSS Document */

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

body {
	background-color:#FFFFFF;
	background-image:url(images/concrete_background.jpg);
	font-size:small;
	color:#000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.pagecontainer {
	height:auto;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

.navcontainer {
	width: 90px;
	padding-left:10px;
	margin-left:auto;
	margin-right:auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
	}
	
.navcontainer2 {
	width: 170px;
	padding-left:15px;
	margin-left:auto;
	margin-right:auto;
	}
	
.subnavigation {
	width: 150px;
	padding-left: 5px;
	margin-left:auto;
	margin-right:auto;
	border-left: thin solid #666666;
	}

.navbar {
	height:100%;
	width: 175px;
	background-color: #000000;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	float:left;
	margin-right: 10px;
	margin-top: 10px;
	border: thin solid #CCCCCC;
}

#colone{
	background-image:url(images/bgtrans.png);
	background-repeat:repeat;
	width: 255px;
	font-size: small;
	border: thin dotted #990000;
	float: left;
	padding: 15px;
	}

#coltwo{
	background-image:url(images/bgtrans.png);
	background-repeat:repeat;
	width: 255;
	font-size: small;
	border:thin dotted #990000;
	margin-left:17px;
	float: right;
	padding: 15px;
	}
	
#colcontainer {
	width: 75%;
	float:right;
	margin-top: 11px;
	margin-bottom: 10px;
	}

#colthree{
	background-image:url(images/bgtrans.png);
	background-repeat:repeat;
	width: 576px;
	font-size: small;
	border:thin dotted #990000;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	padding: 15px;
	height: auto;
	}
	
#colfour{
	background-color:#CCCCCC;
	width:390px;
	margin-left: auto;
	margin-right:auto;
	border:thin dotted #990000;
	font-size:medium;
	padding: 15px;
	float: right;
	}
	
#buffer{
	width: 15px;
	height:auto;
	float:left;
	}

h1 {
	font-size: large;
	font-weight: bold;
	color:#000000;
}

.p2 {
	text-align:justify;
}

.pnavcurrent {
	font-size: medium;
	color: #FF0000;
	size: small;
}

.navbar a:hover{
	color:#FF0000;
	text-decoration:none;
}


.navbar a{
	color:#FFFFFF;
	text-decoration:none;
	size: small;
}

.style1 {
	font-family: "Trebuchet MS", Arial;
	font-size: small; 
}

.style2 {color: #FF0000}
