/* ====================================================================== */
/*          Cascading Style Sheet for PRP Support Group website           */
/* ====================================================================== */

/* Main body */
body 
{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

/* Images, left, centre, right */
#outer-image-left
{
	height: 99px;
	background-image: url(images/flags.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#inner-image 
{
	height: 99px;
	background-image: url(images/prp-logo3d.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#outer-image-right
{
	height: 99px;
	background-image: url(images/flags.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

/* Header */
#header 
{
	background-color: #000099;
	/* border: solid #000000 1px; */
	color: #ffffff;
	margin: 0; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#header p
{
	font-size: 1em
}

#header p a:link, #header p a:visited 
{
	background-color: #000099;
}


/* ====================================================================== */
/* ====================================================================== */
#main1 
{
	margin: 0; 
	padding: 0;
	background: #ffffff;
}

#main2 
{
	margin: 0; 
	padding: 0;
	background: #ffffff;
}

#middle 
{
	background-color: #ffffff;
	font-size: 1.1em;
	margin: 0 180px;
	padding: 10px;
}

#middle table
{
	/*background-color: #bbeebb;*/
	background-color: #d0d0d0;
}

#middle ol
{
	font-size: 0.8em
}

#middle ul
{
	font-size: 1.0em
	padding-bottom: 1px;
}

#middle ul li
{
	font-size: 0.8em
	line-height: 1.2em;
	padding-bottom: 5px;
}

.cleaner 
{
	background: transparent;
	border: none;
	clear: both;
	font-size: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
	
h1
{
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 1px;
	text-align: left;
}

h2
{
	font-size: 1.1em;
	text-decoration: underline;
}

h3,h4 { margin:  0.2em 0 }

p 
{ 
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: justify;
}

p.question
{
        color: #000099;
        font-size: 1.0em;
	font-weight: bold;
}

p.footer
{
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
}

ul.responses
{ 
	font-size: 0.9em;
	line-height: 1.2em;
}

table.results
{
        border: solid #000000 2px;
}

td.results
{
        border-left: solid #000000 2px;
        text-align: center;
}

td.results2
{
        border-left: solid #000000 2px;
        border-bottom: solid #000000 2px;
}


.copy 
{ 
	font-size: 80%;
	text-align: center; 
}


a:link
{
	/* background-color: #000099; */
	color: #0000ff;
	text-decoration: underline;
}

a:visited
{
	background-color: #000099;
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	color: #ff00ff;
	background-color: #cfffcf;
}

a:active
{
	background-color: #3cc7f0;
}


/* ====================================================================== */
/* Left menus								  */
/* ====================================================================== */
#left 
{
	background-color: #000099;
	color: #ffffff;
	float: left;
	font-size: 80%;
	margin: 0; 
	padding: 0;
	width: 180px;
}

#left p
{
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	padding-left: 5px;
}


#left ul 
{
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#left ul li 
{
	border: solid #000000 1px;
	display: block;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

#left ul li a
{
	background-color: #000ccd;
	border-left: 4px solid #ff00ff;
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
}

#left ul li a img
{
	border: 0px;
}

#left ul li a:link
{
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
}

#left ul li a:visited 
{
	background-color: #000ccd;
	border-left: 4px solid #00ff00;
	color: #cccccc;
	display: block;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
}

#left ul li a:hover 
{
	background: yellow;
	border-left: 1em solid #ff00ff;
	color: #000000;
}


/* ====================================================================== */
/* Right menus								  */
/* ====================================================================== */

#right 
{
	background-color: #ffffff;
	float: right;
	font-size: 75%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 180px;
}

#right a:link
{
	background-color: #ffffff;
}

/* ====================================================================== */
/* ====================================================================== */


