/* CSS Document */


/* universal tags */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #948C64;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

a:link {
	color: #504A2A;
	text-decoration:underline;
}
a:visited {
	color: #504A2A;
	text-decoration:underline;
}
a:hover {
	color:#0A5782;
}
a:active {
	color: #504A2A;
	text-decoration:underline;
}	


/* ID tags */

#subcontainer {
width: 730px;
background-image: url(images/leftbg.gif);
background-repeat:repeat-y;
}


#container {
	width: 730px;
	padding: 3px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}


#header1 {
	width: 730px;
	height: 128px;
	margin-bottom: 3px;
}

#header1 a img {
	float: left
}

#home-left {
	width: 346px;
	height: 213px;
	float: left;
	text-align: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

#home-leftbottom{
	width: 326px;
	height: 155px;
	float: left;
	color: #504A2A;
	background-color: #EBE3C8;
	margin-right:3px;
	text-align: left;
	padding: 10px;
	margin-bottom: 3px;
}

#sub-left {
	width:210px;
	text-align:left;
	float:left;
	background-color:#C3DBE8;
	margin-bottom: 3px;
}

#sub-sub-left {
	width:180px;
	padding: 15px;
	text-align:left;
}

#sub-right {
	width:490px;
	padding: 15px;
	text-align:left;
	float:right;
}

#home-right {
	background-color:#C3DBE8;
	width: 361px;
	height: 193px;
	font-size: 1em;
	text-align:left;
	float: right;
	padding: 10px;
	margin-bottom: 3px;
}
#home-rightbottom {
	width: 361px;
	height:155px;
	color: #504A2A;
	background-color: #EBE3C8;
	text-align:left;
	float: right;
	border-bottom-style: none;
	padding: 10px;
	margin-bottom: 3px;
}


#clear {
	clear: both;
	width: auto;
	height: 1px;
}

#clear3 {
	clear: both;
	width: auto;
	height: 3px;
}



#calendarheader {
	padding: 10px 0px 0px 0px;
	width: 730px;
	text-align:left;
}

#footer {
	background-color: #76704D;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 3px;
	clear: both;
}


/* Text Elements */

#home-right a:link {
	text-decoration: underline;
	color:#0A5782;
}
#home-right a:visited {
	text-decoration: underline;
	color:#0A5782;
}


.boldtext {
font-weight: bold;
font-size: 0.9em;
}

.boldtext a:link{
text-decoration: underline;
}

.boldtextbig {
font-weight: bold;
font-size: 1em;
}

.mainheader {
font-size: 1.4em;
color: #0A5782;
font-weight: bold;
}
.subhead {
font-size: 1.1em;
font-style:italic;
}
.sidebarheader {
font-size: 1em;
font-weight: bold;
color: #0A5782;
}

.browntext {
	font-size: .9em;
	color: #504A2A;
}
.browntext a:link{
	color: #504A2A;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}
.browntext a:visited{
	color: #504A2A;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}
.browntext a:hover{
	color: #504A2A;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}
.browntext a:active{
	color: #504A2A;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}

.sidebar {
	font-size: 1em;
}


#container #sub-right table {
	border: 2px solid #0A5782;
}
#container #sub-right td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	background-color: #FFFFFF;
}

#editmode {

font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #000000;
border: opx;
padding: o;
}


