body {
	/*background-color: #0054A6;*/
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
    margin: 0;
    }
	
img {
    border: 0;
    }
	
p {
	line-height: 18px;
	margin-top: 0;
	padding-left: 10px;
	}
	
ol {
	font-size: 12px;
	line-height: 18px;
	}

ol li {
	padding-top: 10px;
	}
	
h1 {
	color: #073D7E;
	font-size: 1.75em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-variant: small-caps;
	}
	
h3 {
	font-size: 1.25em;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	
h4 {
	color: #003471;
	font-size: 1.15em;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	}
	
h5 {
	color: #003471;
	font-size: 1em;
	line-height: 22px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 10px;
	}
	
h6 {
	color: #003471;
	font-size: .90em;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	}

/*ID wrapper */
#wrapper {
	padding: 0;
	margin: 0 auto;
	background: #fff url(/wise/images/left_bg.gif) top left repeat-y;
	width: 770px;
    }

/*ID top*/
#top {
	display: none;
	}
	
html>body #top {
	display: none; /* ie5win fudge ends */
	}
	
/*ID header*/
#header {
	display: none;
	}
	
/*ID tabs*/
#tabs {
	display: none;
	}
	
/*ID list*/
#list ul {
	font-family: Trebuchet MS;	
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
	}
	
#list li {
	list-style-type: square;
	}
	
#list_questions ul {
	font-family: Trebuchet MS;	
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
	}
	
#list_questions li {
	list-style-type: none;
	}

/*ID secondary*/
#secondary {
	display: none;
	}
	
/*ID left*/
#left {
	display: none;
	}
	
html>body #left {
	display: none; /* ie5win fudge ends */
	}
	
/*ID right*/
#right{
	float: none;
	top: 0px;
	right: 0px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
html>body #right {
	
	}

#right img {
	border:	1px solid #000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 10px;
	}
	
#right ul a, #right ul a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #0054A6;
	font-weight: bold;
	}
	
#right li a {
	font-size: 12px;
	text-decoration: none;
	color: #0054A6;
	}

#right ul li {
	list-style-type: square;
	}

#right ul li a, a:link, a:visited {
    text-decoration: none;
	color: #0054A6;
    }

#right ul li a:hover {
    color: #790000;
    text-decoration: underline;
	}

#right table td {
	background: #EEE;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #333;
	padding: 6px;
	}
	
#right table td a{
	color: #073D7E;
	text-decoration: none;
	}

#right table td a:hover {
    color: #790000;
    text-decoration: underline;
	}
	
#right table th {
	background: #CCC;
	font-size: 12px;
	}

#right #leftnav {
	display: none;
	}
	
#right #rightnav {
	display: none;
	}

#right #rightnav img {
	display: none;
	}
	
#right #leftnav img {
	display: none;
	}
	
/*ID box*/
#box {
	border: none; 
	margin-right: 0px; 
	margin-left: 0px;
	padding: 0px;
	}

/*ID sidebar*/
#sidebar {
    float: right;
    margin: 0 5px;
    padding: 6px;
    font-size: x-small;
    width: 125px;  /* box model hack */	
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 125px;	
	border-left: 1px dotted #0054A6;
	border-bottom: 1px dotted #0054A6;
	}

html>#sidebar {
    width: 125px;
    }

#sidebar img {
    display: block;
    padding: 5px 0;
    margin: 0 auto; 
    width: auto; 
    max-width: 120px;
    }

#sidebar h5 {
    font-size: x-small;
    margin: 0;
    padding: 0;
    color: #0054A6;
    font-weight: bold;
	letter-spacing: normal;
    }
	
#sidebar a:link {
    text-decoration: none;
	color: #0054A6;
	font-size: 11px;
	font-weight: normal;
    }

#sidebar a:hover {
    color: #790000;
    text-decoration: underline;
	}

#sidebar p {
    margin: 0;
    padding: 0 0 20px 0;
    }
	
#sidebar ul {
	padding: 0 0 20px 15px;
	margin: 0;
	font-size: 10px;
	}

#sidebar li {
	padding: 0;
	margin: 0;
	line-height: 13px;
	list-style-type: square;
	}

/*ID bottom*/
#bottom {
	text-align: center;
    font-size: 11px;
    color: #666;
    padding-top: 20px;
    padding-bottom: 9px;
	background: url(/wise/images/footer_bg.gif) no-repeat;
}

#bottom a, a:link, a:visited {
    color: #EEE;
    text-decoration: none;
    }
    
#bottom a:hover {
    color: #EEE;
    text-decoration: underline;
    }

/*ID footer*/
#footer {
	text-align: center;
    font-size: 11px;
    color: #50595B;
    padding-top: 20px;
    padding-bottom: 10px;
	background: transparent;
}

#footer a, a:link, a:visited {
    color: #EEE;
    text-decoration: none;
    }
    
#footer a:hover {
    color: #EEE;
    text-decoration: underline;
    }

/*ID number	*/
#number {
	float: right;
	height: 250px;
	width: 150px;
	border: 0;
	overflow: hidden;
	}

/*ID popup*/
#popup {
	width: 500px;
	background-color:white;
	padding: 5px;
	}
	
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}
	
.floatimgright {
	float: right;
	width: inherit;
	margin-left: 6px;
	margin-right: 6px;
	text-align: right;
	font-size: 9px;
	font-color: #666666;
	border: 1px solid #666666;
	}
