/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-color: #E1DA9B;
}

a{
	color: #660000;
	text-decoration: underline;
}

a:hover{
	color: #CC6600;
	text-decoration: underline;
	background-color: #FFF1C6;
}

div#container{
	width: 710px;
	margin: auto;
	background-repeat:repeat-y;
	background-image:url(../images/container.shadow.gif);
	
	/*background-color:#FFFFFF;*/
}
div#topspacer{
	width:700px;
	clear: both;
	background-color:#FFFFFF;
}

div#footerspacer{
	width:700px;
	clear: both;
	background-color:#FFFFFF;
}

div#leftcolumn{
	font-size: .9em;
	width: 20%;
	float: left;
	padding: 0px 10px 10px 15px;
}

div#maincontent{
	margin-right: 10px;
	width: 70%;
	float: right;
	padding: 0px 10px 40px 20px;
	border-left: dotted 1px #000000;
	font-size: 12px;
 	font-family: Verdana, Arial, sans-serif;
}

.pagehead1, h1{
	color:#3A53A5;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div#footer{
	width: 700px;
	clear:both;
	font-size: .8em;
	line-height: 30px;
	color:#cccccc;
	background-color:#3A53A5;
	text-align: center;
}

div#footer a{
	color:#cccccc;
}

div#footer a:hover{
	color:#FFF1C6;
	background-color:transparent;
}

div#topmenu {
	width: 700px;
	float: left;
	background-color: #D0C664;
	text-align:center;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 20px;
}

div#footershadow{
	height:15px;
	width:710px;
	font-size: .5em;
	background-image:url(../images/container.bottowshadow.gif);
	background-repeat:no-repeat;
	
}

.topmenu a{
	color: #ffffff;
	padding: 2px 7px 2px 7px;
	display: inline;
	text-decoration:none;
}

.topmenu a:hover{
	color: #ffffff;
	text-decoration:none;
	background-color:#7C354B;
}

.bluetext{
	color:#3A53A5;
}


.smalltext {
 	font-size: 9px;
}

.calendaritem {
 	font-size: 10px;
 	font-family: Verdana, Arial, sans-serif;
}

.iam{
	margin-top:10px;
	margin-left: 10px;
}

.calendar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	line-height:normal;
	color:#000000;
}

.calcell{
	color: #000000;
	background-color: #FFF1C6;
	font-weight: bold;
}

.calcellgray{
	color: #000000;
	background-color: #eeeeee;
	font-weight: bold;
}

/* extra css for veditor page */
input.heading {
	padding:3px;
	border: 1px solid black;
	margin: 10px 0px 10px 0px;
	margin-bottom:5px;
	
	background-color:white;	
	color:#3A53A5;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.ve_editor_body{
	background-color:white;
}