* { padding: 0; margin: 0; border: 0;}

body {
font-family: Tahoma, Verdana, Arial, Helvetica;
font-size: 62.5%;
/*text-align: center;*/
color: black; 
background-color: #F7F7F7; /*  #efefef;*/ 
/*background: url(../images/textura_1.jpg) repeat;*/
}

h1{
	font-family: Georgia, Times New Roman;
	font-weight: 500;
	font-size: 1.5em;
	color: #333333;
	padding:0.5em 0em;
	text-decoration: none;
	/*border-bottom: 1px solid #517179;*/
}
h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #1B3F62;
	padding:0.5em 0em 0.2em;
	text-decoration: none;
	border-bottom: 1px solid #d7d4d4;
}

h3 {
	font-weight: bold;
	font-size: 1.3em;
	color: #5d5c5c; /*035181;*/
	padding:0.4em 0em 0em 0em;
	text-decoration: none;	
}
a:hover, a:active {
	text-decoration: underline;
	color:#265578;	
}
a:link, a:visited {
	text-decoration: none;
	color: #265578;
	font-size: 0.9em;
	font-weight: 500;
	padding: 0.3px 0px 0px 0px;
}

p {
	font-size: 1.2em;
	line-height: 1.6;
	word-spacing:0.1em;
	/*text-align: justify;*/
	padding: 0.4em 0em;
	color: #393938;	
}


img {
	padding-top: 1.2em; 
}


#wrapper { 
	margin: 0 auto;
	background-color: #ffffff;
	width: 910px;
	position: relative;
	left: 50%;
	margin-left: -455px;
	text-align: left;
}

#header {
	margin-top: 15px;
	margin-bottom: 3px;
	position: relative;
	height: 223px;
	width: 910px;
	background: url(../images/arms_header_new.jpg) no-repeat;
	/*border-top: solid 3px #264588;
	border-left: solid 1px #dcdde1;
	border-right: solid 1px #dcdde1;*/
	border-bottom: solid 1px #dcdde1;
}
.logo_home {padding: 0px 0px 0px 10px;}

#cse-search-results {width: 450px;}
.search_form {padding-top: 15px; padding-right: 15px; float: right;}
/*BEGIN NAVIGATION*/

#navigation ul{
	margin: 0 auto; 
	width: 910px;
	height: 30px;
	padding: 0.5em 0em 0.5em 0em; 
	background: url(../images/menu_n.jpg) repeat-x;
	list-style: none; 
	text-align: center;
	float: left;
	
}

#navigation  li{
	display: inline;
}

#navigation a{
	border-right:1px solid #46729b;
	/*height: 30px;*/
	/*margin-top: 10px;*/
	padding: 0.4em 1.4em 0.9em 1.4em; 
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #e1e1e1;	
}

#navigation a:hover/*a:visited*/ {
	color: #fff;
	text-decoration: underline;
}


/*END NAVIGATION*/

#leftCol {
	/*background-color: green;*/
	margin-top: 15px; 
	width: 270px;
	min-height: 530px;
	font-size: 1.1em;
	/*font-weight: bold;*/
	border-right: solid 1px #003399;
	float: left;
}

#leftCol h1 {
	/*font-weight: bold;*/
	font-size: 1.8em;
	color: #505051;
	padding:0.5em 0em 0.2em;
	text-decoration: none;
	border-bottom: 1px solid #d7d4d4;
}
#leftCol h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #104d83; /*035181;*/
	padding:0.7em 0em;
	text-decoration: none;	
}
#leftCol p {
	font-size: 1.2em;
	line-height: 1.6;
	word-spacing: 0.1em;
	/*text-align: justify;*/
	padding: 0.4em 0em;
	color: #393938;	
}

#content { 
	margin-top: 15px;
	float: left;
	width: 600px;
	/*border: solid 1px #FF0000;*/
	padding: 0px 0px  0px 25px;
}
#content h1 {
	/*font-weight: bold;*/
	font-size: 1.8em;
	color: #505051;
	padding:0.6em 0em 0.3em;
	text-decoration: none;
	/*border-bottom: 1px solid #d7d4d4;*/
}
/*#content p {
	font-size: 1.2em;
	line-height: 1.5;
	text-align: justify;
	padding: 0.4em 0em 0.2em 0em;
}*/

#content a {
	font-size: 1.1em;
	color: #0e4276;	
	text-decoration: underline;
	padding: 0.2em 0em 0em 0em; 
}


#splash_content {
	float:left;
	/*margin: 0px;*/
}


#footer { 
	clear: both;
	color: #055282;
	text-align: center;
	font-size: 1em;
	border-top: solid 1px #E2E2E2;
	margin-top: 10px;
	padding: 10px;
}

#footer a:hover  {
	color: #1B3F62;
	text-decoration: underline;
}


