/* 	Jeremie David Harget 8 November  2007 DTC 355 */

#container	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

#header	{
	width: 800px;
	height: 120px;
	background-image:url(images/layout_01.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}
#menu	{
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	}
	
#body	{
	background-image:url(images/layout_02.gif);
	background-repeat: repeat-y;
	margin-top: -13px;
	margin-bottom: -13px;
	padding: 0;
	}
	
#endcap	{
	width: 800px;
	height: 40px;
	background-image:url(images/layout_03.gif);
	}
	
#legalcrap	{
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 19px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: dashed 1px #000000;
	border-bottom: dashed 1px #FFFFFF;
	}
	
.checkgroup	{
	margin-left: 40px;
	margin-right: 40px;
	border: solid 1px #000000;
	color: #000000;
	font-family: verdana;
	font-size: 1em;
	font-weight: bold;
	}

.deadly	{
	margin-left: 40px;
	margin-right: 40px;
	border: solid 1px #FF0000;
	color: #FF0000;
	font-family: verdana;
	font-size: 1em;
	font-weight: bold;
	}

.check	{
	color: #000000;
	font-family: verdana;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 2em;	
	}

.menu	{
	float: right;
	}

body	{
	background-color: #FFFFFF;
	font-size: 1em;
	}
	
.imgpadleft	{
	padding-left: 8px;
	}

.imgpadright	{
	padding-right: 8px;
	}
	
a:link	{
	color: #FF0000;
	text-decoration: underline;
	}
	
a:hover	{
	color: #444444;
	text-decoration: underline;
	}

a:visited	{
	color: #444444;
	text-decoration: underline;
	}	
	
h1	{
	color: #000000;
	font-size: 1.2em;
	text-align: center;
	font-family: verdana;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	}
	
.small	{
	color: #000000;
	font-family: verdana;
	text-align: center;
	font-size: 0.6em;
	}

.mentext	{
	color: #000000;
	font-family: verdana;
	text-align: center;
	font-size: 0.8em;	
	}

.text	{
	color: #000000;
	font-family: verdana;
	font-size: 0.8em;
	text-indent: 1.5em;
	line-height: 2em;
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
	}
