/***** Body and main container *****/
body {
	margin:0 auto;
	padding:0;
	background:#f4f4f4 url(Image/background-img/bg.gif) top center repeat-y;
	color:#000;
	font-family: Verdana;
	font-size: 76%;
}

#wrap {
	background:#FFFFFF;
	color:#333;
	margin:0 auto;
	width:758px;
	text-align: justify;

}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

/***** Header *****/
#header {
	margin:10px 0 0;
	padding:0;
	height:130px;
	background-color: #FFFFFF;
	background-image:     url(Image/front%20page%20headers-img/standardheader.jpg);
	background-repeat: no-repeat;


}

#frontphoto {
margin:3;
border:0;
}

/***** Main content *****/
#content {
	margin:0 200px 5px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #FF0000;
	padding:0 10px;
	line-height:1.6em;
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;





}

#content h2,#contentwide h2 {
	font-size:1.6em;
	margin:0 0 10px;


}

#content h3,#contentwide h3 {
font-size:1.4em;
margin:0 0 8px;
}

#content img,#contentwide img {
	padding:2px;
	display:inline;
	background:#CCCCCC;
	color:#303030;
	border:4px solid #f0f0f0;
	margin: 6px;


}

#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/
#footer {
	clear:both;
	margin:0 auto;
	padding:10px 0 20px;
	border-top:4px solid #f0f0f0;
	width:760px;
	text-align:center;
	color:#666;
	font-size:0.9em;
}

#footer a {
	color:#999;
	background-color:inherit;
	text-decoration:none;
}

#footer a:hover {
text-decoration:underline overline;
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:10px;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.tabletext {
	font-size: 12px;
}
