/* CSS Document */

/* FILENAME:	print.css */
/* PURPOSE:		Promote Yourself*/
/* AUTHOR:		One Soul Web Studios LLP */
/* CREATED:		February 2010 */

body {
	color:#000000;
	background-color:#FFFFFF;
	font:12pt "Times New Roman", Times, serif;
	padding: 0 5%;
}

#topNav, #bottomNav, p.pointer, #globalNav {display: none;}

#header {
		margin-bottom:1cm;
}

#header img {
	float:left; 
	border:none;
	width:auto;
}

/* main content ___________________________________________*/

#mainContent {
	margin-top:1cm;
	clear:both;
}

#mainContent {
	margin-bottom:1cm;
}

#mainContent img {
	float:right; 
	border:none; 
	margin:0 0 1cm 1cm;
}

#mainContent div.column {
margin-top:1cm;
	width: 5cm;
	float:right;
	border:1px solid;
	}

#mainContent div.column h3 {
	 padding-left: 0.1cm; 
	 background-color:#9900FF;
	 color:#FFFFFF;
	 
	 
	}

#mainContent .adBox {
	width: 5cm;
	float:left;
}


/* FOOTER _______________________________________________*/

#footer {
	clear:both;
	margin-bottom: 0;
}

/* COPYRIGHT ___________________________________*/

#copyright {
	clear:both;
	text-align:left;
	font: bold 7pt "Times New Roman", Times, serif;
	
}

/* signature ________________ */

#signature {
	margin-top: 1.5cm;
}

#signature a {
	color:#0033FF;
	text-decoration:none;
}


/* FONTS * GENERAL --------------------------- */

html {
		font-size: 100%;
		}

body {
		font-size: 70.5%;
		}

h1 {
		/*font: bold 1.6em/100%  Verdana, Arial;*/
		font: bold 14pt "Times New Roman", Times, serif;
		margin-bottom: 0.5cm;
		text-transform:uppercase;
}

h2 {
		/*font: bold 1.4em/100% Verdana, Arial;*/
		font: bold 12pt "Times New Roman", Times, serif;
		margin-bottom: 0.5cm;
		color:#000000;
		text-transform:capitalize;
		text-decoration:underline;
}

h3 {
		/*font: bold 1.4em/100% Verdana, Arial;*/
		font: bold 10pt "Times New Roman", Times, serif;
		margin-bottom: 0.5cm;
		text-transform: capitalize;
}



p {
		font: 10pt "Times New Roman", Times, serif;
		margin-bottom: 1em;
}



ul {
		margin-bottom: 1em;
		list-style-type: square;
}

ol {
	margin-bottom: 1cm;
	margin-left:0.5cm;
	list-style-position:outside;
	list-style-type: square;
}

li {
		/*font: 1.1em/1.4em Verdana, Arial, sans-serif;*/
		margin-left: 1.3em;
}

