/* CSS Document */
/*Styles*/
*     {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
}
.style1 {
color: #0065FF;
}
/*Body*/
body {
	background-color: #000000;
	text-align:center;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	color: #0066FF;
	font-weight: bold;
	font-style: italic;
	text-decoration:none;
}
/*Link Styles*/
a:hover {
	color: #FF3300;
	text-decoration:none;
}
a:active {
	color: #0099FF;
	text-decoration:underline;
}
/*Main Container*/
#container {
	width:780px;
	background:url(images/bg-gradient1.jpg);
	height:653px;
	margin:0 auto;
	text-align:left;
}
/*Header*/
#header  {
width:100%;
}
/*Text Decoration_1*/
#header2 {
	text-align: center;
}
#header1 h2 {
	text-align:center;
	padding: 5px;
	width:770px;
}	
/*Navigation Bar*/
#navbar  {
	width:100%;
	text-align:center;
	background-color: #003366;
	clear:both;
}
/*Title Frame*/
#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color:#6699cc;
}
/*Top+Bottom Frames*/
#TopFrame {
	width:100%;
	height:100%;
	border: 0px;
	background-color:#6699cc;
}
#BottomFrame {
	width:100%;
	height:100%;
	border: 0px;
	background-color:#6699cc;
}
/*Thumbnail*/
#thumbnail  {
           background-color:#6699cc;
		   width:229px;
}
/*Title Content*/
.titleContent { padding: 6px 0 6px 6px; }
/*Banners*/
.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #333;
}
.banner .title{
	font-size:1.2em;
	font-weight:bold;
}
.banner .info{
	font-size:0.9em;
}
.banner .email{
	font-weight:bold;
}
/*Index Frames*/
.indexContent {
	width:95%;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}
.indexInfo {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}
.indexInfo .filename {
	color: #000;
}
.indexInfo .date {
	color: #666;
}
/*Content Boxes*/
#content {
	width:780;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding:8px;
}
#content .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}
#contentLast {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	padding-top:6px;
}
#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}
/*Footer*/
#footer  {
	width:100%;
	text-align:center;
	background-color: #003366;
	font-size:10px;
	float:left;
	clear:both;
}
