 
/* This is the css style that will make your text blink.*/
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }

border: 1px solid gray;
padding: 4px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('media/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('media/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('media/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('media/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

</style>
a:link {
	color:#a56789;
}

a:visited {
	color:#a56789;
/*--------------------------------------------------
	Theme_#	634
	Cat		Military Service
	Name	Carrier
---------------------------------------------------*/

/*----------------------------------
	General
----------------------------------*/
body {
	color:#4c4c4c;
	background-color:#000000;
	background-image:url(images/bg_6.jpg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#4c4c4c
}

a:link {
	color:#CF26B6;
}

a:visited {
	color:#CF26B6;
}

a:hover {
	color:#db0101;
}

/*----------------------------------
	Header
----------------------------------*/
.sf_header_wrapper {
	background-image:url(images/header_bg_6.jpg);
}
.sf_main_header {
	color:#ffffff;
}
.sf_extra3 {
	background-image:url(images/header_extra_6.jpg);
}
/*----------------------------------
	End Header
----------------------------------*/

.sf_extra4 {
}

/*----------------------------------
	Bottom Navigation
----------------------------------*/
.sf_navigation {
	background:url(images/nav_repeater_6.jpg);
}

.sf_navigation li a {
	background-image:url(images/nav_repeater_6.jpg);
	color:#fac9c9;
	border-right-color:#c40101;
	background-color:#C50102;
}

.sf_navigation li a:visited {
	color:#fac9c9;
}

.sf_navigation li a:hover {
	background-image:url(images/nav_repeater_o_6.jpg);
	color:#ffffff;
	background-color:#CF26B6;
}

/*----------------------------------
	Drop Down Navigation
----------------------------------*/
#Nav1 li ul {
	background-color:#CF26B6;
}

/*----------------------------------
	End Page Title
----------------------------------*/

.sf_extra6 {
}

.sf_extra11 {
}

/*----------------------------------
	Content
----------------------------------*/

.sf_content {
}

/*----------------------------------
	End Content
----------------------------------*/

.sf_extra7 {
}

/*----------------------------------
	Footer
----------------------------------*/

.sf_footer {
	background-image:url(images/footer_6.png);
	color:#464545;
}

.sf_footer a{
	color:#878686;
}

.sf_footer a:visited{
	color:#878686;
}

.sf_footer a:hover{
	color:#acabab;
}

#bannerLink a{
	color:#464545;
}

#bannerLink a:visited{
	color:#464545;
}

#bannerLink a:hover{
	color:#878686;
}

/*----------------------------------
	Extra Stuff
----------------------------------*/

.btn,
#submitcomment,
#resetcomment,
#spellchk,
#surveysubmit input {
	background-color:#CF26B6;
	border:none;
	color:#ffffff;
	font-weight:bold;
	margin:3px 0;
}

.btn:hover,
#submitcomment:hover,
#resetcomment:hover,
#spellchk:hover,
#surveysubmit input:hover {
	background-color:#db0101;
}