/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(images/background_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #A5D3DA;
}

#wrapper {
	width:1000px;
	margin: 0 auto;
	background-image: url(/newSite/images/wrapper.png);
	background-repeat: repeat-y;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background-image: url(/newSite/images/bg_content.gif);
	position: relative;
}

#masthead{
	height: 90px;
	padding: 0px;
	margin: 0px;
}

#logo{
	height: 90px;
	width: 304px;
	float: left;
}

.form{
	font-family: Arial, Helvetica, sans-serif;
	color: #666699;
	float: right;
	width: 680px;
	text-align: right;
	margin-right: 5px;
}

div{
	vertical-align: middle
}


.inputs {
	font-size: 11px;
	color: #666699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 195px;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	margin-right: 3px;
}

.submit {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666699;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 219px;
	margin: 0px 5px 0px 2px;
	vertical-align: top;
	font-weight: bold;
	background-image: url(images/button_up.gif);
	background-repeat: no-repeat;
	height: 25px;
}

.submit a {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666699;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 219px;
	margin: 0px 5px 0px 2px;
	vertical-align: top;
	font-weight: bold;
	background-image: url(images/button_down.gif);
	background-repeat: no-repeat;
	height: 25px;
}

.mailingList{
	float: right;
	margin-right: 5px;
}

.close{
	width: 225px;
	text-align: center;
	float: right;
	margin-top: 10px;
}

.close a{
	width: 225px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666699;
	font-size: 10px;
	font-weight: bold;
}

.links{
	float: right;
	text-align: right;
	margin: 6px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7598AD;
	padding-right: 5px;
	font-weight: bold;
}

.links a{
	color: #575787;
	text-decoration: none;
}

.links a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#content{
	clear: right;
	width: 1000px;
}

#slideshow{
	float: right;
	width: 776px;
	background-image: url(/newSite/images/slide1.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	float: left;
	width: 224px;
}

#footer{
	padding: 0px;
	margin: 0px;
	float: left;
}

#calendar{
	margin: 0px 0px 0px 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
}

#calendar td{
	padding-right: 20px;
	vertical-align:top
}

#calendar a{
	color: #666699;
}

#calMonth{
	margin: 0px 5px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666699;
	padding: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F3EFE9;
	font-weight: bold;
	text-transform: uppercase;
}

#calContainer {
	background-position: center 5px;
	background-image: url(images/bg_calendar_VC.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

h3 {
	color: #666699;
	font-size: 18px;
}
	
.headlineYear {
	font-size: 18px;
	font-weight: bold;
	color: #666699;
}
	
.headlineMonth {
	font-size: 11px;
	font-weight: bold;
	color: #666699;
	text-transform: uppercase;
}

.headlineMonth td{
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F3EFE9;
}

.disclaimer {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
