font {
	font-family: Arial, Helvetica, sans-serif;
}
p, body, td, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

#banner {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 120px;
	/*background: #008080;*/
	background: #b2ce37;
}

#contact {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	width: 100%;
	height: 1.5em;
	background: #AAAAAA;
	font-size: .7em;
	color:#FFFFFF;
	text-align:center;
}

#contact a{
	color:#FFFFFF;
}


#logo {
	padding: 0;
	margin: 0;
	position:absolute;
	left: 45%;
	top: 70px;
}

/* Applies a graduated tint to the page bg - added to the body tag */
.grad{
	padding: 0;
	margin: 0;
	background-image: url(images/bg_grey_strip.gif);
	background-repeat: repeat-x;
	position:relative;
	height:	100%;
}

#box{
	font-size: .9em;
	padding-left: 50px;
	padding-right: 30px;
	padding-top: 30px;
	width:280px;
	border: 5px solid #FFFFFF;
	position:absolute;
	top: 180px;
	left: 41%;
}

.enter_site a{
	padding: 5px;
	padding-left:15px;
	display: block;
	background: #b2ce37;
	/*background: #99CC33;*/
	font-size: 21px;
	color:#666666;
	text-decoration:none;
}

.enter_site a:hover{
	color:#FFFFFF;
	background:#008080;
	text-decoration:none
}

a {
	color: #777777;
	text-decoration:none
}

a:hover {
	text-decoration:underline;
}

a.flash {
	font-size: .6em;
}

/* Create a box with rounded corners
Add images of rounded corners to 'h3' & 'rounded_box' tags
*/

.rounded_box {
	margin: 0; /* Remove any values  -due to inheritance */
	padding: 0; /* Remove any values  -due to inheritance */
	padding-bottom: 14px; /* Necessary to make it visible & extend the <p> border lines */
	width: 178px;  /* Size of box - height is governed by content */
	background: #FFFFFF;
	background-image: url(images/rounded_bottom.gif);  /* Add the bottom roundeed corners image */
	background-repeat: no-repeat;
	background-position: bottom;
}

.rounded_box h3 {
	margin: 0;
	background-position: top;
	background-image: url(images/forum_top.gif);  /* Add top image */
	background-repeat: no-repeat;
	font-size: .8em;
	padding-left: 40px;  /* Push the text to the right past the speech icon */
	padding-top: 10px;  /* Move the text down to the centre of the graphic */
	padding-bottom: 11px; /* Provide space so the whole graphic can be seen */
	font-weight: 100;
}

.rounded_box div {
	margin: 0;
	font-size: .6em;
	padding: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #D6D5CC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #D6D5CC;
}

.bold {
	color:#0099CC;
}

.rounded_box div:hover {
	background-color: #efefea;
}

img {
	border: none;
}

.first {
	position:absolute;  /* Set position in browser */
	top: 180px;
	left: 18%;
}

.second {
	position:absolute;  /* Set position in browser */
	top: 340px;
	left: 18%;
}

p.w3cicons {
	position: fixed;
	bottom: 0;
	text-align: right;
	width: 100%;
}
