﻿@import url("layout.css");
body {
	font-family: "Arial Rounded MT Bold", "Arial Black", Arial;
	font-style:normal;
	font-size: medium;
	line-height: 25px;
	background-image: url('../images/dotbg-b.gif');
	background-repeat: repeat;
}
#container {
}
#masthead {
	text-align: left;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
}
#navigation {
	height: 60px;
	background: url('../images/fill.gif');
}
html>body #navigation {
	height: 60px;
	background: url('../images/fill.gif');
	overflow: hidden;
}
 
#form {
	border: 1px #80A0D9 dashed;
	margin: 20px;
	float: right;
	width: 320px;
	padding: 5px;
	background-color: #F5F5F5;
}
#column_l {
	background: url('../images/fill.gif') repeat-y;
	width: 893px;
	padding-bottom:20px;
	padding-top:20px;
}
html>body #column_l {
	width: 893px;
}
#column_l p {
	padding: 0 20px 0 20px;
	color: #000;
}
#content {
	background: url('../images/fill.gif');
}
#footer {
	font-size: x-small;
	text-align: center;
	padding-bottom: 0px;
	letter-spacing: 1px;
	line-height: 13px;
}
#footer p {
	padding-top: 2px;
}
#footer a {
	color: #F08D36;
	text-decoration: underline;
}
#footer a:hover {
	color: #69a8dd;
}

html>body #footer {
	background: url('../images/footer.gif') no-repeat;
	text-align: center;
	padding-bottom: 0;
	height: 55px;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* Site typography */
h1 {
	font-size: x-large;
	font-weight:normal;
	font-family: "Arial Rounded MT Bold", "Arial Black", Arial;
	color: #cf404d;
	padding-left: 20px;
	padding-top: 10px;
}
h2 {
	font-size: medium;
	font-weight: normal;
	font-family: "Arial Rounded MT Bold", "Arial Black", Arial;
	color: #698DD1;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 20px;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Links */
a {
	color: #CF404D;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Begin Image Manager Styles */
#imageComment_right {
	border: 1px #9AB5E5 solid;
	margin-right: 30px;
	padding: 1px;
	text-align: center;
	float: right;
	width: 312px;
}

#imageComment_left {
	border: 1px #9AB5E5 solid;
	margin-left: 30px;
	padding: 1px;
	text-align: center;
	float: left;
	width: 312px;
}

#imageComment_center {
	border: 1px #9AB5E5 solid;
	margin-left: 30px;
	margin-right: 30px;
	padding: 3px;
	text-align: center;
	margin: auto;
	width: 312px;
}
#imageComment_img img {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#imageComment_txt {
	margin: 0px auto;
	padding: 3px;
	clear: both;
	font-size: small;
	text-align: center;
	line-height: 17px;
}
/* Begin Note Card Styles */

#NoteCard {
	border: 1px #9AB5E5 solid;
	margin-left: 25px;
	margin-top:15px;
	padding:5px;
	text-align: center;
	float: left;
	width: 500px;
	font-size:small;
}
#NoteCard img {
float: left;
border:1px black solid;

}
.input-blue {
	border: 1px #9AB5E5 solid;
	background-color: #CEDBF2;
}

