/* CSS Document */
a {
	color: #004990;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#content{
	margin: auto;
	padding: auto;
	width: 1024px;
	height: 630px;
	background-image: url(/images/bgpage.gif);
	background-color: #deecee;
	background-repeat: repeat-x;
}

body {
	background: url(/images/backgroundpage.gif) repeat-x;
	background-color: #FFF;
	margin: 5px auto auto auto;
}

#main{
	background: url(/images/bgmain.gif) repeat-x;
	width: 1024px;
}
#logo {
	text-align: center;
	width: 1024px;
	padding-top: 5px;
}
#company{
	width: 1024px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

#info{
	margin: auto;
	width: 1024px;
	padding: 1px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #00448e;
	text-align: center;
	border-bottom: 1px solid #00448e;
}
#contact {
	margin: auto;
	text-align: center;
}
#menu{
	/*background: #deecee url(/images/bgmenu.gif) repeat-x;*/
	margin: auto;
	padding: 120px 0px 0px 360px;
	text-align: left;
	color: #004990;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}

a:hover {
	text-decoration: underline;
}
#menu li{
	padding-bottom: 15px;
}

#menu ul li a {
	color: #004990;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #004990;
	text-decoration: underline;
}

#leftcontent{
	width: 205px;
	padding: 15px 0 0 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	background: #7db2ce;
	border-top: 1px solid #FFF;
}
#leftcontent a{
	color: #deecee;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	background: url(/images/bullet.gif) no-repeat;
	padding-left: 15px;
	width: 100%;

}
#menublock{

}

#leftcontent a:hover{
	color: #FFF;
	background: url(/images/bullet_on.gif) no-repeat;
}
.selectedmenu{
	color: #559cbe;
	background: url(/images/bullet_on.gif) no-repeat;
}

#rightcontent{
	background: url(/images/bgmain.gif) no-repeat;
	width: 990px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #004990;
	padding-left: 15px;
	margin-bottom: 20px;
	text-align: justify;
	font-size: 14px;
	line-height: 18px;

}
#rightcontent a {
	color: #004990;
	text-decoration: underline;
}


h2{
	font-size: 20px;
	color: #004990;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 24px;
}

h1{
	font-size: 24px;
	color: #004990;
	margin-top: 0px;
	padding-top: 0px;
}
#footer{
	clear: both;
	background: #7db2ce;
	height: 35px;
	width: 1024px;
	margin: auto;
	border-bottom: 1px solid #387fa1;
}
#copyrightinfo{
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	color: #deecee;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
#copyrightinfo a {
	color: #deecee;
	font-weight: bold;
	font-size: 12px;
}
#bottomshadow{
	background: #FFFFFF url(/images/bottomshadow.gif) repeat-x;
	height: 120px;
	width: 720px;
	margin: auto;
}
#topshadow{
	background: #deecee url(/images/topshadow.gif) repeat-x;
	height: 20px;
}

ul{
	padding-left: 20px;
	margin-left: 20px;
}

strong{
	color: #004990;
}
#menushadow {
	height: 10px;
	margin-top: 15px;
	border-top: 1px solid #FFF;
	background: #deecee url(/images/topshadow.gif) repeat-x;
}

#menupage {
	text-align: right;
	padding-right: 0px;
	padding-top: 5px;
	float: right;
}

#menupage a {
	padding-right: 20px;
}