/* This style sheet created specifically for the error page for the Forum.  */
 
body{
	width: 760px;
	margin: auto;
	font: medium Tahoma, arial, helvetica, serif;
	font-weight: normal;
	line-height: 130%;
	/* color:#336699; */
	color: black;
	background-color: #ffcc66;
	/* background-color: #d4d4d4; */
	 /* background-color: #ffe88c; */
	}

h1	{
	font-size: 30px;
	color: #cc0000;
/*	background-color: #17c706; */
/*  background-color: #6b8eae; */
	background-color: #cc9966;
	height: 95px;
	line-height: 130%;
	text-align: center;
	padding-top: 10px;
	}

h2	{
	margin-top: 35px;
	}

h3	{
	font-size: 20px;
	color: #ffcc00;
	background-color: #884400;
	height: 30px;
	text-align: left;

	}

h4	{
	text-align: center;
	}

h5	{
	font-size: 16px;
	color: white;

	background-color: #eb6c57;
	height: auto;
	line-height: 130%;
	text-align: center;
	padding-top: 10px;
	}

p	{

	}
	
.nav	{
	text-align: center;
	}
	
.navigation  a:link, 	.navigation  a:visited {
	font-size: 22px;
	font-weight:  bold;
	color: navy;
	text-decoration: underline;
	padding-left: 14px;
	}
	
.navigation  a:hover {	
	color: white;
	text-decoration: none;
	}
	
.clear{
	clear: both;
	}

.footer	{
	
	font-size:  12px ;
	line-height: normal;
	font-style: italic;
	text-align: right;
	color: #ffcc00;
	/* background-color: #ee6600; */
	background-color: #cc9966;
	padding: 4px;
	}

.leftimg{
	position: relative;
	top: 5px;
	left: 100px;
	float: left;
	padding-right: 8px;
	padding-bottom: 12px;
	border: 0px;
	}

.rightimg{
	position: relative;
	top: 5px;
	float: right;
	border-bottom: 10px solid #cc9966;
	border-top: 6px solid black;
	border-right: 6px solid black;
	border-left: 10px solid #cc9966;
	}
	

.valid{
	position: relative;
	top: 0px;
	left: 0px;
	
	float: left;
	padding: 5px;
	}
	
	
.notice1	{
	position: relative;
	top: 0px;
	width: 700px;
	padding: 15px;
	text-align: left;
	color: black;
	
	z-index: 5;
	}

/*  Modified 13Sep08 by kaw */
