body {
	margin: 0;
	padding: 0;





	background: # 366;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-indent: 0;
	left: 10px;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #366;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 156%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.4em;
	line-height: 180%;
	list-style-image: none;
	list-style-type: none;
}

p {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #0073b2;
	font-style: italic;
	color: #09C;
}

ul {
}

ol {
}

a {
	color: #EF0000;
}

a:hover {
	text-decoration: none;
	text-align: right;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #B2B2B2;
	text-align: right;
	caption-side:bottom;
	div.float: right
	div.float: right; text-align:center; 

}

img.left {
	float: left;
	margin-top: 10;
	margin-right: 20px;
	margin-bottom: 10;
	margin-left: 10;
}

img.right {
	float: right;
	padding-right: 0px;
	margin-top: 10;
	margin-right: 10;
	margin-bottom: 10;
	margin-left: 15px;
	caption-side:bottom
	div.float: right
	div.float: right; text-align:center


}

/* Wrapper */

#wrapper {
	padding-top: 10px;
	background: url(images/backgroundindex.gif);
}

/* Header */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background: #FFF;
}

/* Float */

#div.float {
  float: right;
  }
  
#div.float p {
   text-align: center;
   }


/* Logo */

#logo {
	float: right;
	width: 450px;
	height: 100px;
	padding: 0 0 0 0;
	background-image:url(images/Logo.gif)
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: ;
	text-align: center;
}

#logo h1 {
	padding-top: 15px;
	font-size: 18px;
}

#logo h2 {
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Calendar */


/* Menu */

#menu {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	background:#399;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#menu li {
	display: inline;
}

#menu li:hover {
}

#menu a {
	padding: 0 20px;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	font-size: 136%;
	color: #FFF;
}

#menu a:hover, #menu .active a {
	color: #FFF;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	
}


/* Content */

#content {
	float: right;
	width: 540px;
	padding: 30px 20px;
	background: url(images/img06.gif) repeat-x;
}


.title {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D33333;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 250px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#399;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-transform: none;
}

.twocols .col2 {
	float: right;
	width: 250px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#399;
	text-transform: none;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 0px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 20px 20px;
	background: url(images/img06.gif) repeat-x;
	background-color:#E7EEF5;
}

#sidebar ul {
	margin: 10;
	padding: 10;
	list-style: none;
	line-height: normal;
	background-color: #6CF; 
}

#sidebar li {

}

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	background: none;
}

#sidebar h2 {
	height: 0px;
	margin: 0;
	padding: 0px 0 0 15px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 10;
	font-size: 85%;
}

#sidebar p {
	margin-top: 0;
	line-height: normal;
}

#sidebar a {
}

#sidebar a:hover {
}

#sidebar .list li {
	padding: 0px 0;
}

#sidebar .list {
}



/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background:FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #F00;
}

