@charset "UTF-8";
/* CSS Document */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET*/

body {
	background-image: url(../images/bgBody.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
		font-size: 12px;
		line-height: 130%;
		color: #21252C;
	

}

/* GLOBAL */

h1, h2, h3, h4 {

}
h1{
	color:#FF0000;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight:bold;

}
h2{
	color:#656565;
	font-size: 18px;
	margin-bottom: 5px;
		font-weight:bold;
}
h3{
	color:#000;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight:bold;
}
blockquote {
	padding-left:20px;
}

#highlight {
	width:275px;
	float:right;
	margin-left:10px;
	border: #ccc dotted 1px;
	background-color: #ebebeb;
}
#highlight_lg {
	width:300px;
	float:right;
	margin-left:10px;
	border: #ccc dotted 1px;
	background-color: #ebebeb;
}
.red {color:#F00;font-weight:bold;}
.attention{font-weight:bold;}
.gray{color:#656565;font-weight:bold;}

a:link {color: #656565;}     /* unvisited link */
a:visited {color: #330c0e}  /* visited link */
a:hover {color: #656565}   /* mouse over link */
a:active {color: #FF0000;}   /* selected link */

.border {border: 1px solid #FF0000;}
.floatRight {float:right}
.floatLeft {float:left}
.attention {}
.img_right {
	float: right;
	margin: 0px 0px 0px 15px;
}
.img_left {
	float: left;
	margin: 5px 15px 5px 5px;
}
/* LAY OUT*/

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 971px;
}


#leftColumn {
	width: 238px;
	height: auto;
	background-image: url(../images/bgLeftColumn.jpg);
	margin: 0px;
	float: left;
	background-repeat: no-repeat;
}
#rightColumn {
	float: right;
	background-image: url(../images/bgRightColumn.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 733px;
		height: auto;

}

#rightContent {
	background-color: #ebebeb;
	width: 718px;
	height: auto;
	padding-bottom: 2px;
}
#header {
	background-image: url(../images/bgHead.jpg);
	height: 234px;
	width: 718px;
}
#navigation {
	padding-top: 205px;
	margin-left: 15px;
}
/* GALLERY */

#imageContainer {
	height:200px;
	position: relative;
}  
#imageContainer img {
	display:none;
	top:0px;
	left:0px;
	height:200px;
	width:718px;
	opacity: -0.01;
	position: absolute;
} 	

#content {
	width: 685px;
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
/*do not change the line height!!*/
#content ul {
	line-height:2em;
	padding: 10px 0px 0px 30px;
	color:#000;
	list-style-image: url(../images/bullet.gif);
		line-height: 130%;
		
}
/* end */
#content ul li a {
	text-decoration:none;
	

}
#content ul li a:hover{
	text-decoration:underline;
}

#content ol {
	line-height:2em;
	padding: 10px 0px 0px 30px;
	color:#000;
	
	line-height: 130%;
	list-style-type: decimal;
}


#footer {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

/* LEFT COLUMN STYLES */

#leftController {
	margin-top: 130px;
	padding-left: 30px;
		color: #FFFFFF;
	font-size: 13px;
}
#leftController ul {
}
#leftController ul li a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bgUl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	width: 175px;
	display: block;
	font-size: 12px;
}
#leftController ul li a:hover{
	color: #333;
}
/* Resource tables */

.resource table {
border: 1px solid #CCCCCC;
width:650px;
}
.resource td {
border: 1px solid #656565;
padding:5px;
}
.resource_head {
background-color:#ccc;
padding: 5px;
text-align:center;
font-weight: bold;
color:#000;

}
