/* CSS December 2008 - Force Sept

Corporate colors:
Red: #EC1C24;
Gray: #D9D9D9;
*/

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
      margin: 0;
      padding: 0;
      border: 0;
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      font-family: Arial, Helvetica, sans-serif;
      text-align: left;
}

table {
      border-collapse: collapse;
      border-spacing: 0;
}
ol,ul {
      list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
      content: "";
}

html { height:100%; }

body {
	background: white;
	font-size: 75%;
	line-height:1.6em;
	text-align: center;
	height:100%;
}

/* ------------------------------------------------------------------------------------ General Styles */
img { border:0; }

strong {font-weight:bold; line-height:1.4em;}
em {font-style:italic; line-height:1.4em;}

a,
a:link,
a:visited {
	text-decoration:none;
	border-bottom: solid dashed 1px;
	color:black;
	line-height:1.6em;
}
a:hover,
a:active,
a:focus {
	text-decoration:none;
	color:#EC1C24;
}

ul {}
li {line-height:1.6em;}


h1 { position:relative; font-size:130%; font-weight:bold; line-height:1.6em;  }

h2 {font-size:120%; font-weight:bold; line-height:1.6em; text-decoration:none; margin: 25px 0 0 0; }

h3 {font-size:100%; font-weight:bold; line-height:1.4em;}

h4 {margin: 10px 5px 0 0; font-size:120%; font-weight:bold; float:left; display:inline; }

p {line-height:1.6em; padding: 5px 0;}

.clear {clear:both;}

textarea { font-family: Arial, Helvetica, sans-serif; }

/* ------------------------------------------------------------------------------------ Specific Styles */

.container {
	background: white;
	text-align:left;
	margin: 50px auto;
	width:150px;
	}
	.logo {
		width:150px;
		height:50px;
		margin: 0 0 15px 0;
		}

/* header */	
.header {
	clear:both;
	}
		

/* submenu */

/* content */

/* article */

/* contactForm */

/* footer */
