/*Main Style Sheet*/

.bigWhite  {
	font-size:18px;
	color:#FFFFFF;
}

.whiteText  {
	color:#FFFFFF;
}

#leftfiller  {
	width:50%;
}

#rightfiller  {
	width:50%;
}

#content  {
	width:550px;
	border-right-color:#FFFFFF;
	border-right:2px;
	padding:0px 5px 0px 0px;
}

#sidebar  {
	width:300px;
	padding:0px 10px 10px 0px;
}

#wholeTable  {
	background-color:#132742;
}

#bottombar {
	border: solid 0 #FFFFFF; 
	border-top-width:1px;
	color:#FFFFFF;
}

#footer {
	background-color:#243851;
	height:100px;
	width:100%;
	color:#FFFFFF;
}

body  {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

topBarPic  {
	width:197px;
	height:88px;
	background-color:#00FF00;
}

a		{color:#4064de;}

a:hover {color:#4064de;}
/*a:active	{color: white;}*/

/*a:visited	{color:#4064de;}*/

h4  {
	font-size:13px;
}

.weatherBox { background-position: center top;
              background-image: url('http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/blue_180x150_bg.jpg');
              width: 200px;
              background-repeat: no-repeat;
              height: 155px;
              background-color: #346797;
              margin: 0px 0px 10px 2px;
}

/*Forms*/

.ContactForm {
	width:100%;
}

.ContactForm .label{
	width:100px;
	height:40px;
	padding-top:10px;
}

.ContactForm .labelTop{
	width:100px;
	height:40px;
	padding-top:20px;
}

.ContactForm .labelTopInput{
	width:100px;
	height:40px;
	padding-top:10px;
}

.ContactForm .boxFull{
	width:100%;
}

.ContactForm .boxLeft{
	width:50%;
	padding-right:10px;
}

.ContactForm .boxRight{
	width:50%;
	background-color:white;
	padding:20px; 
	color:black; 
}

.ContactForm .submitButton{
	padding-top:10px;
	padding-right:0px;
}

.ContactForm .submitButton input{
	width:100px;
}

.ContactForm .submitButtonMargin{
	padding-top:10px;
	padding-right:87px;
}

.ContactForm .submitButtonMargin input{
	width:100px;
}

.ContactForm input{
	width:250px;
	margin-top:10px;
}

.ContactForm textarea{
	width:250px;
	height:200px;
	margin-top:10px;
}

.sidebarLink {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.sidebarLink:hover {
	color:#4064de;
	font-weight:bold;
	text-decoration:none;
}

.mess_resp {
	color:#FF0000;
	font-weight:bold;
}