/* Global */

body {
margin: 0;
padding: 0;
background: #1B1F6A url(images/bg.png) center top no-repeat;
text-align: center;
font-family: Tahoma, Verdana, Arial, sans-serif;
color: #666666;
font-size: 15px;
}

.clear {
clear: both;
}

/* Wrapper Shadow */

#shadow_top {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background: url(images/shadow_wrap_01.png) no-repeat;
width: 930px;
height: 15px;
}

#wrapper {
width: 930px;
margin-left: auto;
margin-right: auto;
background: url(images/shadow_wrap_02.png) repeat-y;
}

#shadow_bottom {
margin-left: auto;
margin-right: auto;
background: url(images/shadow_wrap_03.png) no-repeat;
width: 930px;
height: 15px;
}

/* Content */

#Table_01 {
	width:900px;
	margin-left: auto;
	margin-right: auto;
	}

#index-01 {
	width:900px;
	height:306px;
	background: url(images/index_01_01.jpg) no-repeat;
	text-align: left;
}

#index-02 {
	width:900px;
	height:64px;
	background: url(images/index_02.png) no-repeat;
	text-align: center;
}

#index-03 {
	width:900px;
	min-height: 350px;
	background: #FFF url(images/index_03.png) no-repeat top;
}

#footer {
	width: 900px;
	background: #cccccc;
	text-align: center;
	font-size: .85em;
	color: #1B1F6A;
	padding: 5px 0 5px 0;
	}

/* Main Body */

#left_column {
	width: 169px;
	padding: 10px;
	float: left;
	text-align: left;
	}
	
#main {
	width: 690px;
	padding: 10px;
	float: left;
	border-left: 1px dotted #999999;
	text-align: left;
	min-height: 300px;
	}
	
/* Formatting */

h1 {
	color: #1b1f6a;
	font-weight: normal;
	font-size: 1.3em;
	padding: 0 0 5px 0px;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	margin: 0;
	text-transform: uppercase;
	}
	
h2 {
	color: #333333;
	font-weight: normal;
	font-size: 1.3em;
	padding: 0 0 5px 0px;
	font-family: Impact, Arial Bold;
	margin: 0;
	}
	
h3 {
	color: #1b1f6a;
	font-weight: normal;
	font-size: 1.1em;
	padding: 0 0 5px 0px;
	margin: 0;
	}

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

a {
	color: #2353b2;
	text-decoration: none;
	border: none;
	}
	
a:hover {
	color: #990000;
	}
	
li {
   list-style: none;
   background-image: url(images/bullet.png);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 12px;
   }

ul {
margin: 2px 0 0 0;
}

/* Boxes */

.left_box {
	background: url(images/box_header.png) repeat-y;
	padding: 2px 2px 2px 4px;
	margin-bottom: 5px;
	color: #fff;
	font-size: .8em;
	font-family: Tahoma, Verdana, Arial;
	text-transform: uppercase;
	font-weight: normal;
	}

/* Classes */

a.noborder {
border: none;
}