/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	text-align:center;
	margin: 0px auto; 
	background-color:#ffeeff;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



 A.navilink {
        font-family: Arial;
        font-size: 12px;
        color: #990000;
        background-color: #e9e9e9;
 }
 A.navilink:hover {
        font-family: Arial;
        font-size: 12px;
        color: #990000;
        background-color: #e9e9e9;
 }


.menulinks{
width: 150px; 
background-color:#f5f5f5;
}



 A.menulink {
        display: block;
	padding-left: 10px;
        width: 150px;
        text-align: left;
        text-decoration: none;
        font-family: Arial;
        font-size: 12px;
        color: #990000;
        background-color: #FFffcc;
        border-style: solid;
        border-width: 1px;
        border-color: #660000;
 }

 A.menulink:hover {
	padding-left: 10px
        border-style: solid;
        border-width: 1px;
        border-color: #770000;
        color: #cc0000;
        background-color: #F0E1FF;
 }





td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
A {
	FONT: 13px Arial,Helvetica;
	COLOR: #660000;
	text-decoration:none;
	
}
A:active, A:hover
{
 color:#ffffff;
 background-color:#cc3333;
}
A:visited {
	FONT: 13px Arial,Helvetica;
	COLOR: #333333;
	text-decoration:none;
}

.error_border {
	border: 1px solid #FF0000;
	background-color: #FFEEFF;
 	font-size: 12px;
    font-weight: normal;
} 
a.main_title{
  font-size: 20px;
  color: #CC3333;
  text-decoration: none;
font-weight: bold;
}
a:hover.main_title{
  font-size: 20px;
  color: #CC3333;
  text-decoration: none;
font-weight: bold;
}













input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}



img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 150px;
	text-transform: lowercase;
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #62D6F5;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}










/* Page */

#page {
	width: 957px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	padding: 0 0 0 25px;
}

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
	padding: 0 0 0 25px;
}

/* Search */

#searchform {
	padding-top: 20px;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 190px;
}

/* Calendar */

#calendar_wrap {
	padding-left: 10px;
}

#calendar_wrap table {
	width: 180px;
	text-align: center;
	border-collapse: collapse;
}

#calendar_wrap tfoot {
	font-weight: bold;
}

#calendar_wrap tfoot a {
	text-decoration: none;
}

#calendar_wrap #prev {
	text-align: left;
}

#calendar_wrap #next {
	text-align: right;
}

#calendar_wrap tbody {
	border-bottom: 1px solid #2872A6;
	border-right: 1px solid #2872A6;
}

#calendar_wrap tbody td {
	padding: 3px 0;
	border-top: 1px solid #2872A6;
	border-left: 1px solid #2872A6;
}

#calendar_wrap tbody td a {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #083253;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
|