@charset "utf-8";
/* CSS Document */

	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		width: 1000px;
		background: #5E5D65 url(back3.png) repeat-y;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		color: #333;
}

a img {
  border: 0;
  margin: 0;
  padding: 0;
}
		
	a {
		color: #0099ff;
		text-decoration: none;
}

	a:hover {
		color: #0099ff;
		text-decoration: underline;
}

	#boot{
	padding-left: 30px;
	background:	url(boot-icon.png) no-repeat;
	padding-top:6px;
	padding-bottom:6px;
}

#leftcontent {
	position: absolute;
	padding-left: 12px;
	padding-right: 4px;
	left:0px;
	top:12.5em;
	width:185px;
	border:1px;
}

#leftcontent2 {
	position: absolute;
	padding-left: 12px;
	padding-right: 4px;
	left:0px;
	top:12.5em;
	width:170px;
	border:1px;
}

	#centercontent {
	   padding: 1em 0 0 0;
   		margin-left: 220px;
   		margin-right:170px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 220px;
   		margin-right:170px;
}

	html>body #centercontent {
   		margin-left: 225px;
   		margin-right:170px;
   		   padding: 1em 0 0 0;
}

	#centercontent p {
	font-size: 13px;
	padding-left: 10px;

}

	#centercontent img {
	padding: 3px;
	border: #ccc 1px solid;
}

	#centercontent2 {
   		margin-left: 220px;
   		margin-right:330px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 220px;
   		margin-right:330px;
}

	html>body #centercontent2 {
   		margin-left: 225px;
   		margin-right:330px;
}

	#centercontent2 p {
	font-size: 13px;
	padding-left: 10px;

}

	#centercontent2 img {
	padding: 3px;
	border: #ccc 1px solid;
}

	#centercontent3 {
   		margin-left: 210px;
   		margin-right:0px;
   		margin-left: 210px;
   		margin-right:0px;
}

	html>body #centercontent3 {
   		margin-left: 215px;
   		margin-right:0px;
}

	#centercontent3 p {
	font-size: 13px;
	padding-left: 10px;

}

	#centercontent3 img {
	padding: 3px;
	border: #ccc 1px solid;
}

	#rightmiddle {
	position: absolute;
	left:700px;
	top:13em;
	width:150px;
	padding: 0;
}

	#rightcontent {
	position: absolute;
	left:850px;
	top:13em;
	width:150px;
	padding: 0;
}

	#banner {
		background: url(header.jpg) no-repeat;
		height:120px;
		vertical-align:middle;
}

	html>body #banner {
		height:120px;
}

table.rightbox {
  color: #5F605B;
  background: #5E5D65;
  border: #5E5D65 1px solid;
  width: 100%; 
}

table.rightbox h3{
  text-align: center;
  color: #99CCFF;
  border-bottom: #DDD 1px solid;
  font-size: 1.2em;
  margin:0;
  width:100%;
 }

table.rightbox p{
  font-size: 1.2em;
  margin:0;
}

table.rightbox a{
  font-size: .8em;
  color: #EEE;
  padding-left: .4em;
  padding-right: .4em;
}

table.rightbox a.easy {
			border-left: #7DFF01 4px solid;
}

table.rightbox a.easymoderate {
			border-left: #FFFF00 4px solid;
}

table.rightbox a.moderate {
			border-left: #FFBE00 4px solid;
}

table.rightbox a.moderateplus {
			border-left: #FF3F00 4px solid;
}

table.rightbox a:hover{
  color: #89CDFB;
  font-size: .8em;
  padding-left: .4em;
  padding-right: .4em;
  text-decoration: none;
	border-left: #FFF 4px solid;
}

table.rightbox2 {
  color: #fff;
  background: #8E8C8F;
  border: #5E5D65 1px solid;
  width: 100%; 
}

table.rightbox2 h3{
  text-align: center;
  color: #99CCFF;
  border-bottom: #CCC 1px solid;
  font-size: 1.2em;
  margin:0;
  width:100%;
 }

table.rightbox2 p{
  font-size: 1.2em;
  margin:0;
}

table.rightbox2 a{
  font-size: .8em;
  color: #DDD;
  padding-left: .4em;
  padding-right: .4em;
}

table.rightbox2 a.easy {
			border-left: #7DFF01 4px solid;
}

table.rightbox2 a.easymoderate {
			border-left: #FFFF00 4px solid;
}

table.rightbox2 a.moderate {
			border-left: #FFBE00 4px solid;
}

table.rightbox2 a.moderateplus {
			border-left: #FF3F00 4px solid;
}

table.rightbox2 a:hover{
  color: #89CDFB;
  font-size: .8em;
  padding-left: .4em;
  padding-right: .4em;
  text-decoration: none;
	border-left: #FFF 4px solid;
}

table.rightbox3 {
  color: #FFF;
  background: #FFF;
  border: #FF9900 1px solid;
  width: 100%; 
  text-align: center;
}

table.rightbox3 h2 {
  font-size: 1.2em;
  margin:0;
  padding: 0;
  color: #FF7700;
}

table.rightbox3 {
  margin: 0;
  padding: 0;
}

table.key {
  color: #CCC;
  background: #52525A;
  border: #777 1px solid;
  width: 100%;
  padding: .3em;
  line-height: 1.1em;
  margin: auto;
}

table.key h3{
  text-align: center;
  color: #99CCFF;
  font-size: 1em;
  margin: 0 0 .2em 0;
  border-bottom: #777 1px solid;
  width:100%;
 }

table.key p{
  margin: 0 0 .1em 0;
  padding: 0 0 0 .2em;
  font-size: .85em;
}

table.key p.easy {
			border-left: #7DFF01 6px solid;
}

table.key p.easymoderate {
			border-left: #FFFF00 6px solid;
}

table.key p.moderate {
			border-left: #FFBE00 6px solid;
}

table.key p.moderateplus {
			border-left: #FF3F00 6px solid;
}

#search {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #FFF;
}

#searchcontent {

}
	
	h1 {
		color: #CC0033;
		font-size:19px;
		padding-top:18px;
		line-height:1.3em;
}

	h2 {
		color: #0099ff;
		font-size:16px;
}

	h3 {
		color: #FF7700;
		font-size:14px;
}

	h4 {
		color: #FF7700;
		font-size:13px;
}

	h5 {
		color: #FF7700;
		font-size:13px;
}
		
	#banner p {
		margin-top:5em;
		font-size:11px;
		padding-top:.6em;
		padding-right:10px;
		padding-bottom:.9em;
		overflow:hidden;
		color:#DDD;
		background: url('menu3.png');
}

	#banner a {
    color: #DDD;
}

	#banner a:hover {
    color: #89CDFB;
    text-decoration: none;
}

  #banner h1 {
    font-size: 2.3em;
    margin: 0 4.2em 1em 0;
    padding: .15em 0 .6em 0;
  }
  
  #banner h1 a {
    color: #AAD4FF;
  }

  #banner h1 a:hover {
    color: #FFF;
  }

	#rightcontent p {
		font-size:12px
}

#leftcontent a {
	font-size:.9em;
		color: #C3C3C9;
		text-decoration: none;
		padding-left: .3em;
			border-left: #C3C3C9 6px solid;
}

#leftcontent h1 {
		color: #FFF;
		font-size:23px;
		padding: 0;
		line-height:1.3em;
}

#leftcontent h4 {
		color: #99CCFF;
		font-size:12px;
}

#leftcontent a.easy {
			border-left: #7DFF01 6px solid;
}

#leftcontent a.easymoderate {
			border-left: #FFFF00 6px solid;
}

#leftcontent a.moderate {
			border-left: #FFBE00 6px solid;
}

#leftcontent a.moderateplus {
			border-left: #FF3F00 6px solid;
}

#leftcontent a:hover {
	font-size:.9em;
		color: #3FAFF9;
		text-decoration: none;
		padding-left: .3em;
		border-left: #FFF 6px solid;
}


#leftcontent2 a {
	font-size:.9em;
		color: #C3C3C9;
		text-decoration: none;
		padding-left: .3em;
			border-left: #C3C3C9 6px solid;
}

#leftcontent2 h1 {
		color: #FFF;
		font-size:23px;
		padding: 0;
		line-height:1.3em;
}

#leftcontent2 h4 {
		color: #99CCFF;
		font-size:12px;
}

#leftcontent2 a.easy {
			border-left: #7DFF01 6px solid;
}

#leftcontent2 a.easymoderate {
			border-left: #FFFF00 6px solid;
}

#leftcontent2 a.moderate {
			border-left: #FFBE00 6px solid;
}

#leftcontent2 a.moderateplus {
			border-left: #FF3F00 6px solid;
}

#leftcontent2 a:hover {
	font-size:.9em;
		color: #3FAFF9;
		text-decoration: none;
		padding-left: .3em;
		border-left: #FFF 6px solid;
}

	#footer {
		color:#527094;
		background: #3A3A3E;
		font-size:11px;
		width: 1000px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    border-top: #5E5D65 2px solid;
    clear: both;
}

	#footer p {
		color: #999;
		margin:0;
    padding:3px 8px;
		font-size:11px;
}

	#footer a {
		display:inline;
		color: #999;
		padding:0;
}

	#footer a:hover {
		color: #FFF;
		text-decoration: none;
}

input[type="submit"]{
	padding:0;
	border: 1px solid #ccc;
	color: #fff;
	background: #0099ff;
}
	

