
html{
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
}

body{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#103D54;
	font-size:11px;
	width: 100%;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#028ECB;
	font-size:16px;
	padding-left: 5px;
	line-height: 15px;
	width: 95%;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	color:#0e2d44;
	font-size:12px;
	font-weight: normal;
	padding: 0 3px 0 5px;
	line-height: 18px;
	width: 95%;
}

.container {
	width: 100%;
	height: 280px;
}

.header {
	background: #ffffff url(images/line_bk-small.jpg) repeat left top;
	width: 100%;
	height: 32px;
}

.logo {
	width: 56px;
	height: 21px;
	position: absolute;
	left: 5px;
	top: 5px;
}

.top_menu {
	width: 100%;
	height: 15px;
	margin-bottom: 15px;
    text-align:left;
}

.top_menu ul {
	width: 95%;
	height: 15px;
	margin: 0;
	padding: 0;
	display:inline;
	position: absolute;
	left: 0px;
	top: 40px;
}

.top_menu ul li {
	width: 90%;
	height: 25px;
	display: inline;
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.top_menu ul li a{
	color: #0e2d44;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 4px;
}

.top_menu ul li a:hover{
	color: #0e2d44;
	text-decoration: none;
	/*font-weight: bold;*/
	background-color: #FFC57B;
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 4px;
}

.arrowlistmenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
    background: url(/wap/images/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%;
}

#selected{
	color: #0e2d44;
	text-decoration: none;
	/*font-weight: bold;*/
	background-color: #FFC57B;
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 4px;
}

.button{
margin-left: 17px;
}

.button2{
width: 100%;
text-align: center;
margin-top: 40px;
}

.line{
width: 100%;
text-align: center;
margin-top: 10px;
border: 1px dotted #dfdfdf;
}

.bullet{
	color: #0e2d44;
	font-size: 10px;
}

.footer{
width: 100%;
color: #333333;
font-size: 10px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
