/* reset styles */
*{
	padding:0px;
	margin:0px;
	border:0px;
	outline:0px;
	}

/* layout styles */
body{
	text-align:center;
	background-color:#ccc;
	background-image:url('images_t1/tile.png');
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	}

#container{
	width:749px;
	margin:20px auto 0px auto;
	text-align:left;
	background:transparent;
	}
	#header{
		width:749px;
		height:299px;
		}
		#header #left{
			width:190px;
			height:299px;
			float:left;
			background:url('images_t1/menu.jpg');
			background-repeat:no-repeat;
			}
			#header #left ul{
				list-style-type:none;
				}
				#header #left ul li{
					display:block;
					border-bottom:1px solid #7E8E9C;
					}
					#header #left ul li#last{
						border-bottom:0px;
						}

				#header #left ul li a, #header_nav ul li a:visited{
					color:#fff;
					text-decoration:none;
					display:block;
					font-size:14px;
					padding:10px 0px 10px 8px;
					}
					#header #left ul li a:hover{
						color:#fff;
						background:#171B1E;
						font-weight:normal;
						}
		#header #top{
			width:559px;
			height:37px;
			float:right;
			background:url('images_t1/topnav.png');
			background-repeat:no-repeat;
			}
			#header #top #links{
				float:left;
				width:200px;
				}
			#header #top #links a{
				color:#fff;
				}
			#header #top form{
				display:inline;
				text-align:right;
				float:right;
				width:300px;
				}
			#header #top form input.text{
				width:130px;
				padding:2px;
				background-color:#C8CFD5;
				border:1px solid white;
				}
		#header #middle{
			width:385px;
			height:209px;
			float:left;
			background:url('images_t1/logo.jpg');
			background-repeat:no-repeat;
			}
		#header #right{
			width:172px;
			height:209px;
			float:left;
			border-left:1px solid black;
			border-right:1px solid black;
			background-color:#FCE8CF;
			text-align:center;
			/*
			background:url('images_t1/header_right.png');
			background-repeat:no-repeat;
			*/
			}
			#header #right form{
				padding-top:50px;
				}
				#header #right form input.text,#header #right form input.password{
					width:146px;
					padding:2px;
					margin-top:2px;
					}
				#header #right form input.submit{
					margin-top:2px;
					margin-right:2px;
					float:right;
					}
		#header #bottom{
			width:559px;
			height:53px;
			float:left;
			background:url('images_t1/header_bottom.png');
			background-repeat:no-repeat;
			}
			#header #bottom h1{
				font-size:15px;
				color:#fff;
				display:inline;
				padding-left:30px;
				font-weight:normal;
				}
	#spacer{
		width:749px;
		height:63px;
		background:url('images_t1/spacer.png');
		background-repeat:no-repeat;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
		}
	#content{
		width:749px;
		background:url('images_t1/page_tile.png');
		background-repeat:repeat-y;
		}
		#content #left{
			width:576px;
			line-height:130%;
			float:left;
			}
			#content #left div.title{
				display:block;
				height:30px;
				background:#2F4F66;
				}
			#content #left .title h1{
				color:#fff;
				font-size:14px;
				display:block;
				margin-left:10px;
				padding-top:.5em;
				}
		#content #right{
			width:173px;
			float:right;
			}
			#content #right div.title{
				display:block;
				height:30px;
				background:#C10000;
				text-align:center;
				}
			#content #right .title h1{
				color:#fff;
				font-size:12px;
				display:block;
				padding-top:.5em;
				}

		#content ol, #content ul{
			padding:10px 40px;
			}
			#content ol li, #content ul li{
				font-size:11px;
				padding:2px;
				}

	#footer{
		background:url('images_t1/footer.png');
		background-repeat:no-repeat;
		text-align:center;
		font-size:10px;
		clear:both;
		width:749px;
		height:30px;
		color:#000;
		}

		#footer ul{list-style-type:none;}
		#footer ul li{display:inline;border-right:1px solid #000;padding-right:3px;color:#fff;}
		#footer ul li#last{border-right:0px;}
		#footer ul li a, #footer ul li a:visited{color:#fff;}

/* generic styles */
fieldset{
	border:1px solid #ccc;
	}
legend{
	background:#fff;
	}
textarea, input.text, input.password, select{
	border:1px solid #ccc;
	background:#fff;
	}
textarea:hover, input.text:hover, input.password:hover, select:hover{
	border-color: #aaa;
	}
textarea:focus, input.text:focus, input.password:focus, select:focus{
	border-color: #888;
	outline:1px solid #535353;
	}
input.button, input.submit, input.checkbox, input.image, input.radio, input.reset, select, button{
	cursor: pointer;
	border:1px solid #ccc;
	}

.padding2{
	padding:2px;
	}
.padding5{
	padding:5px;
	}
.padding10{
	padding:10px;
	}
.padding15{
	padding:15px;
	}

p{
	line-height:140%;
	padding-bottom:10px;
	}

a, a:active, a:hover{color:#1C6F99;}
a:visited{color:#2C4969;}

blockquote{padding:10px;}
