/***********************************************/
/* onlinearticles.css                         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {margin: 0px; padding: 5px}

h1 {
	font-size:large;
	font-weight: normal;
	color:#993333;
	margin-top: 10px;
	margin-bottom: 0.1px;
}
h2 {
	font-size: medium;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2.first {margin: 0;}
h3 {font-size: 1.3em;}



/***********************************************/
/* Major Page Elements                         */
/***********************************************/ 
#header {
	width: 100%;
	background-image: url(resources/headerborder.gif);
	background-repeat: repeat-x;
	height: 40px;
	margin: 0px;
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 22px;
	font-variant: normal;
	text-indent: 5px;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	min-width: 450px;
}
.bannerlink {
	position:absolute;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	top: 13px;
	float: right;
	font-size: 14px;
	height:18px;
	right: 18px;
	font-variant: small-caps;
}
.bannerlink a:link, .bannerlink a:visited {
	color: #333333;
	text-decoration: none;
}
.bannerlink a:hover, .bannerlink a:active {
	color:#990000;
	text-decoration: underline;
}


#container {
	width: 100%;
	float: left;
	margin-right: -200px;
	margin-bottom: 50px;
}
#content {
	margin-right: 200px;
	margin-left: 15px;
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: medium;
}
#content p {
margin: 0px 0px 8px 0px;
}

#navigation {
	font-family: Garamond, Georgia, Palatino, Times New Roman;
	font-size: medium;
	color: #990000;
	font-style: normal;
	line-height: 30px;
	text-align: right;
	vertical-align: text-top;
	position: relative;
	width: 180px;
	float: right;
	padding: 0px 10px 50px 10px;
	clear: right;
}

.navigation {
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	color: #990000;
	text-align: right;
}


.navigation a {
	font-style: normal;
	line-height: 30px;
	color: #990000;
	text-align: right;
	text-decoration: none;
}

.navigation a:hover {
	color: #996666;
	text-decoration:underline;
}

/***********************************************/
/*          Footer                             */
/***********************************************/ 

#footer {
	border-top: 1px solid gray;
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 12px;
	color:#666666;
	margin: 40px 10px 0px 8px;
	padding: 5px 5px 20px 5px;
	width: 90%;
    bottom: 0px;
	clear: both; 
}


#footer a:link, #footer a:visited {
	color: #660000;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #663333
	text-decoration: underline;
}
/***********************************************/
/*          Text Styles                        */
/***********************************************/ 
.smallsans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.normal {
	font-size: medium;
	text-align: left;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Garamond, Georgia, "New York", "Times New Roman";
	margin: 0 0 0 0;
	font-style: normal;
}


/***********************************************/
/*          Quick Styles                       */
/***********************************************/ 

.first { margin-top: 0 }
.last {	margin-bottom: 0 }
.small {font-size: 12px}
.mauve {color: #993333}
.grey {color: #666666}

/***********************************************/
/*            Misc. Div Boxes                  */
/***********************************************/ 
#inlinebox {
	background-color: #CCCCCC;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin groove #333333;
}


/***********************************************/
/*             Link Styles                     */
/***********************************************/ 
.normal a:link, .normal a:visited { text-decoration: none; color: #333366; }
.normal a:hover, .normal a:active { text-decoration: underline; color: #990000; }
#inlinebox {
	background-color: #CCCCCC;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin groove #333333;
}
