﻿	html {		
		margin: 0px;
		padding: 0px;
		background: url(topgrnd.jpg) repeat-x top;
		background-color:#DDDDDD;
	}
	
	body{
		font: 11px Arial, Verdana, sans-serif;
		color: #000; 
		margin: 0px; 
		text-align: center;
		/** background: url(btmgrnd.jpg) no-repeat bottom left; **/
		height:2200px;
		background-color:#DDDDDD;
		width: 100%;
	}
	
	td {
		font: 11px Arial, Verdana, sans-serif;
		color: #000; 
	}
	
	p { 
		font: 11px Arial, Verdana, sans-serif;
		margin-top: 0px; 
		text-align: left;
		}
	h3 { 
		font: italic normal 12pt georgia; 
		letter-spacing: 1px; 
		margin-bottom: 0px; 
		color: #7D775C;
		}
	a:link { 
		font-weight: bold; 
		text-decoration: none; 
		color: #990099;
		}
	a:visited { 
		font-weight: bold; 
		text-decoration: none; 
		color: #990099;
		}
	a:hover, a:active { 
		text-decoration: underline; 
		color: #990099;
		}
	#container {  
		position:relative; 
		margin: 0 auto 0 auto;
		text-align: center;
		width: 900px;
		height:800px;
		background-color: #fff;
	}
	
	#loginButton
	{
		width: 745px; 
		height: 0px;
		visibility: hidden;
	}
	
	#loginButton div
	{
		float: left;	
	}
	
	#loginButton img
	{
		float: right;	
	}
	
	#pageHeader{
		background:transparent url(../images/logo.gif) no-repeat bottom left; 
		width: 894px;
		margin-top: 2px;
		height: 100px; 
		margin-left: 2px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		margin-bottom: 10px;
	}
	
	#pageHeader span
	{
		position:relative;
		font-weight: bold;
		font-size: 13pt;
		color: #EE192C;
		top: 60px;
		left: 500px;
	}

	#breadCrumb
	{
		width: 100%;
		height: 30px;
	}

	#breadCrumb ul
	{
		list-style: none;
		padding:0px 0px 0px 0px;
		margin: 0;
	}
	
	#breadCrumb li
	{
		list-style: none;
		padding:0px 0px 0px 0px;
		margin: 0;
		float: left;
		width: 20%;
		text-align: center;
	}
	
	#breadCrumb li div
	{
		font-family:arial;
		font-weight: bold;
		border: 1px solid #CCCCCC;
		height: 22px;
		font-size: 11px;
		padding-top: 3px;
	}
	
	#breadCrumb li div.Selected
	{
		color: #000000;
		background-color:#C8C8C9;
		border: 1px solid #fff;
	}
	
	#breadCrumb li div.Enabled
	{
		color: #fff;
		background-color:#000;
	}
	
	#breadCrumb li div.Disabled
	{
		color: #fff;
		background-color:#000;
	}

	#content{
		position:relative;
		z-index:4;
		margin-left: 10px;
		width: 875px;
		text-align: left;
 	}


	#linkList { 
		position: absolute; 
		visibility: hidden;
	}
	
	#linkList li{ 
		text-align:left;
		padding-left: 15px;
		list-style: none;
	}
	
	#linkList2 { 
		font: 11px Arial, Verdana, sans-serif;
		line-height:12px;
		width: 150px; 
	}
	
	#linkList h3.pages { 
		/** background: url(selectdesign.jpg) no-repeat top left;  **/
	}
	#linkList h3.pages span {
	
	}
	
	#linkList ul {
		margin: 0px;
		padding: 0px;
		padding-bottom:5px;
		list-style: none;
	}
	#linkList li {
		display: block; 
		padding-top: 10px;
		list-style: none;
	}
	#lpages li a {
		font-size: 11px;
	}
		
	#linkList li a:link { 
		color: #E20A16;	
	}
	#linkList li a:visited {
		color: #E20A16;
	}
	
	#lpages li a:hover{
		color: #E20A16;	
		text-decoration: underline;
	}
	
	
	#footer { 
		text-align: right; 
		}
	#footer a:link, #footer a:visited { 
		margin-right: 20px; 
		}

