/* CSS Document */

HTML,body {
	margin:0px;
	padding:0px;
	background-color:#2a2e6e;
}
#Container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:5px;
}
#Header{
	background-image: url(images/sample2.swf);
	background-repeat:no-repeat;
	height:180px;
}
#Navigation {
	float: left;
	width: 900px;
	margin: 0px 0px 0px 0px;
	height: 25px;
	vertical-align: middle;
	padding-bottom:10px;
}
#Navbar ul {
	margin: 0;
	padding: 5px; /* Set margin and padding for cross browser consistency. */
	list-style-type: none; /* Needed to eliminate list item marker */
	font-family: Tahoma, sans-serif;
	color: #666666;
	font-size: 16px;
}

#Navbar ul li {
	display: inline; /* Needed to create horizontal effect */
	color: #666666;
}

#Navbar ul li a {
text-decoration: none; /* The setting of "none" allows the link to not be underlined. This is up to user preference. */
padding: .2em 1em; /* Gives the link space inside it's individual block. */
color: #666666; /* Set as desired */
background-color: #fff; /* Set as desired */
}

#Navbar ul li a:hover {
color: #000;
background-color: #cde2f1; /* Both of these values create the "Rollover effect, Set as desired */
}

#Content{  
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	padding:5px 30px 5px 30px;
	font-family: Arial, Helvetica, sans-serif;	
	color:#000;
	font-size:14px;
	float:left;
	width:900px;				
}

.left_column{
	width:556px;
	margin-top:20px;
	float:left;
	text-align:justify;
	padding-right:15px;

}

.left_column h1 {
	Font-family:Tahoma, Arial, Helvetica;
	color:#2a2e6e;
	font-size:20px;
	font-weight:normal;
}
.left_column h2{
    Font-family:Tahoma, Arial, Helvetica;
	font-size:18px;
	color:#2a2e6e;
	font-weight:normal;
}
.left_column h3{
    Font-family:Tahoma, Arial, Helvetica;
	font-size:16px;
	color:#2a2e6e;
	font-weight:normal;
}
.left_column a {
	color:#000;
	text-decoration:none;
}
.left_column a:hover{
	text-decoration:none;
	color:#666;
}     
.right_column{
	width:280px;
	margin-top:20px;
	float:left;
	color:#FFF;
}
.right_column h1{
	font-size:20px;
	color:#FFFFFF;
	margin:0px;
	padding:7px 0px;
	font-weight:normal;
}
.right_column h2{
	font-size:16px;
	color:#FFFFFF;
	margin:4px 0px 0px 0px;
	padding:0px;
	font-weight:normal;
}
.right_column h3{
	font-weight:normal;
	font-size:12px;
	padding:8px 0px;
	margin:0px;
}
.right_column h4{
	color:#000000;
	font-weight:normal;
	font-size:16px;
	margin:0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.right_column a {
	color:#fff;
	text-decoration:none;
}

.right_column a:hover{
	text-decoration:none;
	color:#666;
		
}
.box1{
	background-image:url(images/box1.gif);
	background-repeat:no-repeat;
	padding:8px 0px 5px 10px;
	height:84px;
}

.box2{
	background-image:url(images/box2.gif);
	background-repeat:no-repeat;
	padding:8px 0px 5px 10px;
	height:84px;

}

.box3{
	background-image:url(images/box3.gif);
	background-repeat:no-repeat;
	padding:8px 0px 5px 10px;
	height:84px;
}
.box4{
	background-image:url(images/contactbox.gif);
	background-repeat:no-repeat;
	padding:0px 0px 20px 10px;
	float:left;
	width:280px;
}
.left_side{
	float:left;
	width:100px;
}

.right_side{
	float:left;
	width:163px;
}

.field{
	width:155px;
	margin-top:4px;
}
#Footer{
	clear:both;
}
#outsidelinks {
	width: 900px;
	Font-family:Tahoma, Arial, Helvetica;
	font-size:14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color:#fff;
}
#outsidelinks a {
	color:#fff;
	text-decoration:none;
}

#outsidelinks a:hover{
	text-decoration:none;
	color:#666;
}
