/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(images/design/design2008/pagebk.gif) repeat-x #B4B4B4;
	font-size: 10px;
	margin-top: 35px;
	 
}

a {
	color:#000000;
}


a:hover {
	color: #666666;
}

a:visited {
	color: #666666;
}
a:active {
	color: #FF6600;
}



h1 {
margin: 0;
height: 115px;
width: 820px;
background: url(images/design/design2008/headerbk.gif);
text-indent: -9000px;
}

h1 a {
	display: block;
	height: 115px;
	width: 445px;
	background: url(images/design/design2008/headerbk.gif) no-repeat;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
}


h2 {
 color: #24205E;
 font-weight: bold;
 font-size: 16px;
}

h3 {
	color: #24205E;
	font-size: 16px;
}

img {
	
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
}

legend {
	font-weight: bold;
	font-size: 11px;
	color: #24205E;
}


#header {
	height: 115px;
	width: 820px;
	background: url(images/design/design2008/headerbk.gif) no-repeat;
}

#container {
	width: 820px;
	background: url(images/design/design2008/containerbk.gif) repeat-y;
	position: relative;
	left: 50%;
	margin-left: -410px;
}

#mainNav {
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/design/design2008/navbk.gif) no-repeat;
	 
}

#wrapper {
	padding: 25px;
	min-height: 300px;
	background: url(images/design/design2008/contentbk.gif) no-repeat;
}



#leftcolumn {
	width: 250px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-left: 10px;
}

#rightcolumn {	
	width: 470px;
	float: right;
	margin-top: 125px;
}

#login {
	width: 225px;
	font-size: 10px;
	text-align: right;
	
}

#login legend {
	font-weight: bold;
	font-size: 11px;
	color: #24205E;
}

#login fieldset {
	border: 0px solid #ccc;
	width: 225px;
	
}

#login label {
	font-size: 10px;
}

#login input {
	width: 55px;
}

#footer {
	text-align: justify;
	width: 820px;
	height: 75px;
	background: url(images/design/design2008/footerbk.gif) no-repeat;
	color: #666666;
	font-size: 9px;
	clear: both;
	padding-left: 25px;
	 
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
















/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/design/design2008/menuo_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 18px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/design/design2008/menuo_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/design/design2008/menuo_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.CCCCCC {
	background: #CCCCCC;
	padding: 5px;
	border: 1px solid #DFDFFF;
}

.DFDFFF {
	background: #DFDFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.E9E9E9 {
	background: #E9E9E9;
	padding: 5px;
	
}


.bold {
font-weight: bold;
}

.headerFF6633 {
	color: #6F90CC;
}

.clear {
	clear: both;
}

.special {
 border-bottom: #00CC00 1px dotted;
 text-align: justify;
 text-decoration: none;
}

