a {
	color: #000;
}
	
a:link {
	color: #000;
}

a:visited {	
	color: #002f2f;	
}

a:hover {	
	color: #7f7f49;	
}

a:active {
	color: #046380;	
}
	
a:focus {
	font-weight: bold;
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0;
	font-size: 0.75em;
	color: #000;
	text-align: center;
	/*background: url(../images/body-bg.gif);  */
}

table {
	width: 100%;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	background-color: #7f7f49;
	border-top: white solid 1px;
	border-bottom: white solid 1px;
	padding: 2px 4px;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
}

#affiliate h1,
#affiliate_signup h1 {
	background-color: #002f2f;
}

h2 {
	background-color: #c8d5a6;
	border-top: white solid 1px;
	border-bottom: white solid 1px;
	padding: 2px 4px;
	font-size: 1em;
	font-weight: normal;
	color: #532721;
}

#affiliate h2,
#affiliate_signup h2 {
	background-color: #046380;
	color: #fff;
}

form {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

ul {
	margin: 0 20px;
	padding: 2px;
}

li {
	margin: 0;
	padding: 4px 0;
	list-style-type: square;
}

ul li li {
	margin: 0;
	padding: 4px 0;
	list-style-type: none;
}

input,
select,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: lowercase;
	border: 1px solid #999;
	padding: 2px;
	margin: 8px  0;
}

input:focus,
select:focus,
textarea:focus {
	border: #3399ff solid 1px;
}

fieldset {                                                         
	border: 1px dashed #ccc;
	padding: 0 10px;
	margin: 0 9px;
}  

legend {
	background-color: #fff;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

.exampledomain {
	font-weight: bold;
	text-decoration: underline;
}

.subdomain {
	font-weight: bold;
	color: #046380;
	text-decoration: underline;
}

.TSG_logo {
	float: right;
	margin-right: 30px;
	margin-top: 60px;
}

.special {
	font-size: x-small;	
}

.sound_bite {
	/*color: #f16477; pink */
	color: #046380;
	font-weight: bold;
	font-size: small;
	text-align: right;
	margin: 0 20px;
}

.sound_bite_error {
	/*color: #f16477; pink */
	color: #046380;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	margin: 0 20px;
}

.sound_bite_img {
	/*color: #f16477; pink */
	color: #046380;
	text-align: right;
	margin: 0 20px;
	
}

.sound_bite_colour_two {
	color: #002f2f;
}

.bold {
	font-weight: bold;
}

#newsletter {
	border-color: #ffe #aaab9c #ccc #ccc;
    border-style: solid 1px;
    color: #777;
    background: #dde7c4;
	height: 50px;
	width: 300px;	
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 680px;
}

#header {
	margin: 0 0 15px 0;
	background: yellow;
}

#side-a {
	float: left;
	width: 310px;
	background: url(../images/paper_bg.jpg) repeat-y;
	height: 270px;
	padding: 2px 6px;
	vertical-align: bottom;
}

.center {
	text-align: center;
}

#side-b { 
	float: right;
	width: 310px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background: url(../images/paper_bg.jpg) repeat-y;
	padding: 6px;
}

div#footer {
		clear: both;
		color: #000;
		font-size: 0.75em;
		width: 680px;
		text-align: right;
		margin-top: 10px;
		padding: 2px;
	}
	
	div#footer a {
		color: #000;
	}

#navcontainer {
        width: 25%;
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 13px;
        text-align: right;
        text-transform: lowercase;
		float: right;
}

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0;
}

ul#navlist li {
        display: block;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #ccc;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: #dde7c4;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #c8d5a6;
        color: #532721;
}

ul#navlist li#activeextra a {
        background: #eef6d9;
		padding-left: 20px;
}

ul#navlist li a:hover, 
ul#navlist li#active a:hover {
        color: #fff;
        background: #7f7f49;
}

ul#navlist li#activeextra a:hover {
	color: #777;
	background: #eaeae9;
}

/* Alternative Nav - main navigation */
ul#navlist li.alternativenavcolour a {
        display: block;
        width: 100%;
        padding: 0.5em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #ccc;
        border-style: solid;
        color: #fff;
        text-decoration: none;
        background: #046380;
}

ul#navlist li.alternativenavcolour a:hover, ul#navlist a:hover {
        color: #fff;
        background: #002f2f;
}

ul#navlist li.news a {
        display: block;
        width: 100%;
        padding: 0.5em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #ccc;
        border-style: solid;
        color: #fff;
        text-decoration: none;
        background: #ffcc66;
}

ul#navlist li.news a:hover, ul#navlist a:hover {
        color: #fff;
        background: orange;
}

/* Alternative Nav - sub navigation */
ul#navlist li#alternativeactiveextra a {
		color: #fff;
        background: #85aea8;
		padding-left: 20px;
}

ul#navlist li#alternativeactiveextra a:hover {
	color: #777;
	background: #eaeae9;
}

 
