/* global.css -------------------------*/

/* GLOBAL STYLE TAGS-------------------------------*/

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 110%;
}

b {
	font-weight: bold;
	font-size: ;
	color: ;
}

p {
	margin:0 0 10px 10px;
	padding: 0;
}

h1 {
	margin: 15px 0 6px 0;
	padding: 0;
	font-size: 11px;
	color: #a3b3c4;
	font-weight: bold;
	font-family:Palatino, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 13px;
	color:#FFFFFF;
	font-style: italic;
	font-weight: bold;
}

h3 {
	margin: 5px 0 5px 10px;
	padding: 0;
	font-size: 12px;
	color: #a3b3c4;
	font-weight: bold;
	font-family:Palatino, Verdana, Arial, Helvetica, sans-serif;
}

/*img {
	border:none;
	display:block;
}*/

a:link {
	text-decoration: none;
	color:#8B99A6;
}

a:visited {
	text-decoration: none;
	color:#44484B;
}

a:hover {
	text-decoration:underline;
	color: #B2C3D5;
}
ul {
	/*controls indent for bulleted lists*/
	margin:3px 0 5px 10px;
	padding:0;
	/*eliminates standard bullet graphic*/
	list-style:none;
}
ol {
	margin:3px 0 3px 30px;
	padding:0;
}	
ol li {
	margin:0;
}
ul li {
	/*set graphic for bullets and align the bullet with the center of the text line(4px)*/
	background: url(../imgs/bullet.gif) no-repeat 0 5px;
	margin:0;
	/*controls spacing between bullet image and text in list*/
	padding:0 0 0 10px;
}
li p{
	margin:3px 0 6px 30px;
}
table{
	margin:0 0 10px 10px;
}

/* GLOBAL STRUCTURE-------------------------------*/

#container {
	width:1024px;
	margin: 0;
	padding:0 0 20px 0;
}

#main {
	background-image: url(../imgs/background.jpg);
	background-repeat: no-repeat;
	width:1024px;
}
#main_homepage {
	/* background-image: url(../imgs/homepage_background.jpg);*/
	background-image: url(../imgs/background.jpg);
	background-repeat: no-repeat;
	width:1024px;
	height:747px;
}
#nav {
	margin:0 0 0 175px;
	width: 849px;	
}

#nav img {
	float:left;
}

#left_col {
	width:141px;
	padding:55px 0 0 0;
	float:left;
}

#left_col img {
	margin: 0 0 16px 0;
}
	
#right_col {
	width:531px;
	float:left;
	padding:52px 0 0 27px;
}

.rightcolumn_left{
	width:160px;
	float:left;
	margin:10px 0 0 10px;
	padding-bottom: 10px;
	}

.rightcolumn_middle{
	width:160px;
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
.rightcolumn_right{
	width:160px;
	float:left;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	}

#footer {
	clear:both;
	border-top:2px solid #b1c3d5;
	margin: 0 0  0 176px;
	padding:10px 5px 0 5px;
}


/* CLASSES----------------------------------------*/
.header_margin{
	margin: 0 0 15px 0;
}
.border_img{
	border:3px solid #b1c3d5;
	margin:0 108px 0 10px;
}
.clear {
	clear:both;
}
.homepage_image {
	margin:22px 0 0 0;
}
.linespace_text {
	line-height:200%;
}
.header01 {
	width:350px;
	float:left;
	margin:0 0 0 10px;
	padding:0;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}
.credit {
	padding-left:470px;
}
