body {
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:1280px;
	background:#000000;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	text-align:center;
	margin: auto;
	margin-bottom:0;
}
a {
	color:darkgreen;
}

h1, h2, h3 {
	padding:0;
	text-align:center;
}
h3 {
	font-size:120%;
	font-family:Arial,Georgia,Serif;
	margin-bottom:0px;
}

h4 {
	font-size:100%;
	font-family:Arial,Georgia,Serif;
	text-align:center;
	margin-top:0;
}

h5 {
	font-size:100%;
	font-family:Arial,Georgia,Serif;
	text-align:left;
	margin-top:0;
	float:left;
}

p {
	margin:.4em 0 .1em 0;
	padding:0;
	font-size:95%;
	font-family:Arial,Georgia,Serif;
	text-align:left;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:1280px;
	text-align:center;
	
}
#header {
	border-bottom:1px solid #000;
	color:#fff;   
	background:#000000;		/* center column background colour */
	
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:1280px;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:1280px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:1280px;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	
	
}
/* 3 Column settings */
.threecol {

	background:#000000;		/* center column background colour */
	
}
.threecol .colmid {
	right:320px;	/* width of the right column */
	color:#fff;   
	background:#000000;		/* center column background colour */
	border:0px;
	border-right:2px;
	border-color:black;
	border-style:solid;
	
}
.threecol .colleft {
	right:640px;			/* width of the middle column */
	color:#fff;   
	background:#000000;		/* center column background colour */
	border:0px;
	border-right:2px;
	border-left:1px;
	border-color:black;
	border-style:solid;
	margin-left:2px;
	
}
.threecol .colright {
	right:640px;			/* width of the middle column */

}
.threecol .col1 {
	width:625px;			/* width of center column content (column width minus padding on either side) */
	left:1285px;			/* 100% plus left padding of center column */
	color:white;   
	background:#000000;		/* center column background colour */
	
}
.threecol .col2 {
	width:310px;			/* Width of left column content (column width minus padding on either side) */
	left:335px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	color:white;
	background:#000000;	/* left column background colour */
	margin-left:5px;

}
.threecol .col3 {
	width:310px;			/* Width of right column content (column width minus padding on either side) */
	left:980px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	color: white;
	background: #000000;
}
.threecol .col4 {
	width:1280px;			/* width of center column content (column width minus padding on either side) */
	left:1280px;			/* 100% plus left padding of center column */
	color:white;   
	background:#000000;		/* center column background colour */
	
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:1280px;
	border-top:2px solid black;
	color:white;
	background-color:black;
	text-align:center;
	color:#fff;   
	background:#000000;		/* center column background colour */
}
#footer p {
	padding:10px;
	margin:0;
}

.imgfloatleft {
	float:left;
	margin:10px;
	width:50%;
	height:50%;
	margin-top:20px;
	border-width:1px;
	border-color:white;
	border-style:solid;
}

.imgfloatleftcol {
	float:left;
	margin:10px;
	max-width:150px;
	min-width:100px;
	height:auto;
	max-height:250px;
	width:auto;
	margin-top:20px;
	border-width:1px;
	border-color:white;
	border-style:solid;
}

.img {
    width:80%;
	height:80%;
	text-align:center;
	border-width:1px;
	border-color:white;
	border-style:solid;
}

.imgcol {
    max-width:300px;
	min-width:200px;
	height:auto;
	max-height:500px;
	width:auto;
	text-align:center;
	border-width:1px;
	border-color:white;
	border-style:solid;
}

.imgcolsmall {
    max-width:200px;
	min-width:70px;
	height:auto;
	max-height:400px;
	width:auto;
	text-align:center;
	border-width:1px;
	border-color:white;
	border-style:solid;
}

.imgmid {
    max-width:600px;
	min-width:400px;
	height:auto;
	max-height:800px;
	width:auto;
	text-align:center;
	border-width:1px;
	border-color:white;
	border-style:solid;
}

.imgcaptcha {
width:70px;
height:50px;
text-align:center;
margin-top:10px;
}

.textcaptcha {
font-size:xx-large;
color: lightgreen;
background-color: #000000;
border-width:1px;
text-align:center;
margin-top:10px;
}

.button{
color: white;
border-bottom: 5px solid black;
border-right: 5px solid black;
background-color: darkgreen;
margin-top:15px;
font: bold 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
width: 125px;
height:35px;
cursor:pointer;
font-size:20px;
}
.prompt {
margin-left: 10px;
font-size: large;
color:white;
float:right;
text-align:right;
width:80px;
font-family:Arial,Georgia,Serif;
}
.field {
margin-left:8px;
margin-right: 60px;
font-size: large;
padding-left:15px;
padding-top:2px;
padding-bottom:2px;
cursor:pointer;
color: lightgreen;
background-color: #000000;
border-width:1px;
float:left;
font-family:Arial,Georgia,Serif;
}

