﻿html, body, form
{
	margin: 0;
	padding: 0;
}

#mainbody 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana,Sans-Serif;
	font-size: small;
	color: black;
	background-image: url(/images/layout/bg-main.gif);
	background-position: left 20px;
	background-repeat: no-repeat;
	background-color: #dae8f2;
}

img
{
	border: 0;
}

h1, h2, h3, h4
{
	color: #c41130;
}

h2 { margin: 0; padding: 12px 0;}
h3 { margin: 0; padding: 4px 0;}
h4 { margin: 0; padding: 3px 0;}

p
{
	margin: 0;
	padding: 10px 0;
}

a, a:visited
{
	color: #990099;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

/* Structure */
		
#wrapper
{
	width: 725px;
	margin: 0 0 0 10px;
}

#wrapperf
{
	margin: 0 10px;
}

#header
{
	position: relative;
}
	
	#header #logo
	{
		background-image: url(/images/layout/logo-mission-scotland.gif);
		background-position: left top;
		background-repeat: no-repeat;
		width: 184px;
		height: 96px;
		text-indent: -5000px;
		margin-top: 15px;
	}
	
		#header #logo h1
		{
			margin: 0;
		}
		
	#header #banner
	{
		position: absolute;
		right: 10px;
		top: 40px;
		background-image: url(/images/layout/ban-many-voices.gif);
		background-position: right center;
		background-repeat: no-repeat;
		width: 362px;
		height: 43px;
		text-indent: -5000px;
	}
	
#leftcol
{
	float: left;
	width: 148px;
	padding-top: 20px;
	position: absolute;
	left: 10px;
	top: 111px;
}

	#leftcol #menu
	{
		width: 148px;	
	}
	
		#leftcol #menu #menutop
		{
			background-image: url(/images/layout/menu-top.png);
			background-position: left center;
			background-repeat: no-repeat;
			font-size: 0px;
			line-height: 0px;
			height: 14px;
			width: 148px;
		}
		
			*html #leftcol #menu #menutop
			{
				background: none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/menu-top.png', sizingMethod='fixed');
			}
		
		#leftcol #menu #menumain
		{
			background-image: url(/images/layout/menu-bg.png);
			background-position: left center;
			background-repeat: repeat-y;
			min-height: 200px;
			padding: 0 20px;
		}
		
			#leftcol #menu #menumain ul
			{
				list-style-type: none;
				font-size: 16px;
				color: White;
				font-weight: bold;
				margin: 0;
				padding: 0;
			}
			
				#leftcol #menu #menumain ul li
				{
					padding: 3px 0;
				}
				
				#leftcol #menu #menumain ul li a
				{
					color: White;
					text-decoration: none;
				}
				
					#leftcol #menu #menumain ul li a:hover
					{
						color: #a6bc09;
					}
					
		#leftcol #menu #menubottom
		{
			background-image: url(/images/layout/menu-bottom.png);
			background-position: left center;
			background-repeat: no-repeat;
			font-size: 0px;
			line-height: 0px;
			height: 14px;
			width: 148px;
		}
			*html #leftcol #menu #menubottom
			{
				background: none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/menu-bottom.png', sizingMethod='fixed');
			}
		
	#leftcol #regbox
	{
		width: 148px;	
		padding-top: 10px;
	}
	
		#leftcol #regbox #regboxtop
		{
			background-image: url(/images/layout/reg-top.png);
			background-position: left center;
			background-repeat: no-repeat;
			font-size: 0px;
			line-height: 0px;
			height: 14px;
			width: 148px;
		}
			*html #leftcol #regbox #regboxtop
			{
				background: none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/reg-top.png', sizingMethod='fixed');
			}
		
		#leftcol #regbox #regboxmain
		{
			background-image: url(/images/layout/reg-bg.png);
			background-position: left center;
			background-repeat: repeat-y;
			min-height: 100px;
			padding: 0 10px;
			color: White;
		}
		
			#leftcol #regbox #regboxmain a
			{
				color: #0dc9ff;
			}
			
			#leftcol #regbox #regboxmain h1,
			#leftcol #regbox #regboxmain h2,
			#leftcol #regbox #regboxmain h3,
			#leftcol #regbox #regboxmain h4
			{
				color: #a6bc09;
			}
		
		#leftcol #regbox #regboxbottom
		{
			background-image: url(/images/layout/reg-bottom.png);
			background-position: left center;
			background-repeat: no-repeat;
			font-size: 0px;
			line-height: 0px;
			height: 14px;
			width: 148px;
		}
			*html #leftcol #regbox #regboxbottom
			{
				background: none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/reg-bottom.png', sizingMethod='fixed');
			}
	
#maincol
{
	margin-left: 171px;
	width: 553px;
	padding-top: 20px;
}

	#maincol #conthead
	{
		width: 553px;	
	}
	
		#maincol #conthead #contheadtop
		{
			background-image: url(/images/layout/head-top.png);
			background-position: left center;
			background-repeat: no-repeat;
			font-size: 0px;
			line-height: 0px;
			height: 19px;
			width: 553px;
		}
			*html #maincol #conthead #contheadtop
			{
				background: none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/head-top.png', sizingMethod='fixed');
			}
		
		#maincol #conthead #contheadmain
		{
			background-image: url(/images/layout/head-bg.png);
			background-position: left center;
			background-repeat: repeat-y;
			min-height: 20px;
			padding: 3px 20px;
		}
		
			#maincol #conthead #contheadmain h1,
			#maincol #conthead #contheadmain h2,
			#maincol #conthead #contheadmain h3,
			#maincol #conthead #contheadmain h4
			{
				color: #0768a9;
			}
		
		
		#maincol #conthead #contheadbottom
		{
			background-image: url(/images/layout/head-bottom.png);
			background-position: left center;
			background-repeat: no-repeat;
			font-size: 0px;
			line-height: 0px;
			height: 19px;
			width: 553px;
		}
			*html #maincol #conthead #contheadbottom
			{
				background: none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/head-bottom.png', sizingMethod='fixed');
			}
		
	#maincol #maincont
	{
		width: 553px;	
		padding-top: 10px;
	}
	
		#maincol #maincont #mainconttop
		{
			background-image: url(/images/layout/main-top.png);
			background-position: left center;
			background-repeat: no-repeat;
			font-size: 0px;
			line-height: 0px;
			height: 17px;
			width: 553px;
		}
			*html #maincol #maincont #mainconttop
			{
				background: none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/main-top.png', sizingMethod='fixed');
			}
		
		#maincol #maincont #maincontmain
		{
			background-image: url(/images/layout/main-bg.png);
			background-position: left center;
			background-repeat: repeat-y;
			min-height: 140px;
			padding: 3px 20px;
			color: White;
		}
		
			#maincol #maincont #maincontmain h1, 
			#maincol #maincont #maincontmain h2,
			#maincol #maincont #maincontmain h3,
			#maincol #maincont #maincontmain h4
			{
				color: #a6bc09;
			}
			
			#maincol #maincont #maincontmain a
			{
				color: #0dc9ff;
			}
		
		#maincol #maincont #maincontbottom
		{
			background-image: url(/images/layout/main-bottom.png);
			background-position: left center;
			background-repeat: no-repeat;
			font-size: 0px;
			line-height: 0px;
			height: 18px;
			width: 553px;
		}
			*html #maincol #maincont #maincontbottom
			{
				background: none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/main-bottom.png', sizingMethod='fixed');
			}
	
#maincolf
{
	margin-left: 171px;
	margin-right: 20px;
	padding-top: 20px;
	
}

#footer
{
	padding: 22px 0;
	font-size: 70%;
	height: 25px;
	color: #333333;
	text-align: right;
}

	#footer a
	{
		color: #333333;
		text-decoration: underline;
	}
	
	#footer a:hover
	{
		text-decoration: none;	
	}
	
/****/

.logform
{
	width: 120px;
	border: solid 1px blue;
	color: #454545;
}	
	
/* Utility Class */

.formline
{
	clear: left;
	padding-top: 3px;
}

	.formline .formleft
	{
		float: left;
	}
	
	.formline .formright
	{
		float: left;
	}

.left
{
	float: left;
}

.right
{
	float: right;
}
.clear
{
	clear:both;
	font-size: 1px;
	line-height: 1px;
	height: 0;
}

.clearleft
{
	clear: left;
	font-size: 1px;
	line-height: 1px;
	height: 0;
}

.clearright
{
	clear: right;
	font-size: 1px;
	line-height: 1px;
	height: 0;
}

.sidebox
{
	text-align: center;
	float: right;
	background: #a7a7a7;
	width: 120px;
	border: solid 1px black;
	padding: 0 4px 8px 4px;
	margin: 0 3px 5px 4px;
}
		#maincol #maincont #maincontmain .sidebox a
		{
			color: black;
		}
		
		#maincol #maincont #maincontmain .sidebox h3
		{
			color: #0768a9;
		}
		
.inline
{
	display: inline;
}
.sml
{
	font-size: 70%;
}
.big
{
	font-size: 120%;
}

.normalwght
{
	font-weight: normal;
}
.bold
{
	font-weight: bold;
}
.red
{
	color: #d80025;
}


.textright
{
	text-align: right;
}

.textcenter
{
	text-align: center;
}
.textleft
{
	text-align: left;
}

.buffer10
{
	height: 10px;
	overflow: hidden;
}

.padtop5
{
	padding-top: 5px;
}

.padtop15
{
	padding-top: 15px;
}
.padright5
{
	padding-right: 5px;
}

.ind40
{
	padding: 0 40px 0 40px;
}

.width60
{
	width: 60px;
}

.width100
{
	width: 100px;
}

.width110
{
	width: 110px;
}

.width120
{
	width: 120px;
}

.width130
{
	width: 130px;
}

.width160
{
	width: 160px;
}

.width165
{
	width: 165px;
}

.width170
{
	width: 170px;
}

.width190
{
	width: 190px;
}

.width250
{
	width: 250px;
}

.width290
{
	width: 290px;
}

.width300
{
	width: 300px;
}
.width400
{
	width: 400px;
}
.width450
{
	width: 450px;
}

.m130
{
	margin-left: 130px;
}

.m135
{
	margin-left: 135px;
}

.m165
{
	margin-left: 165px;
} 

.m402
{
	margin-left: 402px;
}
.pad5r
{
	padding-right: 5px;
}
/* End Utility Class */