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

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #ffcc99;
	line-height: 20pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#333333;
}
p,li,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 13pt;
}
li {
	margin-bottom: 10px;
}

/******** 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 {
	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: #f8f8f8;
}
#container {
	background-color: #ffffff;
	width: 750px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -375px;
	margin-right: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}
#header {
	height: 156px;
	background-image: url(images/back_header.jpg);
	background-repeat: no-repeat;
}
#main {
	padding: 0px;
	top: 0px;
	width: 100%;
	clear: both;
}
#navbar {
	position: absolute;
	top: 110px;
}
#logo {
	position: absolute;
	top: 120px;
	left: 550px;
}
#content {
	padding-bottom: 20px;
	padding-left: 140px;
	padding-right: 30px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}
#footer {
	width: 730px;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
}
.columns2 {
	width: 52%;
	padding-right: 20px;
	vertical-align: top;
}

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

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

td.event_column {
	width: 400px;
	padding: 10px;
	background-color:#ffffe0;
	vertical-align: top;
}

/******** Menu Block ********/

#MenuBlock {
	width: 120px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	border-left-style: none;
	border-right-style: solid;
	border-bottom-style: none;
}

a.MenuLink {
	width: 115px;
	display: block;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
    text-decoration: none; 
	line-height: 15pt;
	background-color: #666;
}
a.MenuLink:link {
	color:#FFCC99;
}
a.MenuLink:visited {
	color: #FFCC99;
}
a.MenuLink:active {
	color: #FFCC99;
}
a.MenuLink:hover {
	color: black;
	background-color: #cccccc;
}
