/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 50px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#400000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
	text-align:left;
}

h1 {
	font-size: 18px;
	color: #C40000;
}

h2 {
	font-size: 14px;
	text-transform:uppercase;
	padding-left: 20px;
}

h2.nopadding {
	font-size: 14px;
	text-transform:uppercase;
	padding-left: 0px;
}

h3 {
	font-size: 14px;
	padding-left: 20px;
	font-weight:bold;
}


p, ul, ol {
	line-height: 26px;
	font-size: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	text-align:justify;
}

p.centered {
	text-align:center;
}

p.space {
	margin-left: 40px;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color:#8C8D06;
}

a:hover, a:active {
	text-decoration: none;
	color: #A52E03;
}

a:visited {
	color: #8C8D06;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

.id {
	margin: 40px;
	padding: 10px;
	height: auto;
    z-index:1;
	display:block;
	min-height:205px;
	
	
	
	
	
}


/* Header */

#top {
	width: 850px;
	height: 20px;
	margin: 0 auto 0 auto;
	background: url(images/img03.gif) repeat-x left bottom;
}

#top a {
	text-decoration:none;
}

.topr {
	display: block;
	float: right;
}


#header {
	width: 850px;
	height:300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	background: url(images/img03.gif) repeat-x left bottom;
}

#maincontainer {
	width: 850px;
	height: 210px;
	background: url(images/img03.gif) repeat-x left bottom;
	left: auto;
	top: auto;
	right: auto;
	bottom: 0px;
}


#logo {
	float: left;
	width: 170px;
	height: 180px;
}

#information {
	width:680px;
	height: 180px;
    float:right;
}

.bigtitle{
	margin-top: 30px;
	font-weight: bold;
	color:#C00000;
	text-align:center;
	font-size: 23px;
}

.mediumtitle{
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	color:#C00000;
}

.smalltitle {
	font-size: 14px;
	text-align:center;
	margin: 0 0 1em 0;
	font-variant: normal;
	color:#C00000;
}


/* Menu */


#menu {
	width: 850px;
	text-align:center;
	}

#menu ul {
	list-style: none;
	text-align:center; 
}

#menu li {
	display: inline-block;
	text-align: center;
}

#menu a {
	width: auto;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 13px;
	color: #400000;
	text-align:center;
	font-weight:bold;
}


#menu a:hover {
	text-decoration: none;
	color: #331F1C;
	background: url(images/img02.gif) repeat-x left bottom;
}

#menu .active a {
	background: url(images/img02.gif) repeat-x left bottom;
	color:#3E2E1E;
	font-weight: bolder;
}




/* Page */

#page {
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	float: left;
	width: 575px;
}

#contentsmall {
	float: left;
	width: 380px;
}

/* Middlebar */

#midlebar {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	width: 195px;
}

/* Post */

.post {
}

.postlarge {
	min-height: 500px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post .entry {
	position: relative;
}

.post .meta {
	padding: 15px 0 60px 0;
	background: url(images/img03.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post ul, ol {
	padding:0;
	position:relative;
	overflow:hidden;
	margin-bottom: 1em;
	margin-left: 3;
}

.post li {
	margin-top:0.25em;
	margin-bottom:0.25em;
}

.post ul ul, ul ol,
ol ol, ol ul {
   margin-left:1em;
   padding-left:0;
}

.post ul li, ol li {
	margin-left:80px;
}

.post li li {
   margin-left:1em;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 198px;
	padding:10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	font-size: 16px;
	text-align:center;
	padding:0px;
}

#logos {
	align: center;
}

#cfp {
	text-align: center;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	background-color: #4F4F4F;
}

/* Other */


#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #657D33;
	float: left;
}

#legal a {
	color: #657D33;
}

#box {
	float:left;
	background-color: #CFF093;
	color:#FFF;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;

	
	
}

.orange {
	color:#C00000;
}

.disclaimer {
	font-size:x-small;
	font-style:italic;

}
