body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.4;
}

.page-body
{
	width:960px;
	padding:0px;
}

.sidebar
{
	float:left;
	width:170px;	
}

.page-content
{
	float:right;
	width:785px;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.clearer
{
	clear: both;	
}


.menu, .footer, .boxout
{
	background-color: #111111;
	border: 1px solid #3A470A;	
}

.menu
{
	font-family: Arial;
	width:948px;
	padding: 5px;
	color: #9BBD19;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
}

.menu a
{
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover
{
	color: #9BBD19;
	text-decoration: none;
}

.boxout
{
	padding:10px;
	margin-bottom:10px;
}

.nm
{
	margin-right:0px;
}


.left-column
{
	float: left;
}


.third-column
{
	float: left;
	width: 286px;
	height: 260px;
}

.right-column
{
	float: right;
	margin-right: 0px;
}

.left-half-column
{
	float: left;
	width: 255px;
	height: 260px;
}

.right-half-column
{
	float: right;
	width: 250px;
	height: 260px;
}

p
{
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
}

li
{
	list-style-image: url(Images/bullet.gif);	
	padding: 0px 5px 5px 3px;
	font-size: 13px;
	line-height: 1.8;	
}

table
{
	width:100%;
	font-size:13px;
	border: 1px solid #3A470A;
	border-collapse:collapse;
}

th
{
	text-align:center;
	background-color:#88A516;
	border: 1px solid #3A470A;
	color: Black;
	padding:6px;
}

td
{
	border: 1px solid #3A470A;
	padding:5px;
}

a
{
	color: #9BBD19;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


.boldColour
{
	font-size: 12px;
	font-weight:bold;
}


h1, h2, h3, strong
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom:4px;
}



h1, h2, h3, h4
{
	color: #9BBD19;	
}

.boxout h1, .boxout h2, .boxout h3
{
	margin: 4px 0px 4px 0px;
	padding:5px 0px;
}


h1
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 16px;	
}

h4
{
	font-size: 15px;
	margin: 4px 0px 4px 0px;
	padding:5px 0px;	
}

img
{
	border: 1px solid #3A470A;	
}

.links
{
	font-size: 13px;
}

.links a
{
	color: #9BBD19;
	text-decoration:none;
}

.links a:hover
{
	text-decoration:underline;
}

.footer
{
	width: 938px;
	padding: 10px;
	color: #9BBD19;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.footer a
{
	color: #FFFFFF;
	text-decoration:none;
}

.footer a:hover
{
	text-decoration:underline;
}

.login
{
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
}

.header
{
	color: #9BBD19;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 48px;
}

.thisDesign
{
	background-repeat:no-repeat;
	position: absolute;
	top: 200px;
	left: 65px;	
}


.theForm
{
    width:100%;
    margin: 10px;
    padding:10px;
}

.formHeader
{
    margin:12px 0px 4px 0px;
    font-weight: bold;
    color: #9BBD19;	
    font-size: 12px;
}

.formInput
{
   margin:12px 0px 12px 0px; 
}

.input-button {
	border: 1px none #FCEADE;
	background-image: url(images/blue-strip.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	height: 27px;
    padding: 5px;
}

.input-button a{
	color: #FFFFFF;
	text-decoration: none;
}

.AllTextBoxes{
	color: #111111;
	background-color: #CCCCCC;
	border: 1px solid #A59D90;
}

.gridView
{
	width:100%;
	font-size:13px;
	border: 1px solid #FFFFFF;
	border-collapse:collapse;
	padding:8px;
}

.gridHead
{
	text-align:left;
	background-color:#757575;
}

.gridRow
{
	padding:8px;
}


.input-radios
{
	margin-right:11px;
	cursor:pointer;
}

.pad
{
	padding: 10px;	
	border: 0px;
}

.input-text
{
	background-color:#E2E7E9;
	padding:2px;
	color:#000000;
	border: 1px solid #3A470A;
	margin-top:2px;
	margin-right:2px;
}

.input-button
{
	background-color:#88A516;
	border: 1px solid #3A470A;
	color: Black;
	cursor:pointer;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	margin:2px;	
}