/* CSS Document */
body {
	color: #dfebf7;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 100px;
	right: 100px;
}

/* DIV */
.navbar {
	font-size: 14px;
	background-color:#000000;
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	padding: 6px;
}

.subnavbar {
	font-size: 12px;
	background-color:#000000;
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	padding: 6px;
}

hr
{
color: #333333;
}

.hr2
{
color: #333333;
height: 1px;
}

/* TEXT */
h1
{
	margin: 0 0 0 0;
	font-size: 20px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Angsana New";
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
}
h2
{
	margin: 0 0 0 0;
	font-size: 20px;
	color: #DFEBF7;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Angsana New";
}

/* LINKS */
a:link {
text-decoration:none;
	font-weight:bold;
	color: #6633FF;
}

a:visited {
text-decoration:none;
font-weight:bold;
color: #6633FF;
}

.navlinks
{
text-decoration:none; 
font-size: 14px; 
color: #f1f7fb;
background-color: inherit;
font-weight:bold;
text-transform: capitalize;
}

.subnavlinks
{
text-decoration:none;
font-size: 12px;
color: #f1f7fb;
background-color: inherit;
font-weight:bold;
text-transform: capitalize;
}

.currentlink
{
text-decoration:none;
font-size:14px;
color: #6633ff;
font-weight:bold;
text-transform: capitalize;
}

.currentsub
{
text-decoration:none;
font-size: 12px;
color: #6633ff;
background-color: inherit;
font-weight:bold;
text-transform: capitalize;
}

.utilitylinks
{
text-decoration:none;
font-size: 11px;
color: #f1f7fb;
background-color: inherit;
font-weight:bold;
text-transform: capitalize;
}

a.navlinks
{
color:#f1f7fb;
background-color: inherited;
text-decoration:none;
font-weight:bold;
text-transform: capitalize;
}

a.navlinks:visited
{
color:#f1f7fb;
background-color: inherited;
text-decoration:none;
font-weight:bold;
text-transform: capitalize;
}

a.navlinks:hover
{
color: #6633ff;
background-color:inherit;
text-decoration: none;
font-weight:bold;
text-transform: capitalize;
}

a.subnavlinks 
{
color:#f1f7fb;
background-color: inherited;
text-decoration:none;
font-weight:bold;
text-transform: capitalize;
}

a.subnavlinks:visited
{
color:#f1f7fb;
background-color: inherited;
text-decoration:none;
font-weight:bold;
text-transform: capitalize;
}

a.subnavlinks:hover
{
color: #6633ff;
background-color:inherit;
text-decoration:none;
font-weight:bold;
text-transform: capitalize;
}



.newsbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DFEBF7;
}
.imagecaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.rightborder {
	background-image: url(images/rightborder1.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.leftborder {
	background-image: url(images/leftborder1.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	background-color: #000000;
}
.topbanner {
	background-image: url(images/NewLogo3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 116px;
	background-color: #000000;
	padding-right: 6px;
}
.rightborder {
	background-image: url(images/rightborder.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.leftborder {
	background-image: url(images/leftborder.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.navbg {
	background-image: url(images/midborder.jpg);
	background-repeat: repeat-y;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Angsana New";
	font-size: 20px;
	font-style: italic;
	color: #DFEBF7;
}

.formborder {
border: solid 1px color: #333;
}