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

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #666666;
	line-height: 24pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color:#666666;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#666666;
}
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 {
    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: #f4f4f4;
}
#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;
	background-color: #ffffff;
}
#header {
	height: 123px;
	background-image: url(images/back_header.jpg);
	background-repeat: no-repeat;
}
#menu {
	position: absolute;
	top: 125px;
	width: 140px;
	padding: 5px;
}
#leftmargin {
	width: 150px;
	height: 660px;
}
#content {
	padding: 20px;
	padding-top: 10px;
	vertical-align: top;
}
#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;
}
.himages {
	padding-top: 15px;
	padding-bottom: 15px;
}
.vimages {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
.cimage {
	vertical-align: top;
	padding-left: 25%;
}
.literature {
	padding: 20px;
	text-align:center;
	vertical-align: top;
	font-size: 8pt;
}

/******** 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: 130px;
	border-style: solid;
	border-width: 2px;
	border-color: #5ac;
	border-bottom-width: 1px;
	background-color: #dee;
 }

a.MenuHead,a.MenuLink {
	width: 125px;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5ac;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
    text-decoration: none; 
	line-height: 10pt;
}
a.MenuHead {
	background-color: #5ac;
	font-weight: bold;
	color: #fff;
}
a.Menulink {
	font-weight: normal;
}
a.MenuLink:link {
	color: #333;
}
a.MenuLink:visited {
	color: #333;
}
a.MenuLink:active {
	color: #333;
}
a.MenuLink:hover {
	color: #fff;
	background-color: #999;
}

