/******** Main Tag Styles ********/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #c68;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#666;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#666;
}
p,li,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	line-height: 13pt;
}
li {
	margin-bottom: 10px;
}
.maintd {
   vertical-align: top;
}
/******** Text Variations ********/

.bold {
	font-weight:bold;
	font-style:normal; 
}
.italic {
	font-weight:normal;
	font-style:italic; 
}
.bolditalic {
	font-weight:bold;
	font-style:italic; 
}
.small {
	font-size:8pt;
}
.medium {
	font-size:10pt;
}
.large {
	font-size:12pt;
}
.huge {
	font-size:16pt;
}
.highlight {
	font-weight:bold;
	font-style:normal; 
	color:red;
}

/******** Link Styles ********/

a {
    font-weight: normal;
    text-decoration: underline; 
}
#footer a {
	font-size: 8pt;
    font-weight: normal;
    text-decoration: none; 
}
p a, li a {
	font-size: 10pt;
}
p.small a, li.small a {
	font-size: 8pt;
}
a:link {
    color: #3366CC;  
}
a:visited {
    color: #3366CC;  
}
a:active {
    color: #FF3300;
}
a:hover {
    color: #FF6633;
}	

/******** Spacing Controls ********/

.stretch{
	letter-spacing: 2pt;
}
.halfspace{
	line-height: 8pt;
}
.fulllinebreak{
	line-height: 1pt;
	clear: both;
}
.filler {
	height: 100px;
}

/******** Layout Controls ********/

body {
	background-color: #f0f0f0;
}
#container {
	background-color: #ffffff;
	width: 750px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -375px;
	margin-right: 0px;
}
#header {
	height: 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e64686;
	background-color: #ffffff;
	background-image: url(images/back_header.jpg);
	background-repeat: no-repeat;
}
#menu {
	position: absolute;
	top: 31px;
	padding: 0px;
}
#leftmargin {
	width: 120px;
	height: 660px;
	background-color: #c68;
	padding: 5px;
	padding-top: 50px;
	vertical-align: top;
}
#content {
	border-width: 1px;
	border-style: solid;
	border-color: #c68;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	width: 570px;
	vertical-align: top;
}
#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 748px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #c68;
	border-top-style: none;
}
#bottom {
	width: 750px;
	height: 10px;
	background-color: #f0f0f0;
}
.centred {
	text-align: center;
}

/******** Table Cell Styles ********/

td.date_column {
	width: 120px;
	padding: 10px;
	background-color: #f0f0f0;
}

td.event_column {
	width: 400px;
	padding: 10px;
	background-color: #fff0e8;
}

