/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: auto;
	padding: auto;
	width:900px;
}

a{
	color: #0066CC;
	text-decoration: none;
}

a:link{
	color: #0000CC;
	text-decoration: none;
}



a:visited{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	color: #CC3300;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 125%;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: none;
}


label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	width:900px;
	height:200px;
	background-image: url(images/AR_banner_new_02.jpg);
	background-repeat: no-repeat;
	background-position: center;

}
#menu{
	background-color:#CC0000;
	width:900px;
	height:23px;
	position: absolute;
	top: 155px;
}

#content{
	float: left;
	margin: 10px;
}

#dateformat {
	color: #FFFFFF;
	letter-spacing:0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	}	


#leftside{
	margin-top: 6px;
	margin-bottom: 6px;
	border:none;
	padding-top: 6px;
	padding-bottom: 6px;
	width:650px;
	float:left;
}

#rightside{
	border-bottom-style: dotted;
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	width:250px;
	float:left;
}

.shred {
	font-size:small;
	position:relative;
	float:left;
	width: 31%;
	height:100px;
	margin-left:6px;
	margin-right:6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000CC;
	border-bottom-color: #0000CC;
}

.bodypara{
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	border:none;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height:1.25;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
}


/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: x-small;
	padding: 2px 0px 0 10px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px none #cccccc;
	font-size: x-small;
	color: #FFFFFF;
	padding: 0px;
	height: 22px;
	text-align: center;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
#navBar li {border-bottom: none;}


/************** #headlines styles **************/

#headlines{
	margin: 7px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	text-align: center;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.header {
	color: #FFFFFF;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
}
#leftside_main {
	margin: 3px 0px 3px 3px;
	border:none;
	padding:5px 16px 5px 5px;
	width:419px;
	height:725px;
	float:left;
}

#rightside_main {

	margin: 3px 3px 3px 0px;
	border:none;
	padding: 5px 16px;
	width:419px;
	height:725x;
	float:right;
	border-left:thin dotted #CCCCCC;
}

#copyright{
	font-size:small; 
	text-align:center; 
	width:900px;
	float:left;
}