body{
    margin:0px;
    padding:0px;
    background-image:url(../site_images/PATTERNREPEATER.gif);
}
input { 
    border:solid 1px black;
    font-family:Georgia;
    font-size:12px;
    color:#333333;
    padding:2px;
}
textarea { 
    border:solid 1px black;
    font-family:Georgia;
    font-size:12px;
    color:#333333;
    padding:2px;
}
input.InputButton
{
    border:none;
    background:none;
    color:#7B0101;
    font-weight:bold;
}
.NoBorder input { border:none; }
.PinkInput input, input.PinkInput { 
    background-color:#ebdbdb;
}

#MainContainer {
    background-image:url(../site_images/TOPREPEAT.jpg);
    background-repeat: repeat-x;
    background-position:top;
}
#Header { height: 97px; text-align:center; }
#Main { width: 837px; margin: 0px auto; }
#MainMenu { 
    width:200px; 
    float:left; 
    padding-top:20px; 
    color:White;
    font-size:14px;    
}
#MainMenu a { font-size:14px; color:White; text-decoration:none;}
#MainMenu a:hover { text-decoration:underline; }
#MainMenu ul {
    list-style-type: none;
    list-style-image:none;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#MainMenu li {
	background-image: url("../site_images/SHEVRON.gif");
	background-repeat: no-repeat;
	background-position: 12px 7px;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 28px;
	border-width: 0px;
}
#MainContent { 
    width:637px; 
    float:left; 
    background-color:White; 
    background-image: url(../site_images/centre.jpg);
}
#MainContent .Left {
    float:left;
    width:5px;
    height:338px;
    background-image: url(../site_images/REDLEFT.jpg);
    background-repeat:no-repeat;
}
#MainContent .Right {
    float:left;
    width:5px;
    height:338px;
    background-image: url(../site_images/REDRIGHT.jpg);
    background-repeat:no-repeat;
}
#MainContent .Centre { float:left; width:627px;}
#MainContent .Centre .Top { width:627px; height:12px; background-image: url(../site_images/WHITEPANELTOP.jpg); background-repeat:repeat-x;}
#MainContent .Centre .Content { padding: 15px 25px 10px 25px; min-height:500px; } 
#MainContent .Centre .Content .MText { padding: 10px 25px 0px 25px; }
#MainContent .Centre .Content .Footer { 
    border-top: solid 1px #CCCCCC; border-bottom: solid 1px #CCCCCC; 
    color:#7B0E01;
    text-align:center;
    padding: 5px 0px 5px 0px;
    font-size:11px;
    margin-top:10px;
}

#MenuPane .Pane { width:270px; float:left; }
#MenuPane .Img { float:left; width:95px; }
#MenuPane .Txt { float:left; text-align:left; width:170px; }
#MenuPane .Nav { padding-top:5px; text-align:right; text-transform:uppercase; color:#7B0101; font-weight:bold; }
#MenuPane .Nav img { padding-right:10px;}
#MenuPane .Nav a { text-transform:uppercase; color:#7B0101;  font-weight:bold; text-decoration:none;}
#MenuPane .Nav a:hover { text-decoration:underline;}
#MenuPane .Sep { padding-top:15px; border-bottom:solid 1px #cccccc; }

#Footer { text-align:center; margin-left:200px;}
#Footer a { font-size:11px; color:Black; text-decoration:none; color:#333333; }
#Footer a:hover { text-decoration:underline; }
.FloatClear { clear:both; float:none; }