* {
	margin: 0;
	padding: 0;
}
a:focus {
 outline-style: none !important;
}

html, body {
	height: 100%; /* gives layout 100% height */
}

p.practice {
	height: 2px;
	width: 2px; 
	overflow: auto;
	}

body { 
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	background: url(/images/log_bkg.jpg) no-repeat top center #0d324f;
	color: #333333;
	margin:0px;
	padding:0px;
	text-align: center;	
}
 
#headerbadge {
        position: fixed;
        top: 10px;
        right: 20px;
	background: transparent url('/images/blog_betabadge.png') no-repeat bottom center;
  	border: none;
	height: 136px; 
	width: 136px;
        float: right;
  	z-index: 100;
}


#wrapper {
	position: relative;
	width: 100%;
	border: none;
	background-color: transparent;
	margin: 0 0 -160px 0; /* base margin negative value of .footer and .spacer */
	padding:0;
	min-height: 100%;	/* minimum height ignored by IE */
	height: auto !important;
	height: 100%;		
}

.spacer {
	height: 160px; /* .spacer must be the same height as .footer */
}
.footer {
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
	background: url(/images/ipfoot2.gif) no-repeat bottom center transparent;
	height: 160px; /* .spacer must be the same height as .footer */
}
.footer p {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #336699;
	padding-top: 120px;
}

#stage {
	position: relative;
	width: 804px; /* 4px added to accomodate IE6 positioning issue */
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: transparent;
}

#stage_left {
	position: relative;
	float:left;
	width: 240px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	display:block;
	text-align:right;
}

#stage_right {
	position:relative;
	top:100px; /* div is 100% from top. For footer to work margin-bottom must be same value */
	width: 540px;
	margin-left: 240px;
	margin-bottom: 100px; /* note comment above! */
	padding: 10px 0 20px 20px;
	border: none;
	border-left: 1px solid #27618b;
	background-color: transparent;
	display:block;
}
/*---------
body list 
-----------*/

#bodylist p {
	display: block;

	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #cccccc;
	padding: 5px 20px 6px 0;
	margin: 2px 0 0 0px;
	background-color: transparent;
	
}

#bodylist {
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
  	list-style-type: none;
  		
  	margin-top: 20px;
  	padding:0;
  
  
}
#bodylist li a  {
	display: block;

	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #ff9900;
	padding: 5px 20px 6px 0;
	margin: 2px 0 0 0px;
	background-color: transparent;
	border-bottom: 1px solid #27618b;
}



/*-------------------------------------------------
navigation list
-------------------------------------------------*/


#nav {
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
  	list-style-type: none;
  		
  	margin-top: 20px;
  	padding:0;
  
  
}
#nav li a {
	display: block;

	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #6699cc;
	padding: 5px 20px 6px 0;
	margin: 2px 0 0 55px;
	background-color: transparent;
	border-bottom: 1px solid #27618b;
}
#nav li a:hover {
  	color: #ff9900;
	font-weight:bold;
}
#nav li a.activelink {
  	color: #99cc33;
}


#subnav {
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
  	list-style-type: none;
  	font-size: 10px;	
  	margin-top: 0px;
  	padding:0;
  
  
}
#subnav li a {
	display: block;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	
	color: #cccccc;
	padding: 5px 20px 6px 0;
	margin: 2px 0 0 55px;
	background-color: transparent;
	border-bottom: 1px dotted #99cc33;
}
#subnav li a:hover {
	font-size: 10px;
  	color: #ff9900;
	font-weight:bold;
}
#subnav li a.activelink {
	font-size: 10px;
  	color: #cccccc;
}


/*-------------------------------------------------
layout elements
-------------------------------------------------*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	padding: 0 0 30px 0;
	margin:0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	padding: 10px 0;
	margin:0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	padding: 10px 0;
	margin:0;
}
p {
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	padding:0;
	margin:0;
}

a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin:0;
	padding:0;
	color: #0099cc;						
}
a:hover {
	text-decoration:underline;						
}

a.bold {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin:0;
	padding: 2px;
	color: #ffffff;					
}
a.bold:hover {
	color: #ffffff;
	background-color: #99cc33;				
}

.logo {
	border: none;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	background-color: transparent;
	display: block;
}
.screengrabs {
	border: none;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	background-color: transparent;
}
.sidenote { 
	list-style: none;
	margin:0;
	padding:0;
	color:#FFFFFF;		
}
.sidenote li { 
	list-style: none;
	color:#FFFFFF;
	font-size:10px;
	padding:15px 20px 0 0;	
}

form {
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	border: none;
	padding:0 0 10px 0;
	margin:0 auto;
}
input {
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: 3px;
}
input:hover {
	background-color: #FFFFFF;
	border: 1px solid #ff9900;	
}
input.btn {
	color: #ffffff;
	background-image: url(images/ip_btn.gif);
	background-position: center;
	background-repeat: repeat-x;
	background-color: #336699;		
	border: 1px solid #003366;
	font-size: 12px;
	font-weight: normal;
	width: 100px;
	padding: 2px 0 2px 0;
	margin:0 auto;
	vertical-align: middle;
	display:block;
}
input.btn:hover {
	background-image: url(images/ip_btnon.gif);
	background-position: center;
	background-repeat: repeat-x;
	background-color: #ff9900;		
	border: 1px solid #ea8c00;
}

/* form styling */


/* select fields */
form.newform p select {
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	background-color: #ecf3f8;
	border: 1px solid #336699;
	width: 580px;
	padding: 5px;
	margin: 2px 0 20px 0;
}
form.newform p select:hover, form.newform p select:focus {
	color: #0099cc;
	background-color: #ffffff;
	border: 1px solid #336699;
}

/* input fields */
form.newform p input {
	font-size: 14px;
	font-weight: normal;
	color: #003366;
	background-color: #ecf3f8;
	border: 1px solid #336699;
	padding:2px 5px 2px 15px;
	margin: 20px 0 0 0;
	
	width: auto;
	
}
form.newform p input:hover, form.newform p input:focus {
	color: #0099cc;
	background-color: #ffffff;
}

/* input textarea */
form.newform p textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	background-color: #ecf3f8;
	border: 1px solid #336699;
	width: 570px;
	padding: 5px;
	margin: 20px 0 20px 0;
}
form.newform p textarea:hover, form.newform p textarea:focus {
	color: #0099cc;
	background-color: #ffffff;
	border: 1px solid #336699;
}


form.newform p input.btn:hover {
	background-image: url(../images/ip_btnon.gif);
	background-color: #ff9900;		
	border: 1px solid #ea8c00;
}
 
