/* CSS Document */

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #666666;
}
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #848865;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content {
	width:auto;
	margin: 5px;
	overflow:hidden;
	position:relative;
	height:auto;
	min-height:400px;
}
#pagelogo {
	padding: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: auto;
	height: auto;
	margin: 40px 15px 0px 0px;
	float: right;
}
#menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #040404;
	margin: 5px;
	padding: 0px;
	height: auto;
}
#menu a {font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px;color : #040404; text-decoration: none;} 
#menu a:hover {color : #838868;} 
#menu hover{ color : #838868;}
#footer {
	color : #838868;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 735px;
	border: 1px solid #BDBD8D;
	background-image: url('/_img/home/footer_tile.gif');
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: normal;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	line-height: 14px;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.vert_divider {
	margin: 2px;
	padding: 2px;
	height: 95%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BDBD8D;
}
.smtext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
/* Round Corners CSS */

div.mywrapper {
	margin:10px;
	position:relative;
	float:left;
	vertical-align:top;
}
div.mywrapper img{	
	float:left;
}
div.mywrapper div{	
	position:absolute;
	width: 7px;
	height: 7px;
}
div.mywrapper div.tl{
	background:transparent url(/_img/common/tl.gif) top left no-repeat;
	left:0;
	top:0
}
div.mywrapper div.tr{
	background:transparent url(/_img/common/tr.gif) top right no-repeat;
	right:0;
	top:0
}

div.mywrapper div.bl{
	background:transparent url(/_img/common/bl.gif) bottom left no-repeat;
	left:0;
	bottom:0
}
div.mywrapper div.br{
	background:transparent url(/_img/common/br.gif) bottom right no-repeat;
	right:0;
	bottom:0
}
