html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr {
	margin: 0;
	padding: 0
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: 400;
	font-style: normal
}

ul, ol {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td {
	vertical-align: top
}

html, body {
	background-color: #FFF;
	background-repeat: no-repeat;
	font-family: Tahoma;
	color: #000;
	font-size: 12px;
	height: 100%
}

a {
	text-decoration: none;
	color: #175b8b
}

h1 {
	font-size: 21px;
	color: gray;
	margin-bottom: 28px;
	font-weight: bold;
	letter-spacing: 11;
}

#page_container {
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	height: 100%;
	min-height: 3300px;
	width: 900px;
	margin: 0 auto;
}

#top_menu {
	background-image: url('../templates/images/menu_bg.png');
	height: 43px;
	width: 900px
}

#header {
	background-image: url('../templates/images/h2.png');
	height: 129px;
	width: 900px
}

#main {
	min-height: 1500px;
	width: 900px;
	padding-top: 21px;
	padding-left: 10px;
}

#footer {
	background-image: url('../templates/images/footer.png');
	height: 44px;
	width: 900px;
	position: relative;
	top: -44px;
	clear: both;
	margin: 0 auto -44px
}

.footer_text {
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	text-align: center;
	top: 16px
}

a.mainmenu_item {
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
	left: -6px;
	margin-left: 18px;
	outline: medium none;
	position: relative;
	top: 12px
}
a.mainmenu_item:hover {
	color: #24468A;
}

#loginwrap {
	width: 400px;
	height: 540px;
	border: 2px silver solid;
	background-color: #9CE;
	-moz-border-radius: 30px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	margin: 30px auto;
	padding: 20px
}

#loginwrap form {
	margin-top: 285px
}

#loginwrap form p {
	height: 20px;
	left: 23px;
	position: relative;
	width: 350px;
	margin: 10px auto
}

#loginwrap form p span {
	color: #FFF;
	float: left;
	font-size: 13px;
	font-weight: 700
}

#loginwrap form p input {
	float: right;
	font-weight: bold;
	margin-right: 57px;
	width: 189px;
	padding-left: 3px
}

#verifylogin {
	float: right;
	font-weight: 700;
	height: 30px;
	margin-right: 81px;
	left: 23px;
	width: 300px;
	font-size: 17px;
	position: relative
}

#login_lock {
	clear: both;
	display: block;
	position: relative;
	margin: 10px auto
}
#incomingwrap div {
	clear: both;
	width: 423px;
	height: 40px;
}
#incomingwrap div span {
	font-weight: bold;
	float: left;
}
#incomingwrap div input {
	width: 300px;
	float: right;
	padding-left: 3px;
}
#incoming_notes {
	float: right;
	width: 300px;
	position: relative;
	top: -200px;
}
#incoming_notes textarea {
	height: 183px;
	width: 300px;
	position: relative;
	left: 7px;
}
#incoming_submit {
	position: relative;
	left: -3px;
}
.button {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 7px 21px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}
.button:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc;
}
.button:active {
	border-top-color: #1b435e;
	background: #1b435e;
}
#calendarwarp{
	width: 874px;
border: 1px dotted silver;
}
