/*Layout*/

.container{
	padding: 12px 0px 0px 0px;
}


h1 {
	font-size: 160%;
	font-weight: 500;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h1 a:visited {
	color: #666666;
	text-decoration: none;
}

h1 a:link {
	color: #666666;
	text-decoration: none;
}

h1 a:hover {
	color: #666666;
	text-decoration: underline;
}



.copy{
	width:535px;
}

.topbanner {
	float: right;
	padding: 15px 0px 15px 0px;
	font-size: 2.5em;
	font-color: #D4E4EF;
}

.topbanner a:visited {
	color: #D4E4EF;
	text-decoration: none;
}

.topbanner a:link {
	color: #D4E4EF;
	text-decoration: none;
}

.topbanner a:hover {
	color: #D4E4EF;
	text-decoration: underline;
}




#menu {
	width:195px;
	border-left: 1px dotted #999;
	margin-bottom:8px;
	float:right;
}

.rightMenu {
	width:195px;
	border:1px solid #999;
	margin:8px;
}

.menuBody {
	font-family: verdana, arial, sans-serif; 
	font-size: .85em;
	text-align: left;
	padding: 2px;
	line-height: 14px;
}

.menuBody .header {
	font-size: 1em;
}

.menuBody A {
	font-family: verdana, arial, sans-serif; 
	font-size: 1em;
}

.menuTitle {
	font-family: verdana, arial, sans-serif; 
	font-size: .7em;
	font-color: #fff;
	background-color: #D4E4EF;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px;
}

.headerb, .headerb a {
	font-size: .9em;
	text-align: center;
	font-weight: bold;
}


#calendar{
	width:185px;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: #D4E4EF;
}


.entry{
	margin-bottom:25px;
	padding-bottom:3px;
	border-bottom:1px solid #999;
}

.byline, .entryfooter, .trackbackfooter {
	font-size: .8em;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}
.byline{
	clear:both;
}

/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm{
margin:8px;
text-align:left;
}
fieldset#sendForm{
border:none;
}
fieldset#commentForm legend,fieldset#sendForm legend {
font-size: 1.1em;
font-weight: normal;
color: #000000;
margin: 0px 0px 0px 0px;
padding: 3px 5px 10px 5px;
}
fieldset#commentForm label,fieldset#sendForm label{
float:left;
width:110px
}
fieldset#sendForm label{
width:130px;
}
fieldset#commentForm div,fieldset#sendForm div{
clear:both;
margin-bottom:5px
}
fieldset#commentForm .longLabel{
width:260px
}
fieldset#sendForm .longLabel{
width:200px;
}
fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{
float:none
}
fieldset#commentForm #comments,fieldset#sendForm #notes{
width:100%;
height:120px;
overflow: auto;
}
fieldset#sendForm #notes{
width:300px;
}
fieldset#commentForm img{
margin:3px auto
}
fieldset#sendForm img,fieldset#sendForm #submit{
margin-left:200px;
}
#popUpFormBody{
background:#fff;
margin:8px;
}