body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #001C27;
	margin: 0;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	}

.copyright {
	font-size: 7pt;
	color: #006666;
}

.nav {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	background-color:#002533;
}

.nav:hover {
	border-bottom-style: solid;
	background: #003448 url(images/button.jpg);
}
div#smtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #003448;
	padding:10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bttmborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.leftshadow {
	background-image: url(utilities/leftshadow.gif);
	background-repeat: repeat-y;
}

.rightshadow {
	background-image: url(utilities/rightshadow.gif);
	background-repeat: repeat-y;
}

.bttmshadow {
	background-image: url(utilities/bottmshadow.gif);
	background-repeat: repeat-x;
}

.cornershadow {
	background-image: url(utilities/cornershadow.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.inside {
	background-image: url(utilities/pic_side2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#000000;
}

.main {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;

	background-color: #DBDBDB;
	color:#000000;
}
.error {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
}

div#welcome {
	background-color: #DBDBDB;
	border-bottom:#333333 thin dashed;
	padding: 40px;
	text-align: center;
	}

div#release {
	background-color: #cccccc;
	border-bottom: #333333 thin dashed;
	border-top: #333333 thin dashed;
	padding: 10px;
	}


div#blog {
	background-color: #dbdbdb;
	padding: 10px;
	}
	
div#excerpt {
	background-color: #FFFFFF;
	border: #cccccc thin solid;
	padding: 10px;
	}
	
div#item	{
	width: 200px;
	text-align: center;
	float: right;
	}
