html,
body {
background-color: #666699;
margin: 0;
padding: 0;
height:100%;
}

	#mainxx {
	position: absolute;
	width: 772px;
	height: auto;
	top: absolute;
	left: 0;
	border: none;
	background-color: #ffffff;
	padding: 0;
	z-index: 0;
	padding-bottom:60px;   /* Height of the footer */
	}


	#container {
   	width: 1006px;
	background-image:url('images/right-side-bg2.gif');
	background-repeat:repeat-y;
	position:relative;
	background-color:#003399;
	}
	
		
	#headerbg {
	background-image:url('images/pw_header.jpg');
	background-repeat:no-repeat;
	width: 1006px;
	height: 272px;
	}
	
	#rightsidemenu {
	position: absolute;
	width: 190px;
	left: 816px;
	top: 272px;
	bottom:0;
	}
	
	#maintext {
	width: 816px;
	top: 250px;
	left: 0;
	background-color: #ffffff;
	padding-bottom: 60px;
	}
	
	#rightsidebottom {
	position: absolute;
	bottom:0;
	width: 180px;
	left: 820px;
	border: none;
	background-color: #ffffff;
	padding-bottom: 60px;
	}
	
	.rslinks {
	font-family : Verdana, Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-decoration: bold;
	color: $ffffff;
	}
	
	#footer {
	position:absolute;
   	bottom:0;
   	width:1006px;
	height:60px;   /* Height of the footer */
	background-color: #003399;
	}
	
	.footer_txt {
	position: absolute;
	height: 25px;
	top: absolute;
	left: 0;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: none;
	padding: 10;
	z-index: 2;
	}
	
	.padthecell {
			padding: 10px;
		}
	
	
	/*************************************************************/
	
	h2 {
	text-align: center;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	margin: 0 0 15px 0;
	color: #333399;
	padding: 0;
	font-size: 1.1em;
	}
	
	h3 {
	text-decoration : none;
	text-align: left;
	font-size : 14px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	color:#333399;
	margin: 0 50px 20px 50px;
	padding: 0;
	}
	
	h4 {
	text-decoration : none;
	text-align: center;
	font-size : 11px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
	}
	
	
	
	p,td {
	text-decoration : none;
	font-size : 13px;
	font-family : Verdana, Arial,Helvetica,sans-serif;	
	}
	
	p {
	margin: 0 50px 50px 50px;
	}
	
	.td_sm {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana, Arial,Helvetica,sans-serif;	
	}
	
	.quote {
	text-decoration : none;
	font-style:italic;
	}
	
	#highlight_red {
	color: #ff0000;
	font-size: 10px;
	}
	
	sup {
	text-decoration : none;
	text-align: left;
	font-size : 12px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	font-weight: bold;
	color:#000000;
	padding: 2px;
	}
	
	.sup {
	text-decoration : none;
	text-align: left;
	font-size : 10px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	color:#000000;
	padding: 5px;
	}
	
	#u {text-decoration: underline;}
	#u_bold {text-decoration: underline;font-weight: bold;}
	#i {font-style: italic}
	#bold {font-weight: bold;}
	
	
	
	
	
	/************* Float image to right with text ****************/
	.floatrightnoborder
	{
	float: right;
	height: auto;
	margin: 0 0 3px 3px;
	background-color: #ffffff;
	font-family: Verdana,Arial, Helvetica,sans-serif;
	font-size: 9px;
	color: #000099;
	font-weight: bold;
	}
	
	
	.floatright
	{
	float: right;
	height: auto;
	margin: 0 0 3px 3px;
	background-color: #ffffff;
	font-family: Verdana,Arial, Helvetica,sans-serif;
	font-size: 9px;
	color: #000099;
	font-weight: bold;
	}
	
	.floatright2
	{
	float: right;
	width: 103px;
	height: 55px;
	margin: 0 0 3px 3px;
	background-color: #fff;
	padding: 5px;
	padding-bottom: 25px;
	font-family: Verdana,Arial, Helvetica,sans-serif;
	font-size: 9px;
	color: #000099;
	font-weight: bold;
	}
	
	div.floatright img
	{
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
	}
	
	
	
	
	
	
	/************* Float image to left with text ****************/
	.floatleft
	{
	float: left;
	height: auto;
	margin: 0 0 3px 3px;
	background-color: #ffffff;
	font-family: Verdana,Arial, Helvetica,sans-serif;
	font-size: 9px;
	color: #000099;
	font-weight: bold;
	}
	
	.floatleft2
	{
	float: left;
	width: 103px;
	height: 55px;
	margin: 0 0 3px 3px;
	background-color: #fff;
	padding: 5px;
	padding-bottom: 25px;
	font-family: Verdana,Arial, Helvetica,sans-serif;
	font-size: 9px;
	color: #000099;
	font-weight: bold;
	}
	
	div.floatleft img
	{
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
	}
	
	
	
	
	
	
	
	
	.indent { 
	margin-left: 50px;
	}
	
	p.txt { 
	margin-top: 0;
	width: auto;
	text-decoration : none;
	font-size : 9px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	}
	
	.img_subtext {
	padding-top: 3;
	font-weight: bold;
	text-decoration : none;
	text-align: center;
	font-size : 9px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	}
	/*************************************************************/
	
	
	
	#navleft {
	position: absolute;
	width: 128px;
	top: 160px;
	left: 20px;
	font-size: 0.9em;
	border: 1px dashed #ffff00;
	background-color: #4282DE;
	padding: 10px;
	z-index: 2;
	}
	
	.toolbar {
	position: absolute;
	top: 150px;
	}
	
	/* All the content boxes belong to the content class. */
	/* content wraps the text aroun the toolbar */
	.content {
	position: relative;
	left: 35px;
	width: auto;
	min-width: 120px;
	margin: 0 50px 20px 170px;
	border: 1px solid black;
	background-color: none;
	padding: 10px;
	}
	
	.content2 {
	position: relative;
	left: 35px;
	width: auto;
	min-width: 120px;
	margin: 0 50px 20px 170px;
	border: 1px solid black;
	background-color: none;
	padding: 10px;
	}
	
	/* homepage requires a slightly different content box */
	#content_home {
	position: relative;
	left: 0px;
	width: 530px;
	/*border: 1px solid #f00; */
	padding-left: 0px;
	}
	
	#hometable {position:relative; top:0px; left:0px;}
	
	/* content box for non-wrapping */
	.content_nowrap {
	position: relative;
	left: 45px;
	width: 440px;
	margin: 0 50px 0px 170px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	}
	
	
	.content_nowrap2 {
	position: relative;
	left: 25px;
	width: 470px;
	margin: 0 20px 0px 150px;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	}
	
	.content_nowrap3 {
	position: relative;
	left: 40px;
	width: 660px;
	padding-top: 10px;
	padding-bottom: 30px;
	/*top: 15px;
	left: 30px;*/
	}
	
	.content_left {
	position: relative;
	top: 10px;
	left: 75px;
	height:auto;
	width: 500px;
	/* border: 1px solid #ffffff;  999999 */
	background-color: none;
	padding: 10px;
	}
	
	.content_left2 {
	position: relative;
	top: 0px;
	left: 20px;
	width: 450px;
	height: auto;
	border: 1px solid #999999;
	background-color: none;
	padding: 10px;

	}
	
	.content_leftmargin {
	position: absolute;
	top: 400px;
	left: 5px;
	width: 200px;
	height: auto;
	padding: 2px;
	}
	
	.content_pic {
	position: relative;
	top: 140px;
	left: 350px;
	width: 200px;
	height: 75px;
	margin: 0 50px 20px 170px;
	border: 1px solid black;
	background-color: none;
	padding: 10px;
	}
	
	.content_right {
	position: absolute;
	top: 140px;
	left: 550px;
	border: 0px solid black;
	background-color: none;
	padding: 2px;
	padding-right: 20px;
	}
	
	.content_right_higher {
	position: relative;
	top: 0px;
	left: 350px;
	width: 200px;
	height: 125px;
	margin: 0 50px 20px 170px;
	border: 1px solid black;
	background-color: none;
	padding: 10px;
	}
	
	.content_right_noborder {
	position: relative;
	top: 0px;
	left: 520px;
	width: 200px;
	height: 125px;
	vertical-align: top;
	margin-bottom: 50px;
	border: 1px solid white;
	background-color: none;
	padding: 10px;
	}
	
	.content_fullwidth {
	position: relative;
	top: 5px;
	left: 20px;
	height:auto;
	width: 720px;
	background-color: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
	
	.spacer {
	position: relative;
	height: 250px;
	
	}
	

	A:active {
	text-decoration : underline;
	font-size : 12px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	color : #0000ff;
	padding-bottom: 5px;
	}
	A:link {
	text-decoration : underline;
	font-size : 12px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	color : #0000ff;
	padding-bottom: 5px;
	}
	A:visited {
	text-decoration : underline;
	font-size : 12px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	color : #0000ff;
	padding-bottom: 5px;
	}
	A:hover {
	text-decoration : underline;
	font-size : 12px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	color : #ff0000;
	padding-bottom: 5px;
	}
	
	.titrebox {
	font-size : 12px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	text-decoration : none;
	color : #d3d3d3;
	background-color : #194ED0;
	}
	
	a.textlink:link {color: #0000ff; font-size: 10px; text-decoration: underline; font-weight: 900}
	a.textlink:visited {color: #0000ff; font-size: 10px; text-decoration: underline; font-weight: 900}
	a.textlink:hover {color: #ff0000; font-size: 10px; text-decoration: underline; font-weight: 900}
	
	a.textlink2:link {color: #0000ff; font-size: 12px; text-decoration: underline; font-weight: 900}
	a.textlink2:visited {color: #0000ff; font-size: 12px; text-decoration: underline; font-weight: 900}
	a.textlink2:hover {color: #ff0000; font-size: 12px; text-decoration: underline; font-weight: 900}
		
	a.footeremail:link {color: white; font-size: 10px; text-decoration: underline; font-weight: 900}
	a.footeremail:visited {color: white; font-size: 10px; text-decoration: underline; font-weight: 900}
	a.footeremail:hover {color: yellow; font-size: 10px; text-decoration: underline; font-weight: 900}
	

	a.rslinks:link {color: #ffffff; font-size: 12px; text-decoration: underline; font-weight: 900}
	a.rslinks:visited {color: #ffffff; font-size: 12px; text-decoration: underline; font-weight: 900}
	a.rslinks:hover {color: #ffff00; font-size: 12px; text-decoration: underline; font-weight: 900}
	
/******************* WEB PROJECTS PAGE ****************************/
.content_left_wp {
	position: relative;
	top: 0px;
	left: 20px;
	height:auto;
	width: 450px;
	border: 1px solid #ffffff;
	background-color: none;
	padding: 10px;
	}
	
	.content_left_wp_sub {
	position: relative;
	top: 0px;
	left: 0px;
	width: 450px;
	height: auto;
	border: 1px solid #999999;
	background-color: none;
	margin-bottom: 90px;
	padding: 5px;
	}
	
	.content_right_wp {
	position: absolute;
	top: 130px;
	left: 350px;
	width: 200px;
	height: 75px;
	margin: 0 50px 20px 170px;
	border: 1px solid #ffffff;
	background-color: none;
	padding: 10px;
	}
	
	.content_right_wp_sub {
	position: relative;
	width: 200px;
	height: 150px;
	vertical-align: top;
	margin-bottom: 50px;
	border: 1px solid none;
	background-color: none;
	padding: 5px;
	}