/* Start of CMSMS style sheet 'woodys' */
/* CSS Document */
body {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background-color: #2F0042;
	color: white;
	margin: 0px;
	background-image: url(uploads/look/mainbac.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

/* basic divs */

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	height: 114px;
}

#background {
	background-image: url(uploads/look/headerbac.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 113px;
	margin-left: 414px;
}

#underheader {
	background-image: url(uploads/look/barbac.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 35px;
}

#mainpagetitle {
	margin-left: 200px;
	margin-right: 10px;
	height: 23px;
	background-image: url(uploads/look/main_centrebac.gif);
	text-align: left;
	position: relative;
}

#titletext {
	background-image: url(uploads/look/main_leftbac.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 23px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
}

#rightbit {
	position: absolute;
	right: 0px;
	top: 0px;
}

#mainpage {
	margin-left: 200px;
	margin-right: 10px;
	border-right: #B4B4B4 solid 1px;
	border-left: #B4B4B4 solid 1px;
	border-bottom: #B4B4B4 solid 1px;
	position: relative;
	text-align: left;
}

#navigation, #navigation_op {
	position: absolute;
	left: 10px;
	top: 132px;
	width: 174px;
	font-size: 16px;
}

#navigation_ie {
	position: absolute;
	left: 10px;
	top: 148px;
	width: 174px;
	font-size: 16px;
}

#navigation ul {
	margin-left: -40px;
}

#navigation_ie ul {
	margin-left: 0px;
}

#navigation li, #navigation_ie li, #navigation_op li {
	list-style: none;
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited, #navigation_ie a:link, #navigation_ie a:visited, #navigation_op a:link, #navigation_op a:visited {
	display: block;
	width: 174px;
	height: 23px;
	background-image: url(uploads/look/button_off.gif);
	text-align: center;
	margin-bottom: 10px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

#navigation a:hover, #navigation_ie a:hover, #navigation_op a:hover {
	background-image: url(uploads/look/button_on.gif);
}

#newsblock {
	position: relative;
	text-align: left;
	background-image: url(uploads/look/newsbac.gif);
	background-repeat: repeat-y;
}

#newsarea {
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	font-size: 15px;
}

.newstitle {
	font-size: 13px;
	color: #93B2F7;
	margin-top: 4px;
}

.newsdate {
	font-weight: normal;
	font-size: 9px;
}

.newsbody {
	font-weight: normal;
	font-size: 12px;
}

.newsmore {
	font-size: 10px;
	margin-bottom: 10px;
}

#newsarea a:link, #newsarea a:visited {
	display: inline;
	background-image: none;
	margin-bottom: 10px;
	text-decoration: none;
	color: #93B2F7;
}

#newsarea a:hover {
	color: #EDC7FC;
}

#maincontent {
	padding: 20px
}

#info {
	margin-left: 200px;
	margin-right: 10px;
	font-size: 8px;
	text-align: right;
}

#seo {
	margin-left: 200px;
	margin-right: 10px;
	margin-top: 40px;
	font-size: 8px;
	text-align: right;
	color: #C70276;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 300px;
	
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 18px;
}

h5 {
	
}

h6 {
	
}

p {
	
}

a:link, a:visited {
	color: #FF9DD7;
}

a:hover {
	color: white;
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}


dfn {
        display: none;
}

/* End of 'woodys' */

