* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font: normal 11.5px Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.5;
	background-image: url(../images/bg_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* hack used to hide vertical scroll for i.e 6.0 */
html {
	overflow: auto;
}

h1, h2, h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	margin-bottom: .8em;
	font-size: 1.5em;
	font-weight: normal;
	width: 95%
}
h2 {
	margin-bottom: 0.2em;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
h3 {
	margin-bottom: 0.2em;
	letter-spacing: 1px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
h4 {
	margin-bottom: 0.5em;
	padding: 10px 0 2px 10px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	border-bottom: 2px solid #cc0000;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
h5 {
	margin-bottom: 0.5em;
	padding: 5px 0 2px 0px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	border-bottom: 2px solid #cc0000;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
}
p, blockquote {
	margin-bottom: 1.4em;
	text-align: justify;
}
 ul, ol {
	margin-bottom: 1.4em;
}
p {
}
blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}
ul {
	margin-left: 3em;
	list-style-type: square;
}
ul li {
}
ol {
	margin-left: 3em;
}
ol li {
}
a {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

#wrapper {
	width: 776px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 776px;
	height: 20px;
	margin: 0 auto;
	z-index:1000;
	position:relative;
}

#header a {
}

/* Logo */

#logo {
	float: left;
	margin-left: 40px;
	padding-top: 18px;
	position:absolute;
	z-index:1000;
}

*html #logo {
	padding-top: 21px;
}

/* TopNav */

#topnav {
	float: right;
	height: 20px;
	padding: 0;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topnav li {
	display: inline;
	/*border-left: 1px dotted #3b3b3b;*/	
}
#topnav a, #topnav a:visited {
	padding: 10px 12px 0 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	color: #666666;
}
/*#topnav .first a {
	border: none;
}
#topnav a:hover {
	text-decoration:none;
	color: #b10021;
}*/

/* Menu */

#menu {
	font-family: Trebuchet MS, Arial, Helvetica, sans-seriff;
	margin-top: 34px;
	width:776px;
	height: 261px;
	background-image: url(../images/banner_home.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position:relative;
	z-index:9;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding: 0;
	margin: 0px 14px 0 0;
	list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:right;
	padding: 0;
	margin: 0;
	/*position:relative;
	width:80px;*/
}

/* style the links for the top level */
#menu a, #menu a:visited {
	display:block;
	color: #000000;
	font-size:11px;
	text-decoration:none;
	margin-top: -2px;
	margin-left: 50px;
	padding-bottom: 1px;
	font-weight: bold;
}

/* style the top level hover */
#menu a:hover {
	border-bottom: 2px solid #FF9900;	
	
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	overflow: auto;
	background-image: url(../images/bg_main_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FCFCFC;
}
/* Content >Main */

.main {
	width: 550px;
	margin: 0px 40px 0 160px;
}
/* Content >Main >Welcome */

#welcome {
}


/* Content >Sidebar */

#sidebar {
	float: left;
	width: 150px;
}

/* Content >Sidebar >SubMenu */

#submenu {
	margin: 30px 0px 10px 0px;
	font-size: 0.9em;
}


/* Footer */

#footer {
	margin: 0 auto;
	width: 760px;
	clear: both;
	/*background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
#footer p {
	font-size: x-small;
	border-top: 1px solid #cccccc;
	padding: 10px 5px 10px 5px;
	color: #666666;
	margin: 0 0 0 175px;
}

#footer img {
	padding-top:5px;
	padding-right: 5px;
	float: right;
}


/* Footer >Legal */

#legal {
}

/* Footer >Links */

#links {
}

#image {
	width: 776px;
	padding: 0px;
}



form {
	background-color: #eeeeee;
}
form th {
	text-align:right;
	padding: 5px 0 0 0;
}
form td {
	padding: 5px 0 0 5px;
	vertical-align:top;
}
.sml-txt {
	font-size: 11px;
	line-height: 2em;
	}
	
	
/* Post */

.post {
}
.post .title {
	margin: 0;
	padding: 25px 0 5px 20px;
	font-size: 1.6em;
	font-weight:normal;
}

.post .story {
	padding: 10px 20px 10px 20px;
}