@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(images/intro_bg.jpg) top center no-repeat #1A1A1A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
#wrap {
	width: 960px;
	margin-left: auto;
	margin-right:auto;
}
#indexpageBanner
{
margin-top: 35px;
height: 104px;
padding-left:472px;
}
#logos {margin-top:111px;padding-left:222px;}
.l1 {margin-left: 49px;margin-top:30px;}
.l2 {margin-left: 49px;margin-bottom:10px;}
.l3 {margin-bottom:10px;}

#header {
	width:960px;
	height:340px;

}
#logo-s {
	margin: 20px;
	text-align:center;
	width:100%;
		height:330px;
}
#links {
	width: 100%;
	text-align: center;
	margin-left: 300px;
	margin-top: 323px;
	background: #ffffff;
	height: 125px;
	margin:20px;
	padding:5px;
}
#links img {
	margin:5px;
}
#links a:link {
	color:#333333;
	text-decoration:none;
}
#links a:visited {
	color:#333333;
	text-decoration:none;
}
#links a:hover {
	color:#333333;
	text-decoration:none;
}
#topmenu {
	position: absolute;
	margin-left:6px;
	width: 930px;
	top:340px;
	height:22px;
	padding:2px;
	color:#ffffff;
	font-size:12px;
	text-transform: uppercase;
			background: #da2028;
}
#topmenu ul {
}
#topmenu li {
	float:left;

	list-style:none;
	border-right: 1px dotted #cccccc;
	padding:4px;
	margin-bottom:3px;
}
#topmenu a:link {
				font-weight:bold;
	color:#ffffff;
	text-decoration: none;
	padding:4px;
}
#topmenu a:visited {
	color:#ffffff;
	text-decoration: none;
	padding:4px;
	font-weight:bold;
}
#topmenu a:hover {
	color:#ffffff;
	text-decoration: none;
	background: #333333;
	padding:4px;
	font-weight:bold;
}
#content {
	color: #333333;
	width: 920px;
	padding:20px;
	background:#ffffff;
}
#cleft {
	width:880px;
	float:left;
}

#cleft table {margin-left:100px;}

#cleft ul {margin:20px;font-size:13px;}
#cleft li { list-style:none;background: url(images/c-li2.gif) left no-repeat; padding-left:20px;}
#cleft li a:link {color:red;text-decoration: none;}
#cleft li a:visited {color:red;text-decoration: none;}
#cleft li a:hover {color:red;text-decoration: none;border-bottom:1px dotted #ffffff;}

#cleft a:link {color:red;text-decoration:none;}
#cleft a:visited {color:red;text-decoration:none;}
#cleft a:hover {color:red;text-decoration:none;}


#content h1 {
	color:#333333;
	font-size:24px;
	font-weight: lighter;
	margin-bottom:10px;
}

#content h2 {
	color:#333333;
	font-size:20px;
	font-weight: lighter;
	margin-bottom:10px;
}

#content p {
	margin-top:10px;
	margin-bottom:10px;
}

#content img {
	border: 5px solid #cccccc;
}

#content img:hover {
	border: 5px solid #DA2128;
}

#contentmenu {
	width: 200px;
	float: right;
	background:#f2f2f2;
	padding:10px;
	color:#333333;
}
#contentmenu p {
margin:0px;padding:0px;margin-bottom:4px;
}
#contentmenu ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#contentmenu li {
	padding:0px;
	margin:0px;
	color:#333333;
}
#contentmenu a:link {
	display:block;
	color:#333333;
	text-decoration:none;
	border-bottom: 1px solid #cccccc;
	padding:2px;
}
#contentmenu a:visited {
	display:block;
	color:#333333;
	text-decoration:none;
	border-bottom: 1px solid #cccccc;
	padding:2px;
}
#contentmenu a:hover {
	display:block;
	color:#000000;
	text-decoration:none;
	border-bottom: 1px solid #b3b3b3;
	background: #e5e5e5;
	padding:2px;
}
#contentmenu h2 {
	color:#DA2128;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	border-bottom: 1px solid #999;
	margin:0px;
	padding:0px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.subul a:link{margin-left:15px;}
.subul a:visited{margin-left:15px;}
.subul a:hover{margin-left:15px;}

#footer {
	width: 940px;
	color:#333333;
	height:30px;
	line-height:30px;
	text-align:right;
	margin-right:20px;
	font-size:10px;
	margin-bottom:20px;
}
.clear {
	clear:both;
}

.picture {text-align:center;
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
}
.picture img {
	border: 5px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom: 3px;
}
.picture img:hover {
	border: 5px solid #ffffff;
	vertical-align:middle;
	margin-bottom: 3px;
}
.right {
	margin: 0.5em 0pt 0.5em 0.8em;
	float:right;
}
.left {
	margin: 0.5em 0.8em 0.5em 0;
	float:left;
}

.prim {margin:0px;background:#ffffff;color:#333333;}
.prim td {padding:5px;border-bottom:1px dashed #333333;}