body{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/container-bg.png);
	background-repeat: repeat-y;
}

#header {
	
}

#sidebar {
	float: left;
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#content {
	background-color: #fff;
	width: 600px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-left: 165px;
	padding-top: 5px;
	margin-right: 5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#footer {
	background-image:url(../images/footer.png);
	height: 100px;
}

h1 {
	font-size: 24px;
	color: #1d45b3;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 125%;
	padding-left: 20px;
}
h2 {
	font-size: 18px;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 45px;
	padding-left: 20px;
	background-image: url(../images/h2.png);
}
/*h2 {
	font-size: 18px;
	color: #17378F;
	font-family: Verdana, Geneva, sans-serif;
} */
h3 {
	font-size: 14px;
	color: Navy;
	font-family: Verdana, Geneva, sans-serif;
}
p,td{
	font-size: 12px;
	color: #121E40;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
}
#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/header.png);
	text-indent:-9999px;
	height:150px;
	font-size: 10px;
}
#sidebar ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	list-style-type: none;
	margin-left: -20px;
}
#content li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
#sidebar li a{
	height: 44px;
	width: 145px;
	display: block;
	text-decoration: none;
	color:#fff;
	margin-left: -22px;
	text-align: center;
	background-image: url(../images/button.png);
	line-height: 44px;
	
} 
#sidebar li a:hover{
	color: navy;
	text-decoration: none;
	background-image: url(../images/button1.png);
	margin-left: -22px;
} 

a:link {
	color: Navy;
}
a:visited {
	color: Navy;
}

a:hover {
	color: blue;
}
.clear {
	clear:both;
	font-size: 1px;
	}
.red14_caps {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #C00;
}
.redtext_14{
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.smalltext{
	font-size: 10px;
}
li {
	line-height: 150%;
}
.yellow-bg {
	line-height: 150%;
	background-color: #FF6;
	text-align: center;
}
#footer p {
	line-height: normal;
	color: #FFF;
}
#footer a{
	color:#fff;
	text-decoration: none;
}
#footer a:link{
	color:#fff;
	text-decoration: none;
}




.floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.red-18 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.red-14 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.warning {

color: red;

}