body {
	margin:10px;
}
body,td,th,input,textarea,select {
	font-family: Arial;
	font-size: 16px;
}

#container {
	margin:0 auto;
	width: 750px;
}

#newsticker{
	padding-bottom: 5px;
}

#topbarfont {
	font-size: 16px;
}

#investorbox {
	background-color: #cacfea;
	height: 93px;
	width: 138px;
}

#investor {
	margin-left: 8px;
	height: 81px;
	width: 123px; 
	position: relative;
	top: 4px;
}

#logobg {
	position: relative;
	left: 568px;
	top: -81px;
	margin:0;
	background: #838cc2;
	width: 182px;
	height: 93px;
	text-indent:-2000px;
	overflow:hidden;
}

#logo {
	background:url(images/bunkers_logo.jpg) repeat-x;
	width: 139px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 13px;
	border: 1px solid #FFFFFF;
}

#sidebar {
	float: right;
	background:url(images/sidebar_bg.gif) repeat-x;
	width: 182px;
	height: 650px;
}

#bannermid {
	position:relative;
	width: 568px;
	height: 110px;
	float: left;
	/*background:url(images/banner_mid.jpg);*/
	overflow:hidden;
}

#textsize {
	position:absolute;
	top:5px;
	left:0;
	background: #dadef1;
	height: 25px;
	color: #2b2b2b;
	padding-right: 6px;
	z-index: 100;
	width: 116px;
}

#textsize a{
	color: #2b2b2b;
	text-decoration: none;
}
	

#textsizetext {
	margin-top: 3px;
	margin-left: 5px;
}

#grass {
	float: right;
	width: 750px;
	height: 1px;
	background: #EEE;
}

#footer {
	background-color: #FFFFFF;
	width: 100%;
	height: 25px;
}

#footertext {
	font-size: 16px;
	color: #000000;
	font-family: Arial;
	float: right;
	padding: 7px;
}

#menutext {
	width: 160px;
	margin: 0px auto;
	color: #FFFFFF;
	padding: 4px;
}

#menuspacer {
	width: 160px;
	background:url(images/menu_spacer.png);
	height: 2px;
	margin: 0px auto;
}

#menucattext {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	background: url(images/menu_spacer.gif) no-repeat;
	background-position: 0 100%;
	margin-bottom: 0;
	letter-spacing: 0.5px;9
}

#bullet {
	width: 4px;
	height: 4px;
	background-color: #FFFFFF;
	margin-right: 6px;
	margin-left: 15px;
	margin-top: 7px;
	float: left;
}

#content {
	width: 568px;
	background:url(images/content_bg.gif) no-repeat right top;
	float: left;
}

#contentspacer {
	margin 0px auto;
	width: 382px;
	height: 8px;
	background:url(images/content_spacer.gif) no-repeat;
}

#contentspacer2 {
	margin 0px auto;
	width: 180px;
	height: 8px;
	background:url(images/content_spacer.gif);
}

#homeleft { 
	width: 380px;
	background:url(images/content_bg_spacer.gif) no-repeat right top ;
}

#homeright {
	width: 175px;
	height: 100px;
	background: transparent;
	float: right;
	top: 0px;
}

#contentheader {
	font-size: 24px;
	font-family: Arial;
	color: #254782;
	margin-top: 7px;
	margin-left: 10px;
}

#contentnewsheader {
	font-size: 16px;
	font-family: Arial;
	color: #254782;
	margin-top: 7px;
	margin-left: 10px;
	margin-bottom: 4px;
}

#contenttext {
	font-size: 16px;
	color: #000000;
	font-family: Arial;
	margin-right: 10px;
	margin-left: 10px;
}

#contenttextnews {
	font-size: 16px;
	color: #000000;
	font-family: Arial;
	margin-left: 10px;
	margin-right: 7px;
}



#sidebar ul,
#sidebar li {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul {
	background-repeat:no-repeat;
}
#sidebar li {
	padding-bottom:3px;
	background:url(images/menu_spacer.gif);
	background-position:6px 100%;
	background-repeat:no-repeat;
}
html>body #sidebar li {
	background:url(images/menu_spacer.png);
	background-position:6px 100%;
	background-repeat:no-repeat;
}
#sidebar li a {
	display:block;
	padding:3px 0 3px 25px;
	color:#fff;
	text-decoration:none;
	background-image:url(images/bullet.gif);
	background-position:1px 0;
	background-repeat:no-repeat;
}
#sidebar li a:hover {
	color: #FFFFFF;
	background:#9fb1ce;
}

.normal {
	font-size: 12px;
}

.bigger {
	font-size: 14px;
}

.biggest {
	font-size: 16px;
}

.submenu_outer {
	position:relative;
	display:none;
}

.submenu_inner {
	position:absolute;
	left:-185px;
	top:-22px;
	z-index:20;
	width:180px;
	background:#244882;
}

.bottom_buttons {
	padding-bottom: 5px;
	text-align: right;
	clear:both;
	width: 100%;
}