
.subMenu { font-size: 11px; color: #fd120a; font-weight: normal;  text-decoration: none}
.subMenu:link { font-size: 11px; color: #fd120a; font-weight: normal;  text-decoration: none}
.subMenu:visited { font-size: 11px; color: #fd120a; font-weight: normal;  text-decoration: none}
.subMenu:hover {font-size: 11px; color: #3c59a5; font-weight: normal; text-decoration: none}



body, form {
	margin:0;
	padding:0;
}

body {
	font: 12px "Trebuchet MS", Tahoma, Verdana;
	color:#333333;
	background:url(designimgs/body_bg.gif) repeat-x top;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#leftBg {
	background:url(designimgs/top_bg.jpg) repeat-x top right;
}

#rightBg {
	background:url(designimgs/top_bg.jpg) repeat-x top left;
}

#topText {
	background:#FFFFFF url(designimgs/head_text_bg.jpg) no-repeat right;
	text-align:right;
}


/* Top Nav */
#topnav {
	padding:0 20px;
	font-size:13px;
	text-align:center;
}

#topnav a {
	color:#fd120a;
	padding: 0 16px 0 15px;
	background:url(designimgs/m_sep.gif) no-repeat right;
}

#topnav a:hover {
	text-decoration:none;
	color:#3c59a5;
}

#topnav a.last {
	background:none;
}


/* Top Nav Home */
#topnavHome {
	padding:0 10px;
	font-size:13px;
	text-align:center;
}

#topnavHome a {
	color:#fd120a;
	padding: 0 6px 0 5px;
	background:url(designimgs/m_sep.gif) no-repeat right;
}

#topnavHome a:hover {
	text-decoration:none;
	color:#3c59a5;
}

#topnavHome a.last {
	background:none;
}


/* Content*/
#content {
	padding:15px;
}

#content h1 {
	font-size:15px;
	font-weight:bold;
	background:url(designimgs/h1_bg.gif) no-repeat bottom left;
	padding-bottom:7px;
}

#content ul li {
	list-style:url(designimgs/home/green_dot.gif);
}

.red {
	color:#fe3d37;
	font-weight:bold;
}
.blue {
	color:#125da7;
	font-weight:bold;
}
.green {
	font-size:12px;
	color:#037003;
	font-weight:bold;
}


#bubbles {
	background:url(designimgs/bubbles.jpg) no-repeat top left;
}

.panelHead01 {
	width:88px;
	height:20px;
	margin: 15px 0 0 88px;
	color:#3c59a5;
	text-align:center;
	overflow:hidden;
}

.panelHead02 {
	width:88px;
	height:20px;
	margin: 8px 0 0 88px;
	color:#3c59a5;
	text-align:center;
	overflow:hidden;
}

.panelBody {
	width:164px;
	height:64px;
	margin: 17px 0 0 10px;
	overflow:hidden;
}

.panelBody ul {
	margin:0 0 0 20px;
	padding:0;
}

.panelBody ul li {
	margin:0;
	padding:0;
	list-style:url(designimgs/list_star.gif) outside;
}

.inputBox {
	border: 1px solid #000000;
	width:110px;
	height:15px;
	font: 12px "Trebuchet MS", Tahoma, Verdana;
	color:#333333;
	padding-left:3px;
}

.btnGo {
	font: 12px "Trebuchet MS", Tahoma, Verdana;
}

/* Foot */
#foot {
	text-align:center;
}

#foot a {
	padding:0 3px;
}