* {
        margin: 0;
	padding: 0;
	font-weight: normal;
	border: none;
}

body {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 80%;
	color: #333333;
        background-image: url('../images/menubg.gif');
        background-repeat: repeat-x;
}

/* Container */

#container {
	width: 740px;
	padding: 0 10px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 50px;
	margin-bottom: 30px;
}

#header h1 {
	float: left;
	position: relative;
	right: 10px;
}

#header #nav {
	float: right;
	line-height: 50px;
}

#header #nav ul li {
	display: inline;
}

#header #nav ul li a {
	float: left;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 15px;
	font-size: 1.2em;
	height: 50px;
}

#header #nav ul li a:hover {
	background-color: #99CC33;
	background-image: url('../images/menuhoverbg.gif');
        background-repeat: repeat-x;
}

/* Content */

#content {
	margin-bottom: 30px;
}

p {
	margin-bottom: 1em;
}

p.large {
	font-size: 1.7em;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.float_left {
        float: left;
}

.float_right {
        float: right;
}

.clear {
	clear: both;
}

strong {
        font-weight: bold;
}

/* Content Links */

#content a {
	color: #0000FF;
}

#content a:visited {
	color: #3399CC;
}

#content a:hover {
	color: #FFFFFF;
	background-color: #0000FF;
	text-decoration: none;
}

/* Wide Green Box */

#content .widegreenbox {
	background-color: #99CC33;
	margin-bottom: 30px;
}

#content .widegreenbox .tl {
	background: url('../images/gtl.gif') 0 0 no-repeat;
}

#content .widegreenbox .tr {
	background: url('../images/gtr.gif') 100% 0 no-repeat;
}

#content .widegreenbox .bl {
	background: url('../images/gbl.gif') 0 100% no-repeat;
}

#content .widegreenbox .br {
	background: url('../images/gbr.gif') 100% 100% no-repeat;
	padding: 10px 20px;
}

#content .widegreenbox h2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 2.2em;
}

/* About Box */

#content .aboutbox {
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #999999;
}

#content .aboutbox p {
	width: 650px;
	margin: 0 auto;
	font-size: 1.5em;
}

/* Half-page boxes */

#content .halfboxleft {
	width: 339px;
	float: left;
	padding-right: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-right: 1px dotted #999999;
}

#content .halfboxright {
	width: 340px;
	float: left;
	margin-bottom: 30px;
}

/* Content Headings */

#content h3 {
	font-size: 2em;
	color: #FF3399;
	margin-bottom: 15px;
}

/* Unordered lists */

#content ul {
	list-style-position: outside;
        list-style-type: disc;
	margin-left: 15px;
}

/* Invisible table, e.g. registration page */

#content table.normal input {
        border: 1px solid #3399CC;
}

#content table.normal textarea {
        border: 1px solid #3399CC;
}

#content table.normal input.linkcode {
        width: 500px;
}

#content table.normal tr {
        height: 1.8em;
}

#content table.normal td {
        vertical-align: top;
}

#content table.normal td.title {
	padding-right: 20px;
}

/* Visible table, e.g. links list page */

#content table.links {
        width: 100%;
        border-collapse: collapse;
        clear: both;
}

#content table.links th, table.links td {
	border: 1px solid #3399CC;
	text-align: center;
	padding: 2px 5px;
}

#content table.links th {
	color: #FFFFFF;
	background-color: #3399CC;
	font-weight: bold;
}

#content table.links th a {
        color: #FFFFFF;
        font-weight: bold;
}

#content table.links th a:hover {
        color: #3399CC;
        background-color: #FFFFFF;
        text-decoration: none;
}

#content table tr.alt {
	background: #CFE8F3;
}

#content table.links a.external {
        color: #333333;
        text-decoration: none;
}

#content table.links a.external:hover {
        text-decoration: underline;
        background-color: transparent;
}

#content table.links .left {
        text-align: left;
}

#content table.links .col1 {
        width: 14%;
}

#content table.links .col2 {
        width: 27%;
        text-align: right;
}

#content table.links .col3 {
        width: 27%;
}

#content table.links .col4 {
        width: 8%;
}

#content table.links .col5 {
        width: 8%;
}

#content table.links .col6 {
        width: 8%;
}

#content table.links .col7 {
        width: 8%;
}

#content table.links input[type=text] {
        width: 240px;
        border: 1px solid #3399CC;
}

#content .navrow {
        margin: 10px 0;
}

#content .navrow p {
        margin: 0;
}

/* Single link table e.g. Add link page */

#content table.singlelink {
	width: 100%;
	border-collapse: collapse;
	clear: both;
}

#content table.singlelink th, table.singlelink td {
	border: 1px solid #3399CC;
	text-align: center;
	padding: 2px 5px;
	vertical-align: top;
}

#content table.singlelink .left {
	text-align: left;
}

#content table.singlelink tr.alternate {
	background: #CFE8F3;
}

#content table.singlelink th {
	color: #FFFFFF;
	background-color: #3399CC;
	font-weight: bold;
}

#content table.singlelink .col1 {
	width: 37%;
}

#content table.singlelink .col2 {
	width: 9%;
}

#content table.singlelink .col3 {
	width: 54%;
}

#content table.singlelink input[type=text] {
	width: 375px;
        border: 1px solid #3399CC;
}

#content table.singlelink select {
	width: 250px;
}

#content input.linkname {
        border: 1px solid #3399CC;
	font-size: 1em;
	margin-left: 1em;
	width: 300px;
}

#content select {
        border: 1px solid #3399CC;
}

/* Links that look like buttons */

#content a.button {
        padding: 2px 5px;
        background-color: #CFE8F3;
        border: 1px solid #3399CC;
        text-decoration: none;
}

#content a.button:visited {
        color: #0000FF;
        text-decoration: none;
}

#content a.button:hover {
	color: #FFFFFF;
	background-color: #0000FF;
}

/* Submit button */

#content input[type=submit] {
	padding: 2px 5px;
	background-color: #CFE8F3;
        border: 1px solid #3399CC;
}

/* Errors */

#content .errorbox {
	border: 1px solid #FF3399;
	background-color: #F3CFE8;
	padding: 10px;
	margin-bottom: 10px;
}

#content .errorbox p {
	font-size: 2em;
	text-align: center;
	color: #FF3399;
	margin-bottom: 0;
}

.error {
        color: #FF3399;
        font-size: 0.9em;
}

/* Footer */

#footer {
	clear: both;
	text-align: center;
	color: #999999;
}

#footer a {
        color: #999999;
}

#footer a:hover {
        color: #0000FF;
}