/* css reset */

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;
}

/* remember to define focus styles! */

:focus
{
	outline: 0;
}

body
{
	line-height: 1;
	color: black;
	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: "" "";
}


/* css style start */

body
{
	margin: 0px auto;
	width: 950px;
}

h2, h1
{
	margin-top: 0px;
}

p
{
	margin: 0;
}

#top
{
	background: white url(../images/back_top_2.png) no-repeat 0px 0px;
	width: 950px;
	height: 310px;
}

#mid
{
	background: white url(../images/back_mid_2.png) repeat-y 0px 0px;
	width: 950px;
}

#mid-in
{
	background: transparent url(../images/back_mid-in_2.png) no-repeat 0px bottom;
	width: 950px;
	min-height: 580px;
	height: auto !important;
	height: 580px;
}

#bot
{
	background: white url(../images/back_bot_2.png) no-repeat 0px bottom;
	width: 950px;
	height: 430px;
}

.content
{
	width: 720px;
	margin-left: 110px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#title
{
	position: absolute;
	top: 230px;
	margin: 10px auto;
	width: 900px;
	text-align: center;
	color: #f7d355;
	font: 2em/30px Arial, Helvetica, sans-serif;
}

#menutop
{
	float: left;
	margin-top: 279px;
	margin-bottom: 0px;
	margin-left: 110px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#menutop ul
{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#menutop ul li
{
	float: right;
}

#menutop ul li a
{
	display: block;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}

#menutop ul li a:hover
{
	color: #004e94;
	background: #fff;
}

#menutop #topMenuAct a
{
	color: #FF4441;
}

#menuleft
{
	width: 220px;
	position: absolute;
	top: 294px;
	margin-left: -120px;
}

#mtop
{
	background: white url(../images/menu_left_top.png) no-repeat 0 0;
	width: 220px;
	height: 26px;
}

#mmid
{
	background: white url(../images/menu_left_mid.png) repeat-y 0px 0px;
	width: 160px;
	padding-left: 60px;
}

#mbot
{
	background: white url(../images/menu_left_bot.png) no-repeat 0px 0px;
	width: 220px;
	height: 33px;
}

#menuleft ul
{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#menuleft ul li
{
}

#menuleft ul li a
{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	margin-right: 5px;
	font-size: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #004e94;
}

#menuleft ul li a:hover
{
	color: #EFC63B;
	background: transparent url(../images/16-arrow-left_16x16.png) no-repeat right;
}

#menuleft #leftMenuAct a
{
	color: #FF4441;
}

.content h2
{
	display: block;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bolder;
}

.content h6
{
	display: block;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bolder;
}

.content ul
{	
	padding-bottom: 5px;
}

.content ul li
{
	list-style-type: none;
	background-image: url(../images/bullet_blue.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}


.content ul ul
{	
	padding-top: 5px;
}

.content ul li ul li
{
	list-style-type: none;
	background-image: url(../images/bullet_green.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.content p
{
	padding-top: 5px;
	padding-bottom: 5px;
}
