/*############################################################
>>>Main Style sheet<<<
>>>Created: 05 Mar 2007<<<
>>>Last Updated: 05 Mar 2007<<<
############################################################*/

/* Standard Elements */
* {
	padding:0px;
	margin:0px;
	min-height:1px;
}

/* ######>>> ENTIRE PAGE STYLE <<<###### */

p{
	clear:left;
	margin:0.5em 0 1.2em 0em;
	padding:0.3em;

}
/* ######<<< MAIN TITLE FONTS >>>###### */
h1, h2, h3, h4, h5, h6 {border:0;}
h1 {font-size:250%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h2 {font-size:180%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h3 {font-size:120%; line-height:100%; font-weight:bold;}
h4 {font-size:120%;}
h5 {font-size:100%;}
h6 {font-size:80%;}

h1 {
	/*padding:0; margin:0;*/
	font-size:250%;
	font-weight:normal;
	font-style:italic;
	color:#8CD749;
	font-family: "Trebuchet MS", verdana, arial, sans-serif; /*verdana, arial, sans-serif; */
}

/* ######>>> CONTENT BODY FONTS <<<###### */
h2 {
	background-color:#99DD00;
	color:#FFFFFF; /*3B4471*/
	font-size:95%;
	font-weight:bold;
	margin:0.2em;
	padding:0em;
	font-style:italic;
	font-family:verdana, arial, sans-serif; 
}



div {
	/*margin:0; padding:0;*/
	display:block;	
}

a:link, a:visited {
	color:#8CD749;
	text-decoration:underline;
}
a:hover {
	color:#3B4471;
	text-decoration:none;
}
a:active {
	color:#8CD749;
	text-decoration:underline;
}

body {
	/*margin:0;padding:0;*/
	font-family: verdana, arial, sans-serif; 
	/*font-family:"trebuchet ms", helvetica, sans-serif; "Lucida Sans Unicode";*/
	font-size: 75%;
	
	color:#8C8C73;
	color:#192666;
	color:#666666;
	
	width: auto; /*height: auto;*/
	text-align:center;
	line-height: 1.2em; /*1.2 x font-height*/
	background: #D6E6FF url(top_bkgrd_b2.jpg) repeat-x; /*center top; #DFF4FF #0066CC*/	
	
}

hr {
	border-style: solid;
	border-color: #DDDDDD;
	margin:5px;
	padding:0px;
}

/* ######>>> ACTUAL BODY CONTAINER <<<###### */
.container {	
	background-color:#FFFFFF; 
	margin:5px auto 5px auto; 
	padding:0; 
	width:770px; /*height: auto;*/
	border:0px solid #999999;
	background: #CEEFFF url(main_bkgrd.jpg) repeat-y; 
}

/* ######>>> MAIN TITLE BLOCK <<<###### */
.titleblock {
	margin: 0 0 0 0;
	background-image:url(BannerJun07.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:auto; height:63px;/*80px; /*96px*/
	/*text-align:Center; */
}

.titleblock p {
	text-indent:4em;
	color:#3B4471;	
}

/* ######>>> TOP MENU BAR <<<###### */
ul.navbar {
	position:relative;
	float: left;
	margin:1px 0em 0 0.3em;
	padding: 0 0 0 0px;
	list-style-type:none;
	width:763px;
	
	display:inline;
	
	line-height:1.2em; /*Space above text. I.e Additon of 0.2 x Font Height*/
	clear:both;	
	background-color: #0066FF/*#3A81D5*/;
	background-image:url(nav_bk.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}

ul.navbar2 {
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
	list-style-type:none;
	float:left;
	display:inline;
	width:770px;/*100%*/	
	height:100px;	
	clear:both;	
	background-color:#3A81D5;
	background-image:url(GrpPic2.jpg);
	background-repeat:no-repeat;
}

ul.navbar li {
	position:relative;
	display:inline;
	float:left;
	margin-left: 0px; 
	text-align: center;
}

ul.navbar a{
	position:relative;
	display:inline; 
	float:left;
	width: 95px;
	padding: 3px 0 ;
	margin:0; 
	background: #0038FF; /*#E7F1F8;*/ 
	text-decoration: none; font-weight: normal; color: #666; 
	background-image:url(navbar01_sel02.gif);background-repeat: repeat-x; 			background-position: bottom;
	border-top : 0px solid #fff; border-left : 0px solid #fff; border-right : 1px solid #fff;
}

ul.navbar li.active a,
ul.navbar li.active a:visited,
ul.navbar li.active a:hover{
	background: #FFFFFF;
	color: #FF0000;	
	font-weight: bold;
   text-decoration: none;
}

a.nav:link, a.nav:visited {
	/*display:block;
	float:left;
	width:10%;
	padding: 0.7em 0 0.7em 0; margin:0;*/
	text-decoration:none;
	background-color:#003366;
	color:#FFFFFF;
}

a.nav:hover {
	/*display:block;
	float:left;
	width:10%;
	padding:0.7em 0 0.7em 0;
	margin:0;*/
	text-decoration:none;
	background-image:url(navbar01_sel01.gif);background-repeat:repeat-x;
	background-color:#FF9900 /*#8CD749*/
	color:#FFFFFF
}

a.nav.active, a.nav.focus {
	/*display:block;
	float:left;
	width:10%;
	padding:0.7em 0 0.7em;*/
	text-decoration:none;
	background-image:url(#);background-repeat:repeat-x;
	background-color:#FFFFFF; 
	color:#003366
}

img {
	margin:10px 5px 10px 5px; padding: 0;
}

img.align_right {
	float: right;
}


table{
	border-width:1px; 
	border-style:solid;
	border-color:gray;
	border-collapse:collapse;
	margin:15px 0;
	
}

th, td {display: table-cell; border:1px solid #B7CAF6; margin:0; padding:5px; vertical-align:top; text-align:left;}

.shortcut{
	position:relative;
	margin:5px 0 5px 0;
	padding:0 0 0 0;	
	color:#8CD749;
}

.shortcut a:link, .shortcut a:visited{
	text-decoration: underline;
	color:#8CD749;

}

.shortcut a.current{
	color:#8CD749;
	font-size:10pt/*12pt*/;
	font-weight:bold;

}

.shortcut a:hover{	
	color:blue;/*#99DD00;*/
	

}

/* ######>>> MAIN CONTENT BLOCK <<<###### */
.maincontent {		
	clear:left;
	text-align:left;
	margin: 1.2em 15em 0 10px;
	padding: 1em 1ex 1em 1.5ex;	
	/*border-bottom: 1px solid #999999;	
	background-image:url(content_bg-l.jpg);
	background-position: left bottom;
	background-repeat:none;
	background-image:url(content_bg-r.jpg);
	background-position: right bottom;
	background-repeat:none;
	background-image:url(content_bg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;*/	
}

.pos_center {
	position:relative;
	float:left;
	left:100px;
	text-align:left;
	width:500px;
}

.pos_left {
	position:relative;
	float:left;
}

.pos_right {
	position:relative;
	float:right;
}

.txt_center {
	text-align:center;
}

.txt_right {
	text-align:right;
	/*font-size:11pt;
	font-weight:bold;*/
}

.txt_left {
	text-align:left;
}

.maincontent2 {		
	position:absolute; bottom:0; left:0; _left:-15px; width:8px; height:8px;
	background-image:url(content_bg-r.jpg);
	background-position: right bottom;
	background-repeat:no-repeat;
	 
}


.boxcontent {
	margin:0.5em auto 0.5em auto;
	padding:0.3em;
	width="200px"
	text-align:center;
	border:1px solid #999999;
	background-image:url(#);
	background-repeat:repeat-x;
	background-position:bottom;
}

#twocol {
	border-right: 0px solid #DDD;
}

.maincontent h3{
	/*text-indent:3em;*/
	margin: 5px 0 0px 0;
	padding: 3px 1px 3px 3px;
	background-color:#FFF;
	color:#F00; /*3B4471*/
	font-size:125%;
	font-size:15px;
	font-weight:#;
	font-family:verdana, arial, sans-serif; 
}

.tbox{
	background-image: url(images/box_m.jpg);
	background-repeat: repeat-y; 
	background-position: left;
}

.tbox h3{
		clear:left;
	margin:0.2em 0 1.2em 0;
	padding: 2em 0em 0em 1.5em;
	background-image: url(images/box_t.jpg);
	background-repeat: no-repeat; 
	background-position: left top;
}

.tbox p.btop{
	padding: 1.5em 9em 0em 1.5em;
	background-image: url(images/box_t.jpg);
	background-repeat: no-repeat; 
	background-position: left top;
}

.tbox p.bbottom{
	padding: 0em 9em 2em 1.5em;
	background-image: url(images/box_b.jpg);
	background-repeat: no-repeat; 
	background-position: left bottom;
}

/* ######>>> RIGHT COLUMN BLOCK <<<###### */
.rightcontainer {
	float:right;
	clear:both;
	width:14em;	
	margin:2em 10px 0 5px;
	padding:0px;
	text-align:left;
		background-image:url(components/Xcol_bg.gif);
		background-repeat:repeat-y;
	background-position:right;
	border:1px solid #DDD;
}

.rightcontent {
	padding: 0 0 0 0.3em;
	text-align:left;
	border:0px solid #999999;
	text-align:left;
}

.rightcontainer h2{
	text-align:left;
	padding:0.5em 0.5em 0.5em 0.5em;
	margin: 0 0px 0 0px;
	background-image:url(components/col_title_bg.gif);
	background-color:#DDDDDD;
	background-repeat:repeat-y;
	background-position:right;
	color: #FFF;/*#3B4471; #99DD00*/
}

.linkbox a{
	display:block;
}



/* ######>>> FOOTER BLOCK <<<###### */

.footer {
	
	clear:both;
	width:808px;
	height:50px;
	background-image: url(footer_bg.jpg); 
	background-color:#;
	background-position: center bottom;
	width: 770px;
	height: 50px;
	margin:0px 0px 0 0px;
	padding:2px 0 0 0;
	
	text-align: center;
	color:#999999;
	font-size:75%;	
	border-top:0px solid #999999;
}

.footer a:link, .footer a:visited{
	background-color:#;
	color:#8CD749;
	text-decoration:underline;
}

.footer .left {
	text-align: left;
}


.footer .right {
	float:right;
	clear:right;
	text-align:right;
	
	margin:0;
	padding:0 0 0 0px;
	position:relative;
	top:2px;
	right:20px;
}

.footer p{
	display:inline; /*For IE Double Float Bug;*/
	margin:0;
	padding:0 0 0 0px;
	position:relative;
	top:5px;
	left:10px;
}	

/*######################################################################*/



