@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-color: #000000;
}
.maintext {
	font-family: "trebuchet MS", Verdana, arial, serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	letter-spacing: .04em;
	font-style: normal;
}

.maintext p.italic{
	font-style: italic;
	color: #666666;
}

.box {
	padding: 2px;
	border: 1px solid #3B3B3B;
}
li  {
	text-align: justify;
	letter-spacing: .04em;
	list-style-image: url(images/151.gif);
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	letter-spacing: .04em;
}
a:link  {
	color: #0099CC;
	text-decoration: none;
	text-align: justify;
	letter-spacing: .04em;
}
a:hover   {
	color: #5CC2FC;
	text-decoration: none;
	text-align: justify;
	letter-spacing: .04em;
}
.small_title {
	font-family: "trebuchet MS", Verdana, arial, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5CC2FC;
	text-decoration: none;
}
.small_title_bold {
	font-family: "trebuchet MS", Verdana, arial, serif;
	font-size: 12px;
	font-weight: bold;
	color: #5CC2FC;
	text-decoration: none;
}

.maintext li {
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	list-style-image: url(images/191.gif);
}
.sub_title {
	font-family: "trebuchet MS", Verdana, arial, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #5CC2FC;
	text-decoration: none;
}
#mian_div {
	margin: 0px;
}

#footer {
	height: 110px;
	position: fixed;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#center_text {
	height: 400px;
}
.side_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.side_link li {
	text-decoration: none;
	list-style-image: url(images/151.gif);
}
.side_link a {
	color: #999999;
	text-decoration: none;
}
.side_link a:hover {
	color: #4FD2FF;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
}
.paricipant_result {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0px;
	line-height: 16px;
	text-align: left;
}
.paricipant_result li {
	list-style-image: url(images/84.gif);
	list-style-type: none;
	text-decoration: none;
}
.paricipant_result   a {
	text-decoration: none;
	color: #FFFFFF;
}
.paricipant_result a:hover {
	color: #5CC2FC;
	text-decoration: none;
}
.paricipant_result a:visited {
	color: #5CC2FC;
	text-decoration: none;
}
.paricipant_result  a:active {
	color: #5CC2FC;
	text-decoration: none;
}
.paricipant_result_sub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 8px;
	cursor:pointer;
	line-height: 18px;
}
.paricipant_result_sub a {
	text-decoration: none;
	text-align:left;
	color: #999999;
}
.paricipant_result_sub a:hover {
	color: #5CC2FC;
	text-decoration: none;
}
.paricipant_result_sub a:active {
	color: #5CC2FC;
	text-decoration: none;
}
.paricipant_result_sub a:visited {
	color: #5CC2FC;
	text-decoration: none;
}

.subject_sub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	text-align:left;
	padding-left: 20px;
	cursor:pointer;
	line-height: 10px;
}
.subject_sub  ul{
	cursor:pointer;
	line-height: 15px;
	text-decoration: none;
}
.subject_sub  ul li{
	cursor:pointer;
	list-style-image: url(images/81.gif);
	line-height: normal;
	list-style-type: none;
	text-align:left;
}


.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	line-height: 10px;
	text-decoration: none;
}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
	line-height: 15px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
p.italic {
	font-style: italic;
	color: #666666;
}
.letfspace{
	padding:0 0 0 43px;
}
#footer_bg {
	background-position: bottom;
	height: 170px;
	position: fixed;
	width: 100%;
	text-decoration: none;
	bottom: 0px;
	background-color: #000000;
}

