body
{
    margin: 0;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */ /* mnichols width:100%;*/
    text-align: center;
    margin: auto;
    width: 960px; /* mnichols end */
    background: #fff;
    min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
    font-size: 90%;
    color: #666666;
    font-family: Verdana;
    background-color: #254592;
}
a {
	color:#222222;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img 
{
    border:0px none;
}
.roundImg
{
    width:190px;
}

br
{
    clear:both;
}

/* Header styles */
#header, #header2 {
	clear:both;
	float:left;
	width:100%;
	color:White;
}
#header2
{
    background-color:transparent;
    background-image: url('images/bgr3.jpg');
    background-repeat:repeat;
    padding-bottom:0px;
    color:White;
}
#header2 a
{
    font-weight:bold;
    color:White;
}
#header2 a:hover
{
    color:White;
}
#header2 a:visited
{
    color:White;
}
#header2 a:active
{
    color:White;
}
.motto
{
    color: #666666;
    font-style: italic;
    padding-top:62px;
    padding-right:20px;
    text-align:right;
}
#header {
	background-image: url('images/menubg.png');
	background-repeat:no-repeat;
	background-position:top;
	background-position: top right;
	height:126px;
	background-color:#f6f7f9;
}
#header h1,
#header h2 {
	padding:.3em 15px 0 15px;
	margin:0;
}
#header2 h2 {
	padding:.3em 15px 0 15px;
	margin:0;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	text-align:left;
	
	
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#f6f7f9;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
	background:#f6f7f9;		/* right column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#f4f4f4;	/* left column background colour */
	background:#f6f7f9;		/* right column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* 2 Column settings */
.twocol {
	background:#f6f7f9;		/* right column background colour */
	
	
}
.twoColMain
{
    width:70%;
    float:left;
}
.twoColMainContent
{
    padding-left:22px;   
}

.twoColSecond
{
    width:30%;
    float:right;
    padding-top:30px;
}
.twoColSecondContent
{
    padding-left:10px;
}


/* Footer styles */
#footer
{
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    color: White;
    background-image: url('images/brg5.jpg');
    background-repeat:repeat-x;
}
#footer p {
	padding:10px;
	margin:0;
	font-size:9pt;
}

#footer a:link {
	color:White;
}
#footer a:hover {
	color:White;
}
div
{
    display:block;
    padding:0px;
    margin:0p;
}
h1
{
    font-size: 17pt;
}

.menuArrow
{
    background-image: url('images/m2.jpg');
    padding-left:15px;
    background-repeat:no-repeat;
    background-position:0 3px;
    padding-right:20px;
}
#footer h5
{
    text-decoration: none; 
margin-top: 4px; 
margin-bottom: 1px; 
font-size: 12px; 

}
.boxTop
{
    width:260px;
    background-image: url('images/boxtop.png');
    height:29px;
}
.boxMiddle
{
    width:260px;
    background-image: url('images/boxmiddle.png');
    background-repeat:repeat-y;
    color:#ffffff;
    text-align:left;
    
}
.boxBottom
{
    width:260px;
    background-image: url('images/boxbottom.png');
    height:29px;
}
.boxContent
{
    padding:0 26px 0px 25px;
    
}
.boxContent a:link
{
    color:#ffffff;
}
.rotatorLink
{
    
    padding:10px;
    width:240px;
    color:#000;
    font-size:11px;
    background-color:#f6f7f9;
    opacity:0.8;
    filter:alpha(opacity=80);
    
}
