@charset "UTF-8";
/* CSS Document */

/*

  	-- -- -- -- -- -- --
  	Browser Fixes
  	-- -- -- -- -- -- --
  	
  	This file uses CSS filtering methods to fix various
  	layout bugs.

  	Each of the following three imported files is a 
  	separate, browser-specific CSS file that keeps all 
  	hacks out of the main style sheet.
  	
  	Over time, as supporting these browsers no longer
  	remains a priority, cleaning up the hacks is as
  	easy as deleting the @import statement below, or
  	simply no longer linking this file from the HTML.
  	
  */

  /* 
    fix ie6 "peekaboo bug" using the "holly hack". 
    Note, this style only gets applied to ie6
  */
  * html .wrapper {
    height: 0.1%;
  }

  /* 
   * IE5 mac - overrides the IE/Win hack 
   */

  /*\*//*/

  * html #threecolumn div {
  	height: auto;
  }

  /**/


  /* 
   * IE5/Win-specific CSS -ensures #container wraps all content on window resize
   */

  @media tty {
   i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
  }/* */
  /* Styling for editable elements. Eventually, this will be part of the style. */
  .editable {
    border: 1px dashed blue;
  }
  
  #footer {
    clear: both;
  }
  
  /* Extra divs hidden by default. The custom CSS can override this though */
  #extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
    display: none;
  }

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	color: #1397E6;
	}

#content #colThree a:link {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	color: #0E6FA9;
}

#content #colThree a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	color: #0E6FA9;
}

#content #colThree a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	color: #6DC1F3;
}

#content #colThree a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	color: #0E6FA9;
}

#colThree {
	float: left;
	width: 120px;
	padding: 10px;
}

	
a:link {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #0E6FA9;
	line-height: 14px;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #0E6FA9;
	line-height: 14px;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #6DC1F3;
	line-height: 14px;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #0E6FA9;
	line-height: 14px;
}


body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #fafef5;

}

div.standoff {
	background-color:#f3f3f2;
	border:1px solid #D6D6D6;
	padding:5px 2px 5px 5px;
	text-align: left;
	font-style: normal;
	font-size: 14px;
	line-height: 23px;
}

div.standoff2 {
	background-color:#f3f3f2;
	border:1px solid #D6D6D6;
	border-collapse:collapse;
	padding:5px 2px 5px 5px;
	text-align: left;
	font-style: normal;
	font-size: 14px;
}

div.standoff3 {
	background-color:#f3f3f2;
	border:1px solid #D6D6D6;
	border-collapse:collapse;
	padding:5px 2px 5px 5px;
	text-align: center;
	font-style: normal;
	font-size: 14px;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	text-align: center;
}

h3 {
	margin: 1;
	font-size: 1.2em;
	background-color: #e7e7e7;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 2px solid #CCCCCC;
	text-align: center;
}

h4 {
	margin: 1;
	font-size: 1.2em;
	color: #730000;



}
h6 {
	background-color: #F7F7F7;
	font-size: 14px;
	font-weight: normal;
	border: 2px solid #CCCCCC;
	padding: 4px;
}

p, ul, ol, blockquote {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}

/* Header */

#header {
	width: 711px;
	height: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 711px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-decoration: none;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
a {
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

/* Content */

#content {
	width: 711px;
	margin: 0 auto;
	padding: 5px;
}



#colOne {
	float: left;
	width: 160px;
	background-color: #f9f9ff;
	padding-right: 10px;

}

#content #colOne a:link {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	color: #0E6FA9;
	list-style-type: disc;
}

#content #colOne a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	color: #0E6FA9;
}

#content #colOne a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	color: #6DC1F3;
}

#content #colOne a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	color: #0E6FA9;
}

#colTwo {
	float: left;
	width: 350px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
	background-color: #fafef5;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;

}

#colThree {
	float: left;
	width: 147px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-color: #f9f9ff;
	padding-left: 10px;
}

#colMiddle {
	float: none;
	width: 690px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
	background-color: #fafef5;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;

}


#content #colTwo img {
	float: left;
	border: 1px solid #333333;
	margin-right: 10px;
	padding: 3px;
	margin-top: 5px;
}



/* Footer */

#footer {
	width: 720px;
	background: url(images/img6.gif) repeat-x;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}

#footer * {
	color: #000000;
	text-align: center;
	font-size: 11px;
}

#footer a:link {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #0E6FA9;
}

#footer br {
	width: 720px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


#footer a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #0E6FA9;
}

#footer a:hover {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #6DC1F3;
}

#footer a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #0E6FA9;
}

h5 {
	font-size: 9px;
}


#content #colThree {
	font-size: 15px;
}

.boldsubtitle {
	font-weight: bold;
}

.portrait {
	background:#FFFFFF none repeat scroll 0;
	border:1px solid #000000;
	padding:3px;
}

.portrait2 {
	border:1px solid #000000;
	padding:3px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	clear: both;
	float: none;
}

.roundcont {
	width: 90%;
	background-color: #f0eeee;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background-image: url(images/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottom {
	background-image: url(images/br.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

 div.hr {
	height: 1px;
	background-attachment: scroll;
	background-color: #6EC2F3;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.hr hr {
  display: none;
}

.post img {
border:1px solid #CCCCCC;
padding:4px;
}

.answer {
	font-family: "Trebuchet MS";
	color: #333333;
	font-style: normal;
	font-size: 1.2em;
	line-height: normal;
	border: 1px none #333333;
	padding: 3px;
	background-color: #FBFBFB;
	font-weight: bold;
}

table.ex1 {table-layout:auto}
table.ex2 {table-layout:fixed}
