/* Start of CMSMS style sheet 'lgastyle' */
@charset "UTF-8";
/* CSS Document */

html{
	margin:0px;
}

body{
	margin:0px;
}

p{
        margin:0px;
}

a:link { /* Colour of text links*/
	text-decoration: none;
	color:#333333;	
	}

a:visited { /* Colour of text visited links*/
	text-decoration: none;
	color:#333333;
	}

a:hover { /* Colour of text links when rolled over*/
	text-decoration: underline;
	color:#333333;
	}

a img, a img.preview { /* Colour of border or image links*/
	border: none;
	text-decoration: none;
}

a:link img, a:visited img, a:hover img { /* Colour of border or image links*/
	border: none;
	text-decoration: none;
}




.container{
	margin:auto;
	width:770px;
}

.header{
	height:78px;
	background-image:url(images2/header.jpg);
	margin-top:15px;
}

.leftcolumn{
	float:left;
	width:253px;
	height:418px;
	background-image:url(images2/leftline.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.menu{
	width:220px;
	padding-left:15px;
	padding-top:20px;
}

.rightcolumn{
	float:right;
	width:466px;
	margin-top:48px;
	margin-left:25px;
	margin-right:25px;
}

.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
}

.footer{
	padding-top:25px;
        padding-bottom:25px;
        padding-left:280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
        clear:both;
}

#content-wrapper{
	display:none;	
}
/* End of 'lgastyle' */

