* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background:#AFE4F8;
	margin:0;
	color:#000;
}

div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

.error {
	color:#FF0000;
	font-weight:bolder;
}

.required {
	color:#FF0000;
	font-weight:bolder;
	font-size:larger;
	padding-left:5px;
}

.evenRow {
	background-color:#FFF;
}

.oddRow {
	background-color:#EEE;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#0080B0;
}

a:hover {
	text-decoration:underline;
}

/** To center the objects **/
.center {
	text-align:center!important;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

img.right {
	float:right;
	padding:5px;
}

img.left {
	float:left;
	margin:5px 5px 5px 5px;
}

img.leftnopad {
	float:left;
}

img.pad {
	padding:5px;
}

#wrapper {
	width:800px;
	margin: 25px auto;
	padding:0;
	text-align: left;
	background-color:#FFFFFF;
}

#wrapperbg {
	width: 800px;
	background:transparent url(../images/bodybackground.gif) repeat-y left top;
	float:left;
}

/**  header details  **/

#header {
	position:relative;
	float:left;
	clear:left;
	width:800px;
	height:80px;  
	background-color: #FFFFFF;
}

#header img {
	padding:0;
	margin:0;
	vertical-align:bottom;
	float:left;
}

#search {
	float:right;
	background-color:#66B3D0;
	margin:10px;
	padding:5px;
}

#search form {
	margin:0;
}

#menu {
	background-color:#0080B0;
	height:20px;  
	width:100%;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
}

#menu a { text-decoration: none; }

#menu ul
{
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}

#menu li { 
	display: inline; 	
	margin:0;
}

/*1st level elements*/
#menu ul
{
background-color: #0080B0;
padding: 2px 0;
}

#menu li { 
	margin:0; 
}

#menu ul a,
#menu ul a:link,
#menu ul a:visited
{
background-color: #0080B0;
border: 1px solid #0080B0;
color: white;
padding: 0px 5px;
}

#menu ul a:hover,
#menu ul a:focus
{
background-color: #A0D0E2;
border: 1px solid white;
color: black;
}

#phpbb_submenu {
	margin:0;
	padding:5px 0 5px 0;
	height:30px;
	width:100%;
	text-align:center;
}


#leftcolumn {
	position:relative;
	float:left;
	clear:left;
	width:165px;
	margin:20px 0 20px 2px;
}

#loginform {
	width:165px;
	float:left;
}

#loginform label {
	display:block;
	font-weight:bold;
	width:150px;
}

#loginform form{
	color: #000;
	text-align: left;
	width:165px;
}

.buttons {
	font-weight:bold;
	background-color: #0080B0;
	color: #FFF;
	margin-left: 6px;
}

#subscribeForm label,
#editForm label {
	display:block;
	font-weight:bold;
}

#subscribeForm form,
#editForm form{
	color: #000;
	text-align: left;
}

#references {
	width:170px;
	float:left;
	clear:left;
	font-size:10px;
}

#references img {
	float:left;
}

#references ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	float:left;
	clear:left;
}

#references li {	
	margin:0;
	border-top:1px dashed #0080B0;	
}

/** References Links  **/
#references a:link,
#references a:active,
#references a:visited
 {
	color:#000000;
	display:block;
	width:170px;
	padding-bottom:5px;
	text-decoration:none;
}

#references a:hover {
	color: #0080B0;
	text-decoration:underline;
}

#recentposts {
	width:170px;
	float:left;
	clear:left;
}

#body {
	position:relative;
	float:left;
	clear:left;
	width:800px;	
}

#maincontent {
	position:relative;
	float:left;
	width:586px;
	margin:20px 0 20px 20px;
	background-color:#FFFFFF;
	/*overflow:auto;*/
	word-wrap:break-word;
}

#inset1 {
	background-color:#A0D0E2;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	overflow:auto;
	word-wrap:break-word;
}

#inset1 p,
#inset1 h3,
#inset1 h4 {
	padding:5px;
}

#inset1 img {
	float:right;
	padding-left:5px;
}

#bottom {
	width:100%;
	height:230px;
}

#bottombox1 {
	width:193px;
	float:left;
	margin:0 2px 0 0;
}

#bottombox2 {
	width:191px;
	float:left;
	margin:0 2px 0 2px;
}

#bottombox3 {
	width:190px;
	float:left;
	margin:0 0 0 4px;
}

#blueline {
	position:relative;
	clear:left;
	float:left;
	width:100%;
	height:5px;
	min-height:5px;
	background-color: #64B1D8;
	color:#FFFFFF;
	font-size:10px;
	margin-top:10px;	
}

#receipt {
	margin:5px;
}