html,body {
    margin:0;
    padding:0;
    color:#000;
	/*background:#fff url('../images/bg.jpg');*/
	background: #FFFFFF;
}

body {
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: red;
}

.content a {
	color: red;
}
a.soft{
	color:#000000;
	text-decoration:underline;
}

.content a:hover {
	color: black;
}

.content p {
	line-height: 16px;
}

div.container {
	width: 900px;
	margin:auto;
	text-align: left;
}

div.logo {
	float: left;
	width:300px;
	margin-bottom: 20px;
}

div.search {
	float: right;
	xwidth: 200px;
}

input.searchinput {
	border: 0px;
	color: #787878;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}


.alright {
	text-align: right;
}

.alleft {
	text-align: left;
}

.alcenter {
	text-align: center;
}


.footer  {
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #787878;
}
.footer a {
	color:inherit;
}


/* CSS for navigation */

div.menucontainer {
	height: 14px;
}

ul#nav {
	font-size: 11px;
	z-index: 999;
	position: absolute;
}

ul{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: visible;
}

ul li { /* all list items */
	padding-left: 2px;
	padding-right: 18px;
	float: left;
	position: relative;
}

li ul { /* second-level lists */
	width: 130px;
	display: none;

	z-index: 999;
	left:0px;
	top:13px;
	
	position: absolute;
}

li ul li { /* second-level list items */
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	
	width: 170px;
	z-index: 999;
	
	line-height: 20px;
	
	margin-right: 5px;
	
	
	background-color: #FFFFFF;
	border-bottom: 1px #CECECE dashed;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	/*top: auto;
	left: auto;*/
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* CSS for navigation ends here */



/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */

.cbb {
	padding:0 10px;
	margin: 0px;
	background:#fff;
	border:1px solid #666;
}

.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}


/* Rules for the top corners and border */
.bt {
	background:url(../images/box2.gif) no-repeat 100% 0;
	margin:0 0 0 9px;
	height:9px;
}

.bt div {
	height:9px;
	width:9px;
	position:relative;
	left:-9px;
	background:url(../images/box2.gif) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box2.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
}

.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../images/box2.gif) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/borders2.gif) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/borders2.gif) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {	
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0px;
}
/* CSS for the box ends here */




/* Homepage specific styles */

.hph-left {
	float: left;
	width: 620px;
}

.hph-left #caption {
	background:url(../images/header-bottom.gif) no-repeat;
	width: 620px;
	height: 26px;
	
	padding-top: 2px;
	padding-left: 15px;
	color: #FFFFFF;
}

.hph-right {
	float: right;
	width: 246px;
	height: 249px;
	
	background:url(../images/red-box.png) no-repeat;
}

.hph-right-content {
	margin: 10px;
	font-size: 10px;
	color: #FFFFFF;
}


.hph-right-content p {
	line-height: 16px;
	margin-top: 5px;
}

.hph-right-content h1 {
	font-weight: normal;
	margin-bottom: 0px;
	font-size:20px;
}

.hph-right-content a {
	color: #FFFFFF;
}

.homepage-content {
	float: left;
}

.homepage-content .hpc-left {
	float: left;
	width: 350px;
	padding-right: 10px;
	border-right: 1px dashed #CECECE;
}

.homepage-content .hpc-mid {
	float: left;
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px dashed #CECECE;
}

.homepage-content .hpc-right {
	float: left;
	width: 220px;
	padding-left: 15px;
}

.homepage-content h2 {
	color: red;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-family: Verdana;
	font-size: 14px;
}

.homepage-content h3 {
	color: red;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
}

.hpc-cont {
	font-size: 11px;
	line-height: 17px;
}
.hpc-cont a{
	color:red;
}

.lrg {
	color: red;
	font-size: 15px;
	font-weight: bold;
}

.redlink {
	color: red;
}
/* End homepage styles */


/*/ Content Page Specific Styles /*/

.content .breadcrumb {
	margin-bottom: 10px;
	color: #787878;
}

.content .breadcrumb a {
	color: #787878;
}

.content .breadcrumb a:hover {
	color: red;
}

.content h1 {
	color: red;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 18px;
}

.content h2 {
	color: red;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	margin-top: 20px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #CECECE;
}

.content .content-image {
	margin: 10px;
	margin-top: 0px;
	border: 2px solid #CECECE;
}

.content .con-left {
	float: left;
	width: 600px;
	margin-right: 25px;
}

.content .con-right {
	float: left;
	width: 250px;
}

.content ul {
	margin-left: 20px;
	list-style: disc;
}

.content ul li {
	float: none;
}