/*reset code */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	line-height: 16px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*reset code end */


.attention {
	color: #990000;
	font-size:14pt;
	font-weight: bold;
	padding-top: 5px;
}
.menuHead {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2F5935;
}
body {
	font-family: arial, helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
}

.mainnav{
	background-color:#fff;
	border:1px solid #4c4c4c;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	background-position: top;
	width: 180px;
}
.mainnav ul{list-style-type:none; margin-top:10px; margin-left:0px; padding-left:5px;  }
.mainnav ul li {
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.mainnav ul li a{
	text-decoration:none;
	color:#233D56;
}
.mainnav ul li a:hover{
	color:#3D6A98;
	text-decoration: underline;
}
#logo {
	float: right;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#welcome {
	font-size: 23px;
	color: #ccc;
	font-weight: bold;
	background-color: #0a305a;
	height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-image: url(images/bg-photo.jpg);
	background-repeat: no-repeat;
	background-position: 420px 0px;
	line-height: 25px;
	letter-spacing: 2px;
	font-variant: small-caps;
}

#welcome a:link {
	color: #ccc;
	text-decoration: none;
}
#welcome a:visited {
	color: #ccc;
	text-decoration: none;
}
#welcome a:hover {
	color: #ccc;
	text-decoration: none;
}
a:link {
	color: #600;
	text-decoration: none;
}
a:visited {
	color: #633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#trash {
	padding-top: 10px;
	background-color: #f1f1f1;
	border: 1px dotted #999999;
	height: 50px;
	margin-top: 5px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
#toptitles {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
.table-look {
	height:15px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
}
.menu{margin:0; padding:0; width:175px; list-style:none;background:#ffffff}
.menu li{padding:0; margin:0 0 1px 0; height:30px; display:block;}
.menu li a{
	text-align:left;
	height:30px;
	font:12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	display:block;
	background:url(images/verMenuImages.png) 0px 0px no-repeat;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.menu li a:visited{
	color:#ffffff;
}
.menu li a:hover{
	background:url(images/verMenuImages.png) 0px -40px no-repeat;
	color:#000000;
	text-decoration: none;
}
.menu li a.active, .menu li a.active:hover{
	background:url(images/verMenuImages.png) 0px -80px no-repeat;
	color:#ffffff;
	text-decoration: none;
}
.menu li a span{line-height:30px;}

