/* CSS Document */

body {
	background: #700B04 url(img/ins/ins_grad_bg2.jpg) repeat-x;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-top: 19px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
	margin-bottom: 5px;
}

img {
	border: 0px;	
}

#blockContent, #blockHeader, #blockMenu, #blockFooter, #blockCopyright{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 770px;
	font-size: 12px;
}

#blockContent td {
	vertical-align: top;
}

#blockFooter a {
	color: white;
	text-decoration: underline;
}

#blockFooter {
	/*background: #221010 url(img/ins/ins_footer2_bg.jpg) bottom right no-repeat;*/
	background-color:#14253B;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
	padding-bottom: 6px;
	padding-top: 5px;
}

#blockFooter ul{
	margin: 0px;
}	

#blockCopyright {
	/*background: #221010 url(img/ins/ins_footer2_bg.jpg) bottom right no-repeat;*/
	background-color:#14253B;
	text-align: center;
	color: white;
	font-size: 11px;
	vertical-align: middle;
	padding-bottom: 6px;
}

#blockMenu {
	background: #14253B; 
	border-left: 1px solid #dad9d5;
	height: 26px;
	text-align: center;
}

#blockMenu li, #blockFooter li {
	display: inline;
	padding-right:20px;
	padding-left: 20px;
	padding-bottom: 5px;
}

#blockMenu a {
	text-decoration:none;
}

#blockMenu a:hover,  #leftMenuCell li a:hover {
	text-decoration:underline;
}
	
#blockMenu td {
	background: #14253B;
}

#blockMenu ul {
	margin:0;
	text-align: center;
}

#blockMenu a, #blockMenu td {
	color:white;
}

#contentCell h1 {
	font-size:20px;
	color:#000;
}

#leftMenuCell {
	background: #14253b url(img/ins/ins_l_col_bg.jpg) repeat-y;
	width: 157px;
}

#leftMenuCell li, #leftMenuCell li a , #leftMenuCell a{
	list-style: none;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

#leftMenuCell ul {
	margin: 0px;
	padding: 14px;
	font-size: 12px;
}

#contentCell {
	background: #ffffff url(img/ins/ins_content_bg.jpg) repeat-y;
	color: #000000;
	padding: 5px;
	padding-right: 10px;
	font-size: 12px;
}

.mmenu_leftcol, .mmenu_rightcol {
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

#rightColCell {
	background: #14325b url(img/ins/ins_r_col_bg.jpg) repeat-y;
	font-size: 11px;
	color: #000000;
}

#rightColCell textarea {
		width:135px;
		height:100px;
}
	
#rightColCell .inputbox {
	width:135px;
	background-color:black;
	color:#ffffff;
}

#rightColCell p {
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#errors {
	background-color:#e5e5e5;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

#errors h2{

	font-size:14px;

}

#errors p, #errors li {

	font-size:10px;
	padding:0;
	margin:0;
}
#errors ul {
	margin:0;
	padding:3px;
	
	}

#errors li {
	
	margin-left:15px;
	color:red;
}
