/* As */

a:link, a:active, a:visited
{
	color:							#000000;
	text-decoration:				none;
}

a:hover
{
	color:							#000000;
	text-decoration:				underline;
}

a.ANews:link, a.ANews:active, a.ANews:visited
{
	font-weight:					bold;
}

a.ANews:hover
{
	font-weight:					bold;
}

/* Navigation */

/* Main Menu */

#UlMainNav
{
	list-style:						none;
	margin:							0px;
	z-index:						51;
	height:							48px;
	padding:						0px;
	margin-left:					56px;
}

#UlMainNav li
{
	background-repeat:				no-repeat;
	background-position:			top center;
	float:							left;
	height:							48px;
	text-align:						center;
	width:							131px;
	font-weight:					bold;
	color:							#FFFFFF;
	font-size:						9pt;
}

#UlMainNav #LiMenuItem1 { background-image: url(img/bg-menuitem-01.gif); }
#UlMainNav #LiMenuItem2 { background-image: url(img/bg-menuitem-02.gif); }
#UlMainNav #LiMenuItem3 { background-image: url(img/bg-menuitem-03.gif); }
#UlMainNav #LiMenuItem4 { background-image: url(img/bg-menuitem-04.gif); }
#UlMainNav #LiMenuItem5 { background-image: url(img/bg-menuitem-05.gif); }
#UlMainNav #LiMenuItem6 { background-image: url(img/bg-menuitem-06.gif); }
#UlMainNav #LiMenuItem7 { background-image: url(img/bg-menuitem-07.gif); }
#UlMainNav #LiMenuItem8 { background-image: url(img/bg-menuitem-08.gif); }
#UlMainNav #LiMenuItem9 { background-image: url(img/bg-menuitem-09.gif); }

#UlMainNav table
{
	height:							40px;
	width:							130px;
}

#UlMainNav td
{
	vertical-align:					middle;
	padding-left:					5px;
	padding-right:					5px;
	text-align:						center;
}

#UlMainNav a:link, #UlMainNav a:active, #UlMainNav a:visited, #UlMainNav a:hover
{
	color:							white;
	font-weight:					bold;
	text-decoration:				none;
}

/*********************************************************/

#UlMainNav li ul
{
	z-index:						50;
	list-style:						none;
	visibility:						hidden;
	width:							123px;
	margin:							0px;
	padding:						0px;
	position:						absolute;
}

#UlMainNav li:hover ul
{
	position:						relative;
	z-index:						50;
	width:							123px;
	padding:						0px;
	margin-top:						3px;
	margin-left:					0px;
	visibility:						visible;
}

#UlMainNav li ul li
{
	width:							123px;
	border-bottom:					1px solid white;
	margin:							0px;
	height:							auto;
	text-align:						left;
	padding:						7px 5px;
	position:						relative;
}

#LiMenuItem1 li { background-color: #2ecafd; }
#LiMenuItem2 li { background-color: #2aea2d; }
#LiMenuItem3 li { background-color: #f5f839; }
#LiMenuItem4 li { background-color: #febb2b; }
#LiMenuItem5 li { background-color: #ff1c26; }
#LiMenuItem6 li { background-color: #e25cfa; }
#LiMenuItem7 li { background-color: #4475ff; }
#LiMenuItem8 li { background-color: #01d8ac; }
#LiMenuItem9 li { background-color: #ff33d7; }

/* BODYs */

body
{
	margin:							0px;
	behavior:						url("templates/csshover3.htc");
	font-family:					Verdana;
	font-size:						8pt;
	background-color:				#ffffff;
}

/* Ps and Hs */

p
{
	line-height:					150%;
}

h1
{
	color:							#4C4C4C;
	margin-top:						0px;
	font-size:						15pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h2
{
	font-weight:					normal;
	color:							#CA0600;
	margin-top:						0px;
	font-size:						13pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h3
{
	color:							#CA0600;
	margin-top:						0px;
	font-size:						10pt;
	font-family:					Lucida Sans Unicode, Verdana;
	font-weight:					normal;
}

h4
{
	color:							#4C4C4C;
	margin-top:						0px;
	font-size:						11pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h5
{
	color:							#4C4C4C;
	margin-top:						0px;
	font-size:						10pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h6
{
	color:							#4C4C4C;
	margin-top:						0px;
	font-size:						9pt;
	font-family:					Lucida Sans Unicode, Verdana;
}

h1.H1Title
{
	position:						absolute;
	top:							205px;
	left:							50px;
}

/* Other stylings */

pre
{
	font-family:					Courier New;
}

address
{
	font-style:						italic;
}

/* DIVs */

div.DivSite
{
	width:							800px;
	position:						absolute;
	left:							50%;
	margin-left:					-400px;
	background-image:				url(img/bg-header.jpg);
	background-repeat:				no-repeat;
}

div.DivHeader
{
	height:							77px;
	width:							800px;
}

div.DivMenu
{
	height:							167px;
}

div.DivContent
{
	background-image:				url(img/bg-content.jpg);
	background-position:			bottom right;
	background-repeat:				no-repeat;
	border:							1px solid #ff000c;
	border-top:						0px;
	border-bottom:					0px;
	width:							735px;
	height:							470px;
	overflow:						auto;
	margin-left:					33px;
}

div.DivContentPadding
{
	padding:						10px;
	padding-bottom:					171px;
	padding-right:					230px;
}

div.DivFeeter
{
	background-image:				url(img/bg-feeter.png);
	height:							53px;
	width:							800px;
	text-align:						center;
	color:							#007ea8;
	font-weight:					bold;
}

#DivFeeter p
{
	margin:							0px;
}

#DivFeeter a:link, #DivFeeter a:active, #DivFeeter a:visited
{
	color:							#007ea8;
	text-decoration:				none;
}

#DivFeeter a:hover
{
	color:							#000000;
	text-decoration:				none;
}

div.DivFeeterPadding
{
	padding-top:					5px;
}

div.DivRight
{
	width:							200px;
	position:						absolute;
	left:							549px;
	top:							244px;
	height:							200px;
	text-align:						left;
}

div.DivBlockNewsTitle
{
	height:							30px;
	width:							196px;
	background-image:				url(img/bg-news.jpg);
	margin-top:						26px;
}

div.DivBlockNews
{
	background-color:				#ffffff;
	border:							2px solid #0daae5;
	border-top:						0px;
	width:							192px;
}

div.DivBlockNewsPadding
{
	padding:						5px;
}

div.DivBlockQuestionTitle
{
	height:							30px;
	width:							196px;
	background-image:				url(img/bg-question.jpg);
	margin-top:						31px;
}

div.DivBlockQuestion
{
	border:							2px solid #ff000c;
	border-top:						0px;
	width:							192px;
}

div.DivMenuBar1
{
	width:							100%;
	text-align:						center;
	height:							48px;
	/*overflow:						hidden;*/

	position:						absolute;
	z-index:						60;
}

div.DivMenuBar2
{
	width:							100%;
	padding-left:					67px;
	text-align:						center;
	height:							48px;
	/*overflow:						hidden;*/
	top:							125px;

	position:						absolute;
	z-index:						50;
}
