@import "all.css"; /* just some basic formatting, no layout stuff */
	
body {
		text-align:center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		background-color: white;
	
		/* Default page margins */
		margin: 0;
	
		/* Setting for the Internet Explorer scroll bar */
		scrollbar-3dlight-color: #99CCCC;
		scrollbar-arrow-color: #98AEB3;
		scrollbar-base-color: #98AEB3;
		scrollbar-darkshadow-color: #98AEB3;
		scrollbar-face-color: #FFFFFF;
		scrollbar-highlight-color: #98AEB3;
		scrollbar-track-color: #98AEB3;
		scrollbar-shadow-color: #98AEB3;
		}
	
#frame {
		width:750px;
		height: 100px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
#contentleft {
		width:212px;
		height: 100px;
		padding:0px;
		border-right: solid white 3px;
		float:left;
		background:#fff;
		}
	
#contentcenter {
		width:212px;
		height: 100px;
		padding: 0px;
		border-right: solid white 3px;
		text-align: center;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		float:left;
		background-color:#D0902F;
		}
	
#contentright {
		width:320px;
		height: 100px;
		padding:0px;
		float:left;
		background:#FFF;
		}
	
#contentheader {
		background:#fff
		}
		
p,h1,h5,pre {
		margin:0px 10px 10px 10px;
		}
		
h1 {
		font-size:14px;
		padding-top:10px;
		}
		
#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}

#contentright p { font-size:10px}

/* Second Set of Boxes */
#frame2 {
		width:750px;
		margin-right:auto;
		margin-left:auto;
		margin-top:3px;
		padding:0px;
		text-align:left;
		}
		
#contentleft2 {
		width:212px;
		height:390px;
		overflow: hidden;
		padding: 10px 0px 0px 0px;
		border-right: solid white 3px;
		float:left;
		background:#EEEED1;
		}
	
#contentcenter2 {
		width:212px;
		height:400px;
		overflow: hidden;
		padding:0px;
		border-right: solid white 3px;
		float:left;
		background-color:#98AEB3;
		}
	
#contentright2 {
		width:320px;
		height:400px;
		overflow: hidden;
		padding:0px;
		float:left;
		background:#FFFFFF;
		}

/* Regular link style for website - white-red */
a:link {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	}

a:visited {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	}

a:hover {
	color: #98533E;
	text-decoration: underline;
	}


/* Regular link style for website - black-orange */
.BlackLink	{
	color: #000000;
			}
.BlackLink:link, .BlackLink:visited {
	color: #000000;
	text-decoration: none;
	text-transform: none;
	}
.BlackLink:hover {
	color: #D0902F;
	text-decoration: underline;
	}
	

/* Regular link style for website - white-white */
.WhiteLink	{
	color: #FFF;
			}
.WhiteLink:link, .WhiteLink:visited {
	color: #FFF;
	text-decoration: underline;
	text-transform: none;
	}
.WhiteLink:hover {
	color: #FFF;
	text-decoration: underline;
	}


/* No highlight for links */
.nohighlight:hover {
	background-color: transparent; text-decoration: none;
	}
