/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template main          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	height:100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	height:100%;
	width: 100%;
	background-image: url(../images/tile.jpg);
}

a{
	text-decoration: none;		
}

a:link{
	color: #0000CC;
	text-decoration: none;
}

a:visited{
	color: #660000;
}

a:hover{
	color: #000099;
	text-decoration: underline;
}

a img {
	border:0 
}

img { 
	border:thin none #000000
}

h1{
	font-size: 130%;
	color: #990000;
	margin: 10px 0px;
	font-variant: normal;

}

h2{
	font-size: 110%;
	color: #333333;
	margin: 10px 0px;

}

h3{
	font-size: 100%;
	color: #333333;
	margin: 10px 0px 0px;
	padding: 0px;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #990000;
	margin: 10px 0px;

}

h5{
	font-size: 100%;
	 color: #990000;
	margin: 10px 0px;

}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

 #wrap {
	background:#FFFFFF;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:908px;
	border: 7pt solid #0B0C2A;

}

#masthead{
	margin: 0px;
	background-color: #CCCCCC;
	width: 100%;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}


.navbar {
    height: 100%;
	background: #000000 url(../images/Sidebar_Dragon.jpg) repeat-y center top;
	width: 20%;
	float:left;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	list-style-position: outside;
	text-align: left;
}

#sectionLinks{
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
}

#sectionLinks a {
	display: block;
	border-bottom: 2px none #990000;
	padding: 10px 0px 10px 10px;
	margin:0px;
	color: #FFFFFF;
	text-align: center;
}

#sectionLinks a:hover{
	background-color: #990000;
	color: #FFFFFF;
}

 #content{
	text-align:left;
	float:left;
	padding: 0px 0px 0px 15px;
	width:70%;
	font-size: small;
	line-height: 1.5em;
	background-color: #FFFFFF;
	margin-top: -55px;
	margin-left: 25px;
	height: 100%;
	margin-right: 10px;
}

#headlines{
	float:right;
	margin:25px 0px 25px 25px;
	width:125px;
	padding:5px;
	list-style-type: none;
	list-style-position: inside;
	background-color: #FFFFFF;
	font-size: small;
	border: 2px solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	background-color: #000000;
}

#foot {
	background:#000000;
	text-align:center;
	padding:5px;
	font-size:small;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}

#foot a {
	color: #FFFFFF;
}

#foot a:hover{
	background-color: #990000;
	color: #FFFFFF;
}

.nobullet {
	list-style-type: none;
	list-style-position: outside;
	text-indent:none;
	margin: 0px;
	padding:0px;
} 
	
	/*********** #other styles ***********/
.hanging_indent {
	margin-left:0.5in;
	text-indent:-0.5in;
	font-size: 90%;
}

.rightpic {
	float: right;
	margin-left: 10px;
}

.leftpic {
	float:left;
	margin: 5px 5px 5px 0px;
}
.curve {
	margin: 0px;
	padding: 0px;
	float: left;
}
