body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #F4F2E7;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-attachment: scroll;
	background-image:   url("images/bg.gif");
	background-repeat: repeat;
	background-position: left top;
}
#container {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	padding-top: 8px;
}
#title {
	float: left;
	width: 735px;
	font-size: 18px;
	color: #273C52;
	padding-left: 10px;
	border-bottom: 1px solid #273C52;
	margin-bottom: 1px;
}
#photo {
	float: left;
	width: 745px;
	height: 185px;
	padding-bottom: 1px;
	border-bottom: 1px solid #273C52;
}
#quote {
	float: right;
	width: 735px;
	font-size: 10px;
	color: #666666;
	padding-right: 10px;
	border-bottom: 1px solid #273C52;
	border-top: 1px solid #273C52;
	margin-top: 1px;
	text-align: right;
	background:   url("images/nav-bg.gif");
}

#nav {
	float: left;
	width: 745px;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
	font-size: 12px;
	text-align: center;
	background-image: url(images/nav-fill.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	font-variant: small-caps;
}
#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-indent: 0px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li a {
	float: left;
	width: 75px;
	padding: 3px 10px 8px 10px;
	text-decoration: none;
	color: #666;
	background: url("images/nav-off.gif") no-repeat;
	
}
#nav li a:hover {
	color: #990000;
	width: 75px;
	background: url("images/nav-on.gif") no-repeat;
}
#nav li a.active {
	font-weight: bold;
}


/*
#nav {
	float: left;
	color: #999999;
	width: 745px;
	font-size: 12px;
	padding-top: 0px;
	height: 20px;
	margin-bottom: 15px;
	text-align: center;
}   
#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-indent: 5px;
	border-top: 1px solid #dddddd;
}
#nav li {
	list-style-type: none;
	line-height: 24px;
	border-bottom: 1px solid #dddddd;
	display: inline;
}
#nav li a{
	font-size: 12px;
	width: 125px;
	height: 24px;
	color : #1A2D3C;
	text-indent: 20px;
	font-style: normal;
	font-weight: normal;
	background: url(../images/arrow-off.gif) no-repeat;
	text-decoration: none;
	background-color: #FFFFFF;
	display: table-cell;
}
#nav li a:hover{
	color : #990000;
	width: 125px;
	height: 24px;
	background: url(../images/arrow-on.gif) no-repeat;
	font-weight: normal;
	background-color: #f2f2f2;
	display: table-cell;

}*/




#left {
	float: left;
	width: 495px;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	/* border-right: 1px solid #990000; */
	line-height: 15px;
}
#left h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #273C52;
	font-style: normal;
	font-weight: bold;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#left h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #B99A0A;
	font-style: normal;
	font-weight: bold;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #273C52;
}
#left a:link{
	color : #B99A0A;
	text-decoration : none;
}
#left a:hover{
	color : #990000;
	text-decoration : none;
}
#left a:visited{
	color : #B99A0A;
	text-decoration : none;
}
#left a:visited:hover{
	color : #990000;
}
#left a:active{
	color : #354B5C;
	text-decoration : none;
}
#left p {
	padding: 0px 5px 0px 5px;
	margin:  3px 0px 15px 0px;
}


/*---------------------right home page---------------------------*/

#right {
	float: left;
	width: 220px;
	color: #000000;
	padding-top: 15px;
	margin-left: 6px;
}
#right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #15461C;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #15461C;
}
#right h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin: 0px;
	border-bottom: 1px solid #990000;
}

#right ul {
	margin: 10px 0px 5px 10px;
	padding: 0px;
	list-style-type: none;
}
#right li {
	color: #990000;
	font-weight: bold;
	font-size: 13px;
}
#right ul li a:link{
	color : #990000;
	text-decoration : none;
}
#right ul li a:hover{
	color : #ffcc00;
	text-decoration : none;
}
#right ul li a:visited{
	color : #990000;
	text-decoration : none;
}
#right ul li a:visited:hover{
	color : #ffcc00;
	text-decoration : none;
}
#right ul li a:active{
	color : #354B5C;
	text-decoration : none;
}


#right ol {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-indent: 5px;
}
#right ol li {
	list-style-type: none;
	line-height: 20px;
}
#right ol li a:link{
	font-size: 12px;
	width: 199px;
	height: 20px;
	color: #CC9900;
	text-indent: 20px;
	font-style: normal;
	font-weight: normal;
	background: url(images/right-arrow-off.gif) no-repeat;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #dddddd;
}
#right ol li a:hover{
	color : #990000;
	width: 199px;
	height: 20px;
	background: url(images/right-arrow-on.gif) no-repeat;
	font-weight:normal;
	display: block;
	border-bottom: 1px solid #dddddd;
}
#right ol li a:visited{
	font-size: 12px;
	width: 199px;
	height: 20px;
	color: #CC9900;
	text-indent: 20px;
	font-style: normal;
	font-weight: normal;
	background: url(images/right-arrow-off.gif) no-repeat;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #dddddd;
}
#right ol li a:visited:hover{
	color : #990000;
	width: 199px;
	height: 20px;
	background: url(images/right-arrow-on.gif) no-repeat;
	font-weight:normal;
	display: block;
	border-bottom: 1px solid #dddddd;
}

#right p {
	padding: 0px 5px 0px 5px;
	margin: 3px 0px 15px 0px;
}
#right a:link{
	color : #B99A0A;
	text-decoration : none;
}
#right a:hover{
	color : #990000;
	text-decoration : none;
}
#right a:visited{
	color : #B99A0A;
	text-decoration : none;
}
#right a:visited:hover{
	color : #990000;
	text-decoration : none;
}
#right a:active{
	color : #354B5C;
	text-decoration : none;
}

#footer {
	clear: both;
	margin-top: 10px;
	text-align: left;
	color: #919191;
	height: 15px;
	width: 745px;
	font-size: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #273C52;
}
#footer a:link{
	color : #919191;
	text-decoration : none;
}
#footer a:hover{
	color : #354B5C;
	text-decoration : none;
}
#footer a:visited{
	color : #919191;
	text-decoration : none;
}
#footer a:visited:hover{
	color : #354B5C;
	text-decoration : none;
}



.feature {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
	color : #000000;
	background-image: url(../images/acj.gif);
	border : 1px solid #666666;
	margin-bottom : 11px;
	padding : 0px;
	line-height: 17px;
	width: 184px;
	font-size: 12px;
}
.feature ul{
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	list-style-type: none;
}

.feature ul li{
	color : #06D3FF;
	background-color : transparent;
}

.feature ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}
.title {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #354B5C;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0px;
}


.done {
	color: #990000;
}