/* adding a surrounding wrapper, and with
the following style, will centre everything */
#wrapper {
line-height:140%;
margin:10px auto 0 auto;
padding:0;
text-align:left;
width:800px;
background:#ffffff;
border: 0px solid #eee;
}
body {
color: #000;
margin:0;
padding:0;
border:0;	/* This removes the border around the viewport in old versions of IE */
width:100%;
background:#fff;
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:12px;
font-family:arial,sans-serif;
}
a:link { color:#333; text-decoration: none; }
a:hover { color:#333; text-decoration: none; }
a:visited { color:#333; text-decoration: none; }
h1 {
padding:0;
font-size:14px;
font-family:arial,sans-serif;
font-weight:normal;
}
h2, h3, h4, h5, h6 {
padding:0;
font-size:12px;
font-family:arial,sans-serif;
font-weight:normal;
}
p {
margin:.4em 0 .8em 0;
padding:0;
}
img {
margin:0;
vertical-align:bottom;
}
/* Header styles */
#header {
clear:both;
float:left;
width:800px;
background:#dddddd;
}
#header {
border-bottom:0px solid #999;
}
#header p,
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
padding:.4em 4px 0 15px;
margin:0;
}

/*  Links : Header  */

#header ul {
	float:right;
	margin:0;
	padding:6px 1px 0 0;
}

html>body #header ul {
	padding:7px 1px 0 0;
}

#header li {
	font-family:arial,sans-serif;
	display:inline;
	list-style-type:none;
	margin-right:2px;
	padding-left:10px;
}

#header li a {
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	border-bottom: 1px dotted #666;
	padding:2px;
	color:#000;
}

#header li a:hover {
	text-decoration:none;
	border-bottom: 1px dotted #666;
	background:#dddddd;
	color:#000;
}

/* 'widths' sub menu */
#layoutdims {
clear:both;
background:#eee;
border-top:4px solid #000;
margin:0;
padding:6px 15px !important;
text-align:right;
}
/* column container */
.colmask {
position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
width:800px;			/* width of whole page */
overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
background:#fff;
}
.leftmenu .colleft {
float:left;
width:200%;
margin-left:-200%;
position:relative;
left:180px;
background:#dddddd;
}
.leftmenu .col1wrap {
float:left;
width:50%;
position:relative;
right:180px;
padding-bottom:1em;
}
.leftmenu .col1 {
margin:0 10px 0 200px; /* left,right margins for col1 - can stretch and move using these */
position:relative;
left:200%;
overflow:hidden;
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
}

.indented { padding-left:15px; }
.indented a:link { font-size:12px; font-weight: bold; color:#333; text-decoration: none; }
.indented a:hover { font-size:12px; font-weight: bold; color:#333; text-decoration: none; }
.indented a:visited { font-size:12px; font-weight: bold; color:#333; text-decoration: none; }

.content { padding-left:15px; }
.content a:link { font-size:12px; font-weight: bold; color:#333; text-decoration: none; }
.content a:hover { font-size:12px; font-weight: bold; color:#333; text-decoration: none; }
.content a:visited { font-size:12px; font-weight: bold; color:#333; text-decoration: none; }

.link a:link { font-size:12px; font-weight: bold; color:#333; text-decoration: none; }
.link a:hover { font-size:12px; font-weight: bold; color:#333; text-decoration: none; }
.link a:visited { font-size:12px; font-weight: bold; color:#333; text-decoration: none; }

.admin a:link { font-size:12px; font-weight: bold; color:#333; text-decoration: underline; }
.admin a:hover { font-size:12px; font-weight: bold; color:#333; text-decoration: underline; }
.admin a:visited { font-size:12px; font-weight: bold; color:#333; text-decoration: underline; }

.leftmenu .col2 {
float:right;
width:160px;
position:relative;
right:5px;
padding-top:15px;
background:#ddd; /* background of the menu column only, NOT it's container */ 
}
.col2 a:link { color:#333; text-decoration: none; border-bottom: 1px dotted #666 }
.col2 a:hover { color:#333; text-decoration: none; border-bottom: 1px dotted #666 }
.col2 a:visited { color:#333; text-decoration: none; border-bottom: 1px dotted #666 }
/* Footer styles */
#footer {
clear:both;
float:left;
width:800px;
border-top:0px solid #999;
background:#093;
font-size:11px; font-family:arial,sans-serif; color:#fff; text-align:left;
}
#footer p {
padding:5px;
margin:0;
}


/* form styles */

input {
        border: 1px solid #666666;
	background:#ffffff;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	font-family:arial,sans-serif;
}

textarea {
        border: 1px solid #666666;
	background:#ffffff;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	font-family:arial,sans-serif;
}

select {
        border: 1px solid #666666;
        background:#ffffff;
        color:#333333;
        font-size:12px;
        font-weight:normal;
        font-family:arial,sans-serif;
}

.submit {
        border: 1px solid #666666;
        background:#ffffdd;
        color:#000000;
        font-size:12px;
        font-weight:normal;
        font-family:arial,sans-serif;
	padding:1px 5px 1px 5px;
}

