body, div, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}

body {
	background-color:#CCCCCC;
	}

hr {
	border:1px solid #1768B1;
	height:1px;
	}

/*===========================layout ids========================*/

#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#topbanner {
	width:950px;
	height:101px;
	}
	
#phonenumber {
	text-align: center;
	margin-top: 15px;
}
	

#navbar {
	position:relative;
	width:950px;
	height:29px;
	background-image:url('../img/navbarBG.gif');
	margin-top:0px;
	padding:0px;
	}
	
#navbar div {
	float:right;
	display:block;
	height:29px;
	padding:0px;
	}
	
#navbar img {
	float:left;
	}
	
#content {
	position:relative;
	width:950px;
	height:100%;
	padding:0px;
	background-image:url('../img/pagebackground.gif');
	}
	
#leftcolumn {
position:relative;
	float:left;
	width:140px;
	height:100%;
	}
	
#leftcolumn li {
	display:block;
	width:140px;
	list-style-type:none;
	margin:0px;
	}
	
#midcolumn {
	position:relative;
	float:left;
	width:610px;
	background-color:#ffffff;
	height:100%;
	border-top:1px solid #1768B1;
	}
	
#textarea {
	width: 590px;
	padding: 10px;
	border-bottom: 3px solid #1768B1;
	margin-bottom:20px;
	}
	
	
#rightcolumn {
	position:relative;
	float:left;
	width:200px;
	height:100%;
	background-image:url('../img/rightcolumn_bg.gif');
	}
	
#rightlinks {
	position:relative;
	width:170px;
	height:100%;
	margin-left:15px;
	margin-top:15px;
	}
	
#rightlinks p {
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
#footer {
	width:950px;
	height:40px;
	clear:both;
	background-color:#1768B1;
	background-image:url('../img/bottomcorner.gif');
	background-position:left;
	background-repeat:no-repeat;
	}
	
#footer p {
	width:200px;
	float:left;
	margin-left:30px;
	margin-top:10px;
	display:inline;
	}
	
.itq {
	display:inline;
	width:285px;
	float:left;
	margin-left:390px;
	margin-top:10px;
	height:15px;
	color:#FFFFFF;
	
	}
	
.stretch{
	clear:both;
	height:1px;
	}
	
table.blue td {
	background-color:#D4E6F7;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

.imgright {
	float: right;
	}
	
.imgleft {
	float: left;
	padding: 0px 10px 5px 0px;
	}
	
	
/*==================================text styles===========================*/

a:link {
	color: #1768B1;
	text-decoration: none;
	}
	
a:visited {
	color: #1768B1;
	text-decoration: none;
	}
	
a:hover {
	color: #1768B1;
	text-decoration: underline;
	}
	
a:active {
	color: #1768B1;
	text-decoration: none;
	}
	
	a.white:link {
	color: #ffffff;
	text-decoration: none;
	}
	
a.white:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
a.white:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
a.white:active {
	color: #ffffff;
	text-decoration: none;
	}
	
a.large:link {
	color: #1768B1;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	}
	
a.large:visited {
	color: #1768B1;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	}
	
a.large:hover {
	color: #1768B1;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
	}
	
a.large:active {
	color: #1768B1;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	}

.pagetitle {
	font-size:20px;

	color:#1768B1;
	}
	
.bluebold {
	font-weight:bold;
	color:#1768B1;
	}

.bold {
	font-weight:bold;
	}
.white {
	color:#FFFFFF;
	}
	