/* CSS Document */
*{margin:0; padding:0}
html{
background-color:#351a0a;
background-image:url(../images_global/background.gif);
font-size:125%;
}
body{
font-size:50%;
font-family:arial;

}
p{
margin-top:5px;
color:black;

}
div#logo{
position:absolute;
bottom:2px;
right:5px;
}

h1{
font:bold 1em arial, serif;
}
.subtitle{
font:0.9em verdana, sans-serif;
color:#CCCCCC;
}
h2{
font-size:1em;
font-weight:bold;
}
h3{
font-size:1em;
font-weight:bold;
}
span.whitetitle{
font:bold 1.7em Arial, sans-serif;
color:white;
}
h3.whitesub{
margin-top:5px;
font:0.9em verdana;
color:white;
border-top: dotted white 2px;
}
span.greentext{
color:#9adc23;
}
span.boldtext{
	font-weight:bold;
}
img.float {
float:left;
margin-top:4px;
}
h1.float {
float:left;
margin-left:5px;
}
div#navigation{
float:left;
border-top: dotted #9adc23 2px ;
height:250px;
width:250px;
background-image:url(../images_global/navigation_background.gif);
}
div#navigation ul{

width:245px;
padding-top:5px;
text-align:right;
list-style-type:none;
}
div#navmiddle li{

margin-top:0.2em;
}
div#navigation a{
font-size:1em;
color:#ffffff;
text-decoration:none;
font-weight:bold;
}
div#navigation a:hover{
color:#000000;
background-color:#ffffff;
}
div#page{
margin-top:20px;
width:100%;

}
div#content{
	float:left;
	margin-left:5px; 
	width:500px;
}
	div#contenttop{
		background-color:#ff1478;
		padding:5px 10px;
		border-bottom:solid white 1px;
	}
	div#contentmiddle{
		margin-top:5px;
		background-color:white;
		padding:5px 5px;
	}
		.row{
			padding:5px 0  5px 5px;
			margin-top:5px;
			background-color:#ff1478;
			width:485px;
		}
	div#contentbottom{
		height:15px;
		margin-top:5px;
		background-color:#ff1478;
	}

