/* css KMI*/

*
{
	margin:0;
	padding:0;
}

body
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background:#A3C1EF;*/
	background:#D7E5F2;

}

img
{
 	border:none;
}


h1
{
	color:#F21E3E;
	font-size:18px;			
}

h2
{
	color:#0C0C89;
	font:16px;
}

h3
{
	color:#0C0C89;
	font:14px;

}

h4
{
	color:#000000;
	font:12px;

}


a:link {
    color:#003399;
	text-decoration:none;
	font-weight:bold;
}


a:visited {
	color:#003399;
	text-decoration:none;
	font-weight:bold;	
}


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

a:active {
	color:#003399;
	text-decoration:none;
	font-weight:bold;	
}
.thumbnail
{
	float:left; 
	padding:5px;
}
.clear
{
	width:400px;
	height:10px; 
	clear:both;
}


/* Page Layout*/
	
#container
{
	width:800px; 
	margin:0 auto;
}

#header
{
	width:800px; 
	height:35px;
	color:#FFFFFF;
	font-weight:bold;
}

#header a
{

	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}


#content
{
	width:800px; 
	background:url(../images/contentbk.gif) repeat-y center;
}

#leftcolumn
{
	float:left; 
	width:181px; 
	margin:0;
}

#rightcolumn
{
	float:right; 
	width:191px; 
	margin:0px;
	
}
#centercolumn
{
	margin-left:181px;
	margin-right:191px;
}

#bottom
{
	height:10px; 
	clear:both;
}

#footer
{
	width:800px; 
	height:37px;
	background:url(../images/bottom.gif) no-repeat;
	color:#FFFFFF;
}

/* Form style*/

.textbox
{
	width:200px;
	color:#102132;
	border: 1px solid #284279;
}

.textareabox
{
	width:300px;
	color:#102132;
	border: 1px solid #284279;	
}
.toptextbox
{
	border:none;
}

.submitbutton
{
	font-weight:bold;
 	border: 1px solid #284279;
	background-color: #D7E5F2;
	height:25px;
	width:60px;	
}


.submitlink
{
	font-weight:bold;
	height:60px;
 	border: 1px solid #284279;
	background-color: #D7E5F2;
	padding: 3px 5px 3px 5px;
}


/*Advertising Table*/


.adtable td
{
	border-bottom:1px #CCCCCC dashed;
}

.titletd
{
	border-top: 1px #CCCCCC dashed; 
	border-bottom: 1px #CCCCCC dashed; 
	width:400px;
	background:#D7E5F2;
}

.adpricingtable td
{
	border-bottom:1px #CCCCCC dashed;
	text-align:right;
}

/* admin menu */

.navmenulist
{
	 padding-left:0;
	 margin-left:0;
	 border:none;
	 width:150px;
}

.navmenulist li
{
    list-style:none;
	margin:0;
	padding: 0.25em;
	border:none;
}

.navmenulist li a 
{ 
	text-decoration: none;
	color:#FFFFFF;
	border:none;
}

.navmenucontainer
{
	margin-left:2px;
}






