/*
Design by Ivory Infotech
http://www.ivoryinfotech.net
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F4F4F4;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 23px;
	margin-right: 0;
	margin-bottom: 23px;
	margin-left: 0;
}

h1, h2, h3 {
	color: #333333;
	padding-top: 5px;
	padding-bottom: 4px;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.4em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {

}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #097887;
}

a:hover {
	text-decoration: underline;
	color: #972296;
}

img {
}

img.arrow {
	float: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	border:0;
}

img.logo {
	float: left;
	border:0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


/* Main Div */

#div {
	width:100%;
}

#maindiv {
	width:778px;
	border:3px solid #E1E1E1;
	background-color: #f6f6f6;
	text-align: center;
	overflow: auto;
	visibility: inherit;
}
#btndiv {
	height:53px;
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	overflow: auto;
	visibility: inherit;
	
}
#bannerdiv {
	height:221px;
	background-color: #FFFFFF;
	float: left;
	width: 778px;
	overflow: auto;
	visibility: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
}
#flashdiv {
	height:221px;
	background-color: #FFFFFF;
	float: left;
	width: 517px;
	overflow: auto;
	visibility: inherit;
}
.logo {
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	height: 201px;
	width: 256px;
	padding-top:20px;
	overflow: auto;
	visibility: inherit;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#linediv {
	width:770px;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	height: 6px;
}

/* Header > Menu */

#menubg{
	background-image: url(images/btnbg.gif);
	background-repeat: repeat-x;
	height: 38px;
}

#menu {
	padding:0 5px;

}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	margin-left: 3px;
	background: url(images/btnbg.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding-right: 13px;
	padding-left: 12px;
	padding-top: 15px;
	margin-right: 3px;
	font-size: 13px;
}

/* Content */

#content {
	float:left;
	width: 778px;
	background-color: #e6e6e6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
.col1 {
	float: left;
	width: 230px;
	overflow: auto;
	padding: 10px;
	margin-left: 4px;
	font-size: 11px;
}
.col2 {
	float: left;
	width: 230px;
	overflow: auto;
	padding: 10px;
	margin-left: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 11px;
}
.col3 {
	float: left;
	width: 230px;
	overflow: auto;
	padding: 10px;
	margin-left: 4px;
	font-size: 11px;
}
.more{
	color: #0b798a;
}
#botmdiv {
	float:left;
	background-color: #FFFFFF;
	height: 50px;
	width: 778px;
	overflow: auto;
}
.copy{
	float:left;
	width:240px;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding: 8px;
}
#btmlink{
	float: right;
}

#btmlink ul {
	margin: 0;
	padding-top: 10px;
	list-style: none;
}

#btmlink li {
	display: inline;
}

#btmlink a {
	display: block;
	float: left;
	margin-left: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#btmlink a:hover {
	color:#990066;
}