/*CSS Stylesheet for stroutspoint.com website
	Version 1.1
	By: Micah Wengren
*/



BODY   {
	background: #000066;
}

A:link {
	color: yellow;
	
}

A:visited {
	color: yellow;
	
}	

A:active {
	color: red;
	
}

A:hover {
	color: red;
	
}

A.pageBottom:link {
	color: white;
	font-size: 10px;
}
A.pageBottom:visited {
	color: white;
	font-size: 10px;
}
A.pageBottom:active {
	color: white;
	font-size: 10px;
}


A.honda:link {
	color: #ffcc00;
	text-decoration : none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
A.honda:visited {
	color: #ffcc00;
	text-decoration : none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
A.honda:active {
	color: red;
	text-decoration : none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

A.honda:hover {
	color: red;
	text-decoration : none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

A.plain {
	text-decoration: none;

}

A.static {
    text-decoration: none;

}



/*color IDs for general tags*/

#c1 {color: #FFFFFF;}
#c2 {color: #0066FF;}
#c3 {color: #000033;}
#c4{color: Red;}
#c5 {color: #999999}
#c6 {color : #CCCCCC;}
#c7 {color : Yellow;}
#c8 {color : #ffcc00;}
#c9 {color : #cc9900;}
#c10 {color : #ff9900;}
#c11 {color : #FFFF99;}
#c12 {color : #FFCC33;}

#indent {
	text-indent : 15px;
}

#indent_margin {
	text-indent : 15px;
	margin-left : 15px;
	margin : 15px;
}

#indent_margin_tb {
	text-indent : 15px;
	margin-bottom : 10px;
	margin-top : 10px;
}

#indent_margin_lr  {
    text-indent : 15px;
	margin-left : 15px;
	margin-right : 15px;
	margin-top : 5px;
	margin-bottom : 3px;
}

#margin  {
	margin-left : 15px;
	margin : 15px;
}

#margin_left  {
	margin-left : 15px;
}

#margin_lr  {
	margin-left : 15px;
	margin-right : 15px;
	margin-top : 5px;
	margin-bottom : 3px;
}

#small {
	font-size: 10px;
}

#bold {
	font-weight : bold;
}

#times {
	font-family: Times New Roman, Helvetica, Arial, Verdana, sans-serif;
}



/*basic html tags*/


LAYER {
	position: absolute;
}

TABLE {
}


TD { color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

TD.main {
	/*border : thick solid #999999;*/
	background : #404E84;
}

TD.photo_back {
	background : #465371;
}

TD.honda {
	padding:0 3 0 3;
	background : #666666;
	height : 20px;
}


TD.honda_nav {
	background : #999999;
}



/*used for headings */
TD.header {
	font-family: Times New Roman, Helvetica, Arial, Verdana, sans-serif;
	background-color : #999999;
	text-align : center;
	font-weight : bold;
	height : 30px;
	font-size : 18px;
	color: #000033;
}

TD.header_left {
	font-family: Arial, Verdana, sans-serif;
	background-color : #CC0000;
	text-align : center;
	font-weight : bold;
	
	color: White;
	height : 16px;
	background-image: none;
	/*padding-left : 15px;
	*/
}

TD.main_left {
	background-color : #003399;
}

TD.header_specs {
	font-family: Times New Roman, Helvetica, Arial, Verdana, sans-serif;
	background-color : #999999;
	text-align : center;
	font-weight : bold;
	font-size: 18px;
	/*border : medium solid White;
	*/
	height : 30px;
	color : #000033;
}


TD.title {
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-image : url(images/background_title.gif);
}


/*used to specify background image in main part of page*/
TD.leftnav {
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-image : url(images/background_left.gif);
	padding-left : 0px;
	margin-left : 4px;
}


img.no_border {
    border: 0;

}




.header_main {
	font-family: Times New Roman, Helvetica, Arial, Verdana, sans-serif;
	font-size : 20px;
	font-weight : bold;
	color: #FFCC00;
}


.pagetop_link {
	font-size : 10px;
	font-weight : bold;
}

.border {
	border : thin solid #CCCCCC;
}

.border_left {
	border : thin solid Black;
}

.border_light {
	border : thin solid #666666;
}




TD.basic {
	background-image: none;
}

TD.divider {
	background-image : url(images/border_main.gif);
}


/*Style Classes*/



.caption {
	color: white;
	font-size: 10px;
	/*margin-bottom : 40px;
	margin-left : 15px;
	margin-right : 15px;
	margin-top : 30px; */
	text-align : center;
	height : 45px;
}

.link {
	color: yellow;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
}

.photo {color: #33ff00;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	/*font-weight: bold;*/
	font-size: 10px;
	/*font-style: italic*/

}

.emphasis {
	/*border : medium inset #CCCCCC;*/
	/*background : #465FB9;*/
	/*background: #5264A4;*/
	background: #292968;
}

.bold_font {
	font-weight: bold;
}

.small	{
	font-size: 10px;
}

.large {
	font-size: 14px;
}

.big	{
	font-size: 18px;
}

.bigger {
	font-size: 22px;
}

.biggest {
	font-size: 30px;
}

.indent {
	text-indent : 15px;
}


