html {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	height=100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: small;
	color: #383d44;
	background: #fbfbfb;
	}

/* links */

a:link, a:visited {
	padding-bottom: 1px;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	}

/* page structure
---------------------------------------------------------- */

#header {
	width: 100%;
	margin: 0;
	padding: 0 0 8px 0;
	background: #13134e url(images/h-bg.gif) repeat-x bottom left;
	}
#header-inner {
	margin: 0;
	width: 100%;
	}

#mainbody {
	min-height: 100%;
	margin-bottom: -35px;
	position: relative;
	padding: 1em;
}

#mainbody-inner {
	width: 903px;
	margin: 0 auto;
	font-size: 1.2em;
}

#logo img{
	display:block;
	margin: 0 auto 0 auto;
}
	
#content {
	float: left;
	margin: 0;
	padding: 2em 0 0 1em;  
	width: 400px;
}

#sidebar {
	float: right;
	margin: 0;
	padding: 2em 1em 0 0;
	width: 330px;
	font-size: 90%;
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
	color: #666b75;
	}

div .main {
	float: left;
	/*width: 64em;*/
}


/* mainbody-inner */


#mainbody-inner ul li{
	margin: 0 0 .25em -2.5em;
	padding: 0 0 0 1.5em;
	list-style: none;
	background: url(images/oklahoma-bullet.gif) no-repeat 0 .3em;
}


/* navigation */

#nav {
	width: 100%;
	margin: 10px, 0, 0, 0;
	padding: 0;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav ul li a {
	float:left;
	letter-spacing: 1px;
	display: block;
	width: 8em;
	line-height: 1.4em;
	padding: .5em .5em .4em .5em;
	margin: 0;
	text-decoration: none;
	color: #7b828c;
	border: none;
	background: url(images/nav-bg.gif) no-repeat bottom left;
	}
#nav li a:hover {
	color: #fff;
	background: #464a52;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background: #292d34 url(images/nav-on-bg.gif) repeat-x top left;
	}

div.mod {
	width: 903px;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #e0e0d5;
	}
div.mod-meta {
	float: left;
	width: 15em;
	margin: 0;
	padding: 0 0 0 1em;
	text-align: left;
	}
div.mod-meta h3 {
	margin: 0;
	padding: 0 1em 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #646870;
	}
div.mod-body h3 a{
	font-size: .75em;
	}
div.mod-meta-date {
	float: left;
	width: 15em;
	margin: 0;
	padding: 0 0 0 1em;
	text-align: left;
	font-size:75%;
	}
div.mod-body {
	float: right;
	width: 45em;
	margin: 0 1em 0 0;
	padding: 0;
	}
div.mod-body p {
	margin: 0 0 1.5em 0;
	font-size: .9em;
	line-height: 1.6em;
	}
div .mod-body a{
	text-decoration: none;
	border: none;
}
div .mod-body ul li{
	font-size: .9em;
}
div .mod-body ul li a{
	text-decoration: none;
	border: none;
}

div .mod-body-sponsors ul li a{
	font-size: 75%;
}

.invitation {
  font-family : serif;
  font-style: italic;
}

.invitation h1 {
  font-size : 28px;
}



/* default title module 
--------------------------------------------- */

div.title {
	margin: 0;
	border-top: none;
	}
body#about div.title {
	border-bottom: none;
	}
div.title h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1em;
	color: #474a51;
	}
div.title p {
	margin: .4em 0 0 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #8f9195;
	}

/* old #nav {
	width: 100%;
	margin: 10px, 0, 0, 0;
	padding: 0;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: #383d44;

	width: 650px;
	margin: auto, 30%;
	padding: 0;
	list-style: none;
	border-top: 1px solid #464a52;
	}
#nav li {
	float:left;
	margin: 0;
	padding: 0;
	font-family: arial;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 2px;
	}
#nav li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #e7e3d9;
	border: none;
	background: url(images/nav-bg.gif) no-repeat bottom right;
	}
#nav li a:hover {
	color: #fff;
	background: #464a52;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;



	background: #292d34 url(images/nav-on-bg.gif) repeat-x top left;
	}*/

/* content
---------------------------------------------------------- */

/* title box */

#title {
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	border-bottom: 2px solid #dbd5c5;
	}
#title h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 170%;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #383d44;
	border: none;
	}
#title h2 {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.6em;
	color: #666b75;
	}

/* home page specific */

body#home #title {
	padding: 23px 20px 12px 12px;
  width: 450px;
	border-bottom: none;
	background: #e6e3d7;
	}
body#home #title h1 {
	margin-bottom: 4px;
	line-height: 1em;
	}
body#home #title h2 {
	font-size: 100%;
	font-style: normal;
	color: #464a52;
	}

/* sidebar
---------------------------------------------------------- */

#sidebar h3 {
	margin: 25px 0 12px -2.65em;
	padding: 0 0 5px 0;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 93%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #693;
	border-bottom: 1px solid #dbd5c5;
	}
#sidebar ul {
	margin: 1em;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
	}
#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 14px;
	background: url(images/oklahoma-bullet.gif) no-repeat 0 4px;
	}

#sidebar a {
	text-decoration:none;
	border: none;
}

/* footer
---------------------------------------------------------- */
.clearfooter {
height: 35px;
clear: both;
}

#footer {
	height: 35px;
	width: 903px;
	position: relative;
	margin: 0 auto;
	font-size: 90%;
	border-top: 1px solid #e0e0d5;
}

#footer p {
	text-align:center;
}

#footer a {
	text-decoration:none;
	border: none;
}
#footer img {
	display:block;
	margin: auto;
	border-style:none;
	}
	
/* in sidebar */

#sidebar ul li.vevent {
	margin-bottom: 10px;
	padding-left: 0;
	background: 0;
	}

/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}

/* self-clearing floats */

#nav ul:after, 
#mainbody:after,
#footer:after,

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

.required {
    font-size: 14px;
    color: red;
    }
