/*css presents webpage*/
img.mid
{
vertical-align:middle;
margin:5px;
}
img.fltR 
{ 
float:right; 
margin:10px;
} 
img.fltL 
{ 
float:left; 
margin:10px;
} 
a:link 
{ 
text-decoration : none;
color : #00F;
font-size : 110%;
}
a:visited 
{
text-decoration : none;
color : #00F;
font-size : 110%;
}
a:hover 
{
text-decoration : underline;
color : #F00;
font-size : 110%;
}
a:active 
{
text-decoration : none;
color : #F00;
font-size : 110%;
}
a.butone 
{ 
display : block;
height : 20px;
width : 130px;
background : #CC9;
padding : 10px;
border : 2px solid #00F;
/*Text Styles*/
color : #00F;
text-align : center;
font : bold 1em/15px "Georgia", Constantina, Georgia, 'Nimbus Roman No9 L', serif;
}
a.buttwo 
{ 
display : block;
height : 20px;
width : 250px;
background : #CC9;
padding : 10px;
border : 2px solid #00F;
/*Text Styles*/
color : #00F;
text-align : center;
font : bold 1em/15px "Georgia", Constantina, Georgia, 'Nimbus Roman No9 L', serif;
}
body 
{
font-size:100%;
background-color:#ffffff;
background-image:url('img/c_bg-2.jpg');
background-attachment:fixed;
margin:30px;
} 
div 
{
width:90%; 
padding:10px; 
text-align:left; 
border:0px; 
}
table#main
{
width:90%;
border-collapse:collapse;
border:20px inset #ffffff;
}
table#main td
{
width:85%; 
background-color:#FFFFFF;
background-image:url('img/c_bg-2.jpg'); 
}
table#icb 
{
width:500px; 
border:0px; 
}
table#icb td
{
background-color:#FFFFCC;
}
hr 
{
color:#C0C0C0; 
background-color:#C0C0C0; 
height:10px; 
width:98%;
}
h1 
{
font-size:250%; 
font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif; 
color:#00FF00;
}
h2 
{
font-size:175%; 
font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif; 
color:#000000;
}
h3 
{
font-size:130%; 
font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif; 
color:#000000;
}
p 
{font-size:110%; 
font-family:Verdana,Geneva,'DejaVu Sans',sans-serif; 
color:#000000;
}
ol 
{
font-size:110%; 
font-weight:bold; 
font-family:Verdana,Geneva,'DejaVu Sans',sans-serif; 
color:#000000;
}
ol li 
{
font-size:125%; 
font-weight:normal; 
font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif; 
color:#000000;
}
ul
{
font-size:110%; 
font-weight:bold; 
font-family:Verdana,Geneva,'DejaVu Sans',sans-serif; 
color:#000000;
list-style-type:none;
padding:0px;
margin:0px;
}
ul li
{
background-image:url(img/std_mic.png);
background-repeat:no-repeat;
background-position:0px 0px;
padding-left:37px;
font-size:125%; 
font-weight:normal; 
font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif; 
color:#000000;
}
ul.a
{
font-size:110%; 
font-weight:bold; 
font-family:Verdana,Geneva,'DejaVu Sans',sans-serif; 
color:#000000;
list-style-type:none;
padding:0px;
margin:0px;
}
ul.a li
{
background-image:url(img/sm_gun.png);
background-repeat:no-repeat;
background-position:0px 7px;
padding-left:37px;
font-size:125%; 
font-weight:normal; 
font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif; 
color:#000000;
}