/* HALT-C Test Style Sheet*/


* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-y;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 2em;
	color: #111111;
font-weight: bold; 
text-align: center; 
margin: 0 20px 10px 20px; 
     
}

h2 {
	font-size: 2em;
	color: #111111;
#990000; 
        
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 1em;
        margin-top: 1em;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
padding-bottom: 10px;

}

ol ol li {
list-style-type: lower-alpha;

}


ol ol ol li {
list-style-type: lower-roman;
}

ol ol ul li {
list-style-type: disc;
}

a {
	color: #9E0000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: .35em 1em 1em 0;
}

img.right {
	float: right;
	margin: .35em 0 1em 1em;
}

/* Boxed Style */

.boxed {
font: normal small Georgia, "Times New Roman", Times, serif;	
margin-bottom: 20px;
	padding: 5px 0 0 0;
}

.boxed .title {
	padding-left: 15px;
	background: #A91313;
	border-left: 1px solid #CB7575;
	border-right: 1px solid #CB7575;
	font-size: 1.2em;
	font-weight: bold;
	color: #E8C0C0;
}

.boxed .content {
	padding-bottom: 10px;
	background: #A91313 url(images/img04.gif) no-repeat 100% 100%;
	border: 1px solid #CB7575;
}

/* Post */

.post {
	padding: 2em 0 0 0;
}

.post .title {
}

.post .date {
	margin: -1.4em 0 1em 0;
	text-align: right;
	font-size: 1em;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding: 1em;
	background: #FFEDED;
	border-left: 1px solid #9E0000;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 1em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	line-height: 180%;
}

/* Logo */

#logo {
	padding: 70px 0 100px 0;
	background: url(images/smlogo.gif) no-repeat center top;
	text-align: center;
}

#logo h1 {
	text-transform: lowercase;
	font-size: 2.6em;
	font-weight: bold;
	font-style: italic;
}

#logo h2 {
	text-transform: lowercase;
	font-size: 1em;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
}


/* Content > Main */

#main {
	margin: 0 20px 0 260px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome h2 {
	font-size: 2em;
        font-weight: bold; 
        text-align: center;     
	color: #111111;
        border-bottom: 2px solid 
#990000;        
   
}

#welcome p {
   padding:  20px 100 px 20px;
}


/* Content > Main > Pages*/

#pages{
   padding-top:  20px;
}

#pages h1 {
	font-size: 2em;
        font-weight: normal; 
        text-align: left;     
	color: #111111;
        border-bottom: 2px solid 
#990000;
padding-bottom: 5px;   
}

#pages h2 {
	font-size: 1.5em;
        font-weight: normal; 
        text-align: left;     
	color: #111111;
       padding-top: 10px;   
}

#pages h3{
        font-weight: bold; 
        padding-top: 10px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px 20px 0 20px;
}

#sidebar h3 {
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
}


/* Content > Sidebar > Menu */

#menu {
}


#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	Font-Size : 10pt;
	Font-Style : normal;
	Font-Weight : bold;
        color: #FFFFFF;
	Text-Decoration : none;
	padding: 10px 10px 0 10px;
}

#menu ul ul li{
	Font-Size : 10pt;
	Font-Style : normal;
	Font-Weight : normal;
	Text-Decoration : none;
	padding: 0 0 0 25px;
}

#menu a {
	display: block;
		text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
color:yellow;

}


/* Footer */

#footer {
	clear: both;
	padding: 20px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

 #menu .active a {
}

/* created by VanN
June 23 2009
*/
#appendixA table {
	border: 1px solid black;
	/*border-collapse:collapse;*/
	padding:8px !important;
	margin:3px;
	width:90%;
	background-color:#F3EFDA;
}

#appendixA td {
	border: none;
}

#PP3 table{
border: 1px solid black;
border-collapse:collapse;
padding:4px;
margin:3px;
width:90%;
}

#PP3 td{
border: 1px solid black;
border-collapse:collapse;
padding:4px;
margin:3px;
width:auto;
}

#PP3 th{
background-color:#DAE3E4;
}

#PP3 th{
border: 1px solid black;
border-collapse:collapse;
padding:4px;
width:auto;
/* background-color:#FFCC66; */
}

.PP3HL {
background-color:#829FB5;
}