/***********************************************/
/* style.css                                   */
/* Use with FMS template template.htm          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #263967;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px;
}

h1 {
	font-size: 120%;
	color: #334d55;
}

p {
	vertical-align: middle;
	padding: 10px;
	margin: 0px;
}

ul {
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}

li {
	line-height: 14px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page {
	margin-left: auto;
	margin-right: auto;
	width: 748px;
	height: 100%;
}

#banner {
	width: 748px;
	font-size: small;
	text-align: center;
	margin-top: 10px;
}

#banner img {
	margin-bottom: 5px;
}

#contentbody {
	width: 716px;
	margin-left: auto;
	margin-right: auto;
}

#leftcon {
	width: 248px;
	float: left;
}

#leftcon li {
	line-height: 25px;
}

#rightcon {
	width: 468px;
	float: right;
}

.content{
}

.content img {
	margin: 4px;
}

.yellowbox {
	background-color: #F9BE0B;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
	margin: 4px;
}

.greybox {
	background-color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	margin: 4px;
}

#footer {
	height: 35px;
	width: 748px;
	margin-top: 10px;
	margin-bottom: 20px;
}

