﻿html	{
	background-color:#4F4F75;
}
body	{
	margin: 	0px auto;
	padding:	0px;
	font-family:	Verdana, Geneva, Arial, sans-serif;
	font-size:	70%;
}
h1, h2, h3{
	color:	#CA0000;
}
h1	{
	font-size:	130%;
	text-align:	center;	
	padding-top:	5px;
	margin-top:	8px;
	margin-bottom:	0px;
	border-bottom: 1px solid #CCCCCC;
}
h2, h3	{
	font-size:	100%;
}
h3	{
	padding-left: 20px;
}
a:link, a:visited	{
		color:			#0044ff;
		text-decoration:	none;
}
a img	{
		border-style:	none;
}
.ptitle	{
		font-weight: 	bold;
		color:		#CA0000;
}
.option {
		list-style:	none;
		margin-left:	0px;
		padding-left:	5px;
}
.blue	{
	color:#0000FF;
}
.red	{
	color:#CA0000;
}
.lightblue	{
		color:	#0044ff;
}
.bold	{
		font-weight:	bold;
}
.center	{
		text-align:	center;
}
.italic	{
	color:		#0000FF;
}
#all	{
	background-color:	#FFFFFF;
	margin:			0px auto;
	width:			796px;
}
#header	{
	margin: 0px;
	height:	123px;
}
#header img{
	float:	left;
}
#nav ul	{
	background-color:	#766184;
	height:			20px;
	border:			2px solid #3399CC;
	color:		#FFFFCC; 
	list-style:	none;
	margin:		0px;
	text-indent:	5px;
}
#nav ul li	{
		float: left;
		font-weight: bold;
		padding-top: 2px;
}
#nav #firstli	{
		padding-left: 5px;
}
#nav a:link, #nav a:visited, #footer a:link, #footer a:visited	{
				color:	#FFFFCC;
}
#nav #current	{
		color:			#CCCCCC;
		font-weight: 	bold;
}
#side	{
	width:		165px;
	float:		left;
	margin:		0px;
	padding: 	10px 14px;
}
#sidebar	{
 		background-image:	url(images/sidebac.gif);
		background-repeat: 	no-repeat;
		background-position: 	center top;
		color:			#FFFFCC;
		padding:		2px 0px 2px 2px;
}
#sidebar h2	{
		color:		#FFFFCC;
		font-weight:	bold;
		margin:		10px 0px 2px 5px;
}			
#sidebar ul	{
		font-weight:	normal;
		list-style: 	none;
		margin:		0px 0px 10px 0px;
		padding:	0px 0px 0px 8px;
		line-height:	1.5em;
}
#sidebar ol	{
		font-weight:		normal;
		margin:			0px;
		padding:		0px 0px 0px 30px;
		line-height:		1.5em;		
}
#sidebar a:link	{
		color:			#FFFFCC;
		text-decoration: 	none;
}					
#sidebar a:visited	{
			color:			#DDDDDD;
			text-decoration: 	none;
}
#inquiry	{
		text-align:	center;
		line-height:	1.5em;
}
#inquiry img	{
		padding-top: 5px;
}
#content	{
		background-color:	#EFF3FF;
		padding:		1px 10px;
		margin:			0px 0px 0px 192px;
		line-height:		1.5em;
		text-align:		justify;
		border-right:		medium solid #CCCCCC;
		border-bottom:		medium solid #CCCCCC;
}
#content img	{
		float:	right;
		margin:	5px;
}
#firstp	{
		margin-top: 5px;
}
#content table	{
		margin:			0px auto;
		border: 		1px solid #308BB8;
		caption-side:		top;
		border-collapse:	collapse;
}
#content th, td	{
		border:	1px solid #308BB8;
}
#content caption	{
		padding-bottom: 10px;
		font-weight:	bold;
}
#footer	{
		background-color:	#4F4F75;
		color:			#FFFFCC;
		text-align:		center;
		padding-top:		10px;
		clear:			left;
		width:			796px;
}
#footer ul	{
		list-style:	none;
		margin-bottom:  0px;
		padding-bottom:  0px;
}
#footer ul li	{
		display: inline;
}
#footer p	{
		margin-top:	0px;
		padding-top: 5px;
}