@charset "utf-8";
/* CSS Document */
body { margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#707070; }

a { outline:none; color:#0077ca; text-decoration:none; border:0px; }
img { outline:none; border:0px; }
input { outline:none; }

h1, h2, h3, h4, h5, h6, p, font, form, ul, ol, lin { margin:0px; padding:0px; font-weight:normal; }
h1, h2, h3, h4, h5, h6 { font-family:Arial, Helvetica, sans-serif; }

#container { width:1003px; margin:auto; }
/*************************************************************
						Header Part
*************************************************************/
#headerbg { width:100%; height:74px; background:url(../images/bg-header.jpg) repeat-x; float:left; }
#header { width:1003px; margin:auto; }
#logo { width:444px; height:74px; }

/*************************************************************
						Top Navigation Part
*************************************************************/
#topnavbg { width:100%; height:53px; background:url(../images/bg-topnav.jpg) repeat-x; float:left; }
#topnav { width:1003px; margin:auto; }

/*************************************************************
						Flash Banner Part
*************************************************************/
#flashbanner { width:1003px; margin:auto; }

/*************************************************************
						Welcome Part
*************************************************************/
#welcome { width:1003px; margin:auto; }

/*************************************************************
						Fotter Part
*************************************************************/
#footerbg { width:100%; background-color:#007C7E; float:left; height:25px; }
#footer { width:1003px; float:left; height:25px; }

/*************************************************************
						Fonts Part
*************************************************************/
.txt-white-12 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-decoration:none; }
.txt-white-12 a:hover { text-decoration:underline; }
.txt-grey-12 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#636363; text-decoration:none; }
.txt-green-12 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#007C7E; text-decoration:none; }
.txt-green-12 a:hover { text-decoration:underline; }
.txt-orange-12 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#F29000; text-decoration:none; }
.txt-orange-12 a:hover { text-decoration:underline; }

.txt-bullet li{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#707070;
	background-image:url(../images/bullet1.jpg);
	background-repeat:no-repeat;
	background-position:0px 7px;
	list-style:none;
	padding-left:13px;
	padding-top:5px;
	}
/*************************************************************
						Borders Part
*************************************************************/
.border-white { border: #FFFFFF 5px solid; }
.border-grey { border: #D5D5D5 1px solid; padding:4px; }
.border-orange { border: #FD9B0C 1px solid;	padding:2px; }









