﻿
body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", "Helvetica", "sans-serif";
	font-size:13px;
	background-image: url('images/silver_fade_top_lighter.png');
	background-position:left top;
	background-repeat:repeat-x;
}


#top_nav{
	margin-left:auto;
	margin-right:auto;
	height:25px;
}

#page_middle{
	background-image:url('images/bg_blue_fade_pale.png');
	background-position:center top;
	background-repeat:repeat-x;
	height:auto;
}

#page_bottom{
	margin-top:30px;
	border-top:thin #6b9ec4 solid;
}

#masthead {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('images/itpmlogo.png');
	background-repeat:no-repeat;
	background-position:right center;
	height:120px;
}

#masthead_search {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	float: left;
	text-align:center;
}

#top_links_container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:20px
}

#top_links {
	float:left;
	width:auto;
	height:20px;
	border-top: thin #6b9ec4 solid;
	border-left: thin #6b9ec4 solid;
	border-right: thin #6b9ec4 solid;
	padding: 2px 20px 2px 20px; /* top, right, bottom, left */
	background-color:#6b9ec4;
	color:#c0c0c0;
	font-size: 20px;
	vertical-align:middle;
}

a.link_bar:link { 
	color: #FFFFFF;
	font-size:14px;
}

a.link_bar:visited { 
	color: #FFFFFF;
	font-size:14px;
}

a.link_bar:hover { 
	color: #C0C0C0;
	font-size:14px;
	text-decoration: none;
}

a.link_bar:active { 
	color: #333333;
}

a:link { 
	/*color: #6b9ec4; */
	color: #4887B5;
	font-size:13px;
	text-decoration:none;
}

a:visited { 
	color: #6b9ec4;
	font-size:13px;
	text-decoration:none;
}

a:hover { 
	color: #C0C0C0;
	font-size:13px;
	text-decoration: none;
}

a:active { 
	color: #333333;
	text-decoration:none;
}

#container {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

#left_col {
	width: 150px;
	float: left;
}

.column_style {
	width: 150px;
	margin-top:20px;
	text-align:center;
	color:#000046;
	background-image:url('images/silver_fade_lighter.png');
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:thin #C0C0C0 solid;
	/* CSS3 rounded corners */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	/* CSS3 shadow effect */
	/*-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;*/
}

h1.cols{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#right_col {
	width: 150px;
	float: right;	
}

#page_content {
	margin-left: 175px;
	margin-right: 175px;
	padding-top: 40px;
	text-align:justify;	
	list-style:disc outside url('images/bullet1.png');
}

#main_graphic {
	text-align:center;
	padding-top: 20px;
}

.footer_img {
	border-width: 0px;
}

#footer {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	height: 80px;
	text-align:center;
}
