/* * * * browser equalization / don't mess with this * * * */

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

/* * * * general 
B50013 red
000074 Blue* * * */

body {
	background-color: #B50013;
	color: #1f1f1f;
	font: 0.65em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	text-align: center;
}

/* * * * links * * * */

a { 
    color: #B50013; 
    font-weight: bold; 
    text-decoration: none; 
    
}
a:hover { color: #000074; }

a img { 
    border: none;  /**  1px solid #ccc;   **/
    float: left;
    margin: 5px; 
    padding: 5px; 
    
}
a:hover img { border-color: #B50013 }

/* * * * standard * * * */

h1 {
	color: #B50013;
	font-size: 400%;
	font-weight: normal;
}

h2 {
	background: url(Images/h2_background.gif) right repeat-y;
	border: 1px solid #ccc;
	color: #B50013;
	font-size: 220%;
	font-weight: bold;
	margin: 0.2em 0;
	padding: 0.1em 0.2em;
}

h3 {
	color: #B50013;
	font-weight: bold;
}

h4 {
	color: #B50013;
	font-size: 250%;
	font-weight: normal;
}

h5 {
	background: url(Images/h2_background.gif) right repeat-y;
	border: 1px solid #ccc;
	color: #000074;
	font-size: 180%;
	font-weight: normal;
	margin: 0.2em 0;
	padding: 0.1em 0.2em;
}


h6 {
	background: url(Images/h2_background.gif) right repeat-y;
	border: 1px solid #B50013;
	color: #B50013;
	font-size: 250%;
	font-weight: normal;
	margin: 0.2em 0;
	padding: 0.1em 0.2em;
	text-align: center;
}

h7 	{ 
		font-size: 180%;		
		color: #000074;
		font-weight: normal;
	}


.hidden { display: none; }

/* * * * wrap / header * * * */

#wrap {
	background-color: #fff;
	border: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#header {
	/* background: url(Images/bg.jpg) no-repeat;  */
	color: #000074;
	font-style: italic;	
	margin: 5px 0 0 0px;
    padding: 5px 0 60px 20px;
}

#header a  {
	  /* color: #B50013;   */
}

#header a img { 
	border: none; 
    float: left;
    margin: 0px; 
    padding: 0px; 
    
}

#header a:hover img {  }
/* * * * top navigation * * * */

#navTop {
	padding-right: 20px;
	text-align: right;
}
#navTop li {
	display: inline;
	list-style: none;
}
#navTop li a {
	background: #d9d9d9 url(Images/corner.gif) top left no-repeat;
	border-bottom: 2px solid #ccc;
	color: #666;
	font-weight: bold;
	margin: 0.1em;
	padding: 0.2em 2.0em;
	text-decoration: none;
}
#navTop li a:hover {
	border-bottom-color: #000074;
	color: #B50013;
}
#navTop div {
	padding: 10px;
	
}

/* * * * content * * * */

#content {
	margin: 5px;
	padding: 5px;
}

/* * * * content     * * * */
#content div {
	border: 1px solid #ccc;
	padding: 10px;
	
}
#content div p {
	line-height: 1.6em;
	margin: 0.5em;
}
#content div p img {
	cursor: pointer;
	margin-left: 10px;
}

/* * * left column  half* * * */

#column1 { float: left; width: 46%;}

#column1 a img { margin-top: 30px; }
#column1 p {font-size: 120%}
#column1 p span { color: #999; }
#column1 p span.date { font-weight: bold; }

/* * * right column  half * * */

#column2 { float: right; width: 46%;}

#column2 a img { margin-top: 30px; }
#column2 p {font-size: 120%;}
#column2 p span { color: #999; }
#column2 p span.date { font-weight: bold; }


/* * * left column  3/4* * * */

#column12 { float: left; width: 71%;}



#column12 a img { margin-top: 30px; }
#column12 p {font-size: 120%;}
#column12 p span { color: #999; }
#column12 p span.date { font-weight: bold; }
#column12 td {
	font-size: 120%; 
	color: #fff; 
	font-weight: bold; 
	text-align: right;
	}

#column12 input {color: #000; margin-right: 40px;}
#column12 TABLE {background:#B50013; width:550px; height:350px;}
/*  #column12 p textarea {border: 1px solid #ccc;}  */
/*  #column12 table {background: #d9d9d9;}  */
#column12 li {
  margin: 2.5em;
  /* display: inline; */
    list-style-type: disc;
	font-size: 120%;
	margin-left: 3em;
	margin-top: 2px;
    margin-bottom: 1px;
}


/* * * right column  1/4 * * */

#column22 { float: right; width: 21%;}

#column22 a img { margin-top: 30px; }
#column22 p {font-size: 120%;}
#column22 p span { color: #999; }
#column22 p span.date { font-weight: bold; }
#column22 li {
    margin: 2.5em;
    margin-top: 1px;
    margin-bottom: 1px;
    list-style-type: disc;
    font-size: 120%;
   
       
	/** list-style: decimal inside;	  
	 **/
} 
/* * * * footer * * * */

#footer {
	clear: both;
	font-size: 0.9em;
	line-height: 2.4em;
	text-align: center;
}