/* GLOBALS */

	* {
		margin: 0;
		padding: 0;
	}

	body {
		font-family : Arial, Helvetica, Verdana, sans-serif;
		font-size : 12px;
		background: #FFFFFF;
		background: url("images/simplepc_background_nokid.png") repeat-x top left;
		}

	body#root {
		background: url("images/simplepc_background.jpg") repeat-x top left;
		}

	h1 {
		font-family : Arial, Helvetica, Verdana, sans-serif;
		font-size : 18px;
		font-weight: bold;
		margin: 2px 0px 0px 0px;	/* top right bottom left */
		}

	h3 {
		font-family : Arial, Helvetica, Verdana, sans-serif;
		font-size : 14px;
		font-weight: bold;
		margin: 5px 0px -2px 0px;
		}

	h4 {
		font-family : Arial, Helvetica, Verdana, sans-serif;
		font-size : 12px;
		font-weight: bold;
		color: #000000;
		}

	h5 {
		font-family : Arial, Helvetica, Verdana, sans-serif;
		font-size : 14px;
		color: #ffffff;
		font-weight: bold;
		margin: 5px 5px 5px 5px;
		}

	a {
		text-decoration: underline;
		color : #cc0000; 
		}

	a:hover {
		color: #ff0000;
		}


	ul, ol {
		margin: 7px 0px 7px 15px;
		}

	p {
		padding-top: 10px;
		padding-bottom: 2px;
		}

/* HEADER */

	#header {
		width: 784px;
		/* background: #FFFFFF; */
		background-repeat: repeat-x;
/*		background-image: url("images/graphic_bg.gif"); */
		clear: both;
		}

	#header div, #header img  {
		float: left;
		border: none;
		}

/* #TWOCOLUMN_WRAPPER */

	#twocolumn_wrapper  {
		width:609px;
		/* background-repeat: repeat-y; */
		/* background: url("images/portal_bg.gif") repeat-y top left; */
		}

	#twocolumn_wrapper .column {
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		float: left;
		width: 280px;
		}

/* #THREECOLUMN_WRAPPER */

	#threecolumn_wrapper  {
		width:780px;
		}

	#threecolumn_wrapper .column {
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		float: left;
		width: 239px;
		}

/* #BODYWRAPPER */

	#bodywrapper {
		width: 780px;
		clear: both;
		padding: 10px 0px 0px 0px;
	}

/* #CONTENT */

	#content {
		float: left;
		width: 609px;
		padding: 7px 0px 7px 0px;
		}

	#content .boxheading {
		border: 1px solid #000000;
		background-color: #cc0000;
		}


	#content .main {
		font-size : 13px;
		}

	#content .boxheading h3 {
		padding: 8px;
		font: bold 13px arial, helvetica, sans-serif;
		color: #ffffff;
		}

	table {
		font: bold 16px arial, helvetica, sans-serif;
		}
#emailform {
  font-size: 13px;
  font-weight: normal;
}

/* #SUBMENU */

	#submenu {
		clear: both;
		float: left;
		width: 160px;
		padding: 7px 0px 7px 10px;
		}			

	#submenu h4 {
		margin: 7px 0px 0px 0px;	/* top right bottom left */
		}

	#submenu ul {
		/* list-style-type: none; */
	}

	#submenu a {
		text-decoration: none;
	}


/* #FOOTER */

	#footer {
		margin: 10px 0px 0px 0px;
		clear: both; 
		background: #000000;
		font-family : Arial, Helvetica, Verdana, sans-serif;
		font-size: 11px;
		color: #ffffff;
		padding: 0px 0px 5px 10px;
	}
	
	#footer a {
		color: #ff0000;
	}
