/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	padding: 5px;
	background-image: url(Images/bodybgd.gif);
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-repeat: no-repeat;
	position: inherit;
}

a{
	color: #006699;
	text-decoration: underline;
}

a:link{
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

a:visited{
	color: #FF0000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

h1{
 font-family: "Times New Roman", Times, serif;
 font-size: x-large;
 color: silver;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: "Times New Roman", Times, serif;
 font-size: small;
 color: #000000;
 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: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/




#header{
	background-image:url(Images/ritonadibanner1.gif);
	background-repeat: no-repeat;
}

#navBar{
	
}

#content{
	float: left;
	width: 980px;
	margin: 2px;
	clear: none;
	height: auto;
	position: relative;
	left: 5px;
	top: auto;
	border: 0px none #272727;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	padding: 10px;
	background-image: url(Images/contentbgd.gif);
	background-repeat: no-repeat;
}

/***********************************************/
/* Components                                  */
/***********************************************/


/************* #siteInfo styles ***************/

#footer{
	width: 1000px;
	background-image: url(Images/footer.gif);
	background-repeat:no-repeat;
	position: inherit;
	top: auto;

	
	
}


/*********** #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 */
html>body #navBar li {border-bottom: none;}


/************** # styles **************/


.style1 {font-family: "Times New Roman", Times, serif}
.style2 {font-size: large}
.style3 {
	color: #0000FF;
	background-color: #FFFFFF;
}

.style7 {color: #000000
}
.style13 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: xx-large;
	font-style: italic;
}
.style15 {
	color: #000000;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
}
.style17 {font-family: "Times New Roman", Times, serif; font-size: medium; }
.style18 {font-family: "Times New Roman", Times, serif; font-size: small; }
.style23 {
	font-size: small;
	color: #FFFFFF;
}
.style24 {
	font-weight: bold;
	font-style: italic;
}
#content .style15 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
.style16 {color: #FF0000;
}
.style27 {font-size: x-small;
}
