@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------------*/
/* reset elementes */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------------------------*/

body{
	background: #c5c6bc;
	color: #222;
	padding-top: 20px;
	text-align: center;
	font-family: "Trebuchet MS";
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
}

#header{
	display: none;
	visibility: hidden;
}

.top{
	display: none;
	visibility: hidden;
}

.seperator{
	display: none;
	visibility: hidden;
}

.contentHolder{
	margin: 0 auto;
	width: 960px;
	background: url(../images/contentbg.jpg) repeat-y #fff; 
	text-align: left;
}

.contentHolder .content{
	margin-left: 40px;
	margin-right: 20px;
}

.contentHolder .content .contentleft{
	float: left;
	width: 415px;
	text-align: justify;
}

.contentHolder .content .contentright{
	float: right;
	width: 460px;
	text-align: justify;
}

.contentHolder .content .contentleftshort{
	float: left;
	width: 200px;
	text-align: justify;
}

.contentHolder .content .contentrightlong{
	float: right;
	width: 675px;
	text-align: justify;
}

.contentHolder .content .contentleftlong{
	float: left;
	width: 675px;
	text-align: justify;
}

.contentHolder .content .contentrightshort{
	float: right;
	width: 200px;
	text-align: justify;
}

.contentHolder .content h1{
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #1b394a;
	text-transform: uppercase;
	font-weight: bold;
}

.contentHolder .content h2{
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 15px;
	color: #7b131a;
}

.contentHolder .content h2 a:link, .contentHolder .content h2 a:visited{
	text-decoration: underline;
	color: #7b131a;
}

.contentHolder .content h2 a:hover{
	text-decoration: underline;
	color: #222222;
}

.contentHolder .content a:link, .contentHolder .content a:visited{
	text-decoration: underline;
	color: #7b131a;
}

.contentHolder .content a:hover{
	text-decoration: underline;
	color: #222222;
}

.contentHolder .content p{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4em;
}

.contentHolder .content .print{
	display: none;
	visibility: hidden;
}

.clearfloat{
  clear:both;
  height:0;
  font-size: 0px;
  line-height: 0px;
}

#footer{
	display: none;
	visibility: hidden;
}
