﻿
body {
	margin: 0;
	padding: 0;
}

#holder1
{
	position: relative;
	width: 1000px;
	background-image: url('/images/backrepeat.gif');
	min-height:700px
	 
}


#holder2
{
	position: relative;
	width: 1000px;
	height:100%;
	min-height:100%;
	margin-right: auto;
	margin-left: 0;
	
}

#login
{
	padding-top:78px;
	padding-left:33px;
}

#login a
{
	color:white;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt;
}

#login a:hover 
{
	font-size:12pt;
}

#header
{
	padding: 0;
	margin: 0;
}

#nav
{
	width: 297px;
	position: relative;
	float:left;
	text-align: right;
	height:576px;
	/* border: 2px solid black;  */
	z-index:2;

}

#nav ul
{
	padding: 0;
	margin: 0;
	list-style:none;
	padding-top:30px;
	position:relative;

}

#nav ul li
{

}

#nav ul li a
{
	color:white;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt;
	padding-top:31px;
	padding-right:35px;
	height:50px;
	width:297px;
}

#nav ul li a:hover
{
	font-size:12pt;
}

#nav .button1
{
	background-image: url('/images/Button1.jpg');
	background-repeat: no-repeat;
	height: 65px
}

#nav .button2
{
	background-image: url('/images/Button2.jpg');
	background-repeat: no-repeat;
	height: 67px
}
#nav .button3
{
	background-image: url('/images/Button3.jpg');
	background-repeat: no-repeat;
	height: 65px
}
#nav .button4
{
	background-image: url('/images/Button4.jpg');
	background-repeat: no-repeat;
	height: 67px
}
#nav .button5
{
	background-image: url('/images/Button5.jpg');
	background-repeat: no-repeat;
	height: 68px
}
#nav .button6
{
	background-image: url('/images/Button6.jpg');
	background-repeat: no-repeat;
	height: 65px
}
#nav .button7
{
	background-image: url('/images/Button7.jpg');
	background-repeat: no-repeat;
	height: 73px
}

#nav ul li ul
{
	list-style: none;
	display: block;
	float:none;
	left: -9000px;
	position: absolute;
	z-index:1;
	text-align:left;
	padding-top:0;
	top:26px;
}

#nav li.hover ul
{
	display: block;
	width: 200px; 
	background-color:#7b1919;
	border: 1px solid white;
	position: absolute;
	left: 285px;
	height: auto;
	right: 4px;
	z-index: 2;
	padding-bottom:10px;
	padding-left:10px;

}

#nav li.hover ul li
{
	padding-top:5px;
	padding-right:-30px;

}

#nav ul li ul li a
{
	padding-top:0px;
	height:20px;
	width:185px;
	padding-right:0px;
}

#copyright
{
	color:white;
	font-family: Arial;
	font-size:8pt;
	width:297px;
	height:106px;
	text-align: left;
	background-image: url('/images/Copyright.jpg');
	background-repeat: no-repeat;
	padding-top:39px;
	padding-left:180px


}

#content
{
	background-image: url('/images/ContentBackground.jpg');
	background-repeat: no-repeat;
	font-family: Arial;
	font-size:11pt;
	font-weight:normal
	border: 20px solid black;  
	

}

.contentshadowbox
{
	background-image: url('/images/copybackground.png');
	background-repeat: repeat;
	width: 561px;
	padding: 10px;
	/* font-weight: bold; */
	float:right;
	position: relative;
	right:80px;
	top:1px
	z-index:-1px;

}

h1
{
	color: #C12928;
	text-align: center;
	font-family: Arial;
	font-size:18pt;
	font-weight:normal;

}

.newslist ul li
{
	padding: 6px;
}

#homepagenewsiframe
{
	background-color:#EFEFEF;
	font-family: Arial;
	font-size:8pt;
	margin:3px;

}