/* 
Styles for:	Positive Technology Website
Author:		Daniel Ma (UTLUK)
Version:	04 October 2006
Purpose:	Print stylesheet
*/

body {
	font-family: Arial, Helvetica, sans-serif;		
	color: #000000;
	margin: 50px;
}

/* Header styles */
#pagecontainer {
	text-align: left;
}

#header h1 {
	font-size: 170%;
	color: #dc001a;
}

#header h2 {
	font-size: 120%;
	color: #dc001a;
}


/* Site Info styles */
#siteinfo {
	display: none;
}

#navigation ul 	{
	list-style-type: none;
	margin: 0; 
	padding: 0;	
}


#navigation ul li {
	display: inline;
	padding: 20px 0px; 
	padding-right: 10px; 
	margin: 0;		
	float: left;		
	text-align: center;

}

#navigation ul li a {
	color: #666666;		
	text-decoration: none;
	display: block; 
}


#navigation ul li a.selected {
	font-weight: bold;
}

#content {
	float: none;
	clear: both;
}

#content h1 {
	font-size: 140%;
}

#content h2 {
	font-size: 110%;
}

#content h3 {
	font-size: 90%;
}

/* Footer Styles */


#footer #supportlinks {
	display: none;
}

#footer #copyright {
	float: left; 	
	padding-top: 30px;
	font-size: 70%;	

}




/* Generic Classes */

.noshow {position: absolute; left: -9000px;}

.w3cbutton {
	display: none;
}

