@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

/******** Body Elements ********/

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

body {
	

          	background:  #efefef;
	font-family: Georgia, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #323232;
}

/******** Layout Elements ********/

.wrapper {
	width: 750px;
	margin: 0 auto;
	background-color: white;
}

.header {
	height: 150px;
	margin: 0 0 0 0;
	padding: 5px;
	border: 1px solid #cccccc;
	border-top:  10px solid #fd12a3;
	background-color: #ffffff;
	text-align: center;
	line-height: 50px;
	color:  #33b656;
}

.content {
	margin: 0px 230px 0 0px ;
	padding: 15px 15px 0 20px;
	border: 1px solid #cccccc;

	background-color: #ffffff;
	min-height:660px;
           

}

.right {
	margin: 10 0 0 0;
	float: right;
	width: 191px;
	padding: 20px 5px 0px 32px;

	background:  #5770f9;
		min-height:660px;
          
	

}

.footer {
	margin: 0 0 0 0;
	padding: 10px 0 15px 0;
	background-color: #ffffff;
	clear: both;
	text-align: center;


}

.horizontal {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	border: 1px solid #cccccc;
	border-top:  10px solid #fd12a3;
	border-bottom:  10px solid #fd12a3;
	background-color: #ffffff;
	clear: both;
	text-align: center;
	
}

.nextpage {
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
	border: 1px solid #cccccc;
	border-top:  10px solid #fd12a3;
	border-bottom:  10px solid #fd12a3;
	background-color: #ffffff;
	clear: both;
	text-align: center;
}


/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #33b656;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
	color: #5b73f9;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #fd12ae;
}	

a, a:active{
	color: #fd12a3;
	text-decoration: none;
}


a:visited {

	color: #2143f7;
}

a:hover {
	color: #33b656;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #2143f7;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	color: 2143f7;
	}


/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}


.customstyle 

{

	margin:  0 0 0 35px;
		
}	



/********** Main navigation buttons **********/

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Georgia, arial;
font-weight: bold;


}

#navcontainer a
{
display: block;
padding: 3px;
width: 140px;
#margin:  0 0 20px 0;
background-color: #33b656;
border: 2px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: white;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #fd12a3  ;
color: #fff;
}


/*****************my styles**************/

.image
{
	
	float:  left;
 	border:  5px solid #5770f9;
	margin:  12px 12px 12px 12px;
	
	
}

.normal
{

	margin: 0;

}

#toplist li

{
    
    	 display: inline;

   	  list-style-type: none;

   	  padding-right: 15px;

}



/**********Nextpage buttons **********/

#npcontainer { width: 200px; }

#npcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Georgia, arial;
font-weight: bold;

}

#npcontainer a
{
display: block;
padding: 2px;
width: 120px;
background-color: #5b73f9;
border: 2px solid #eee;
}

#npcontainer a:link, #nplist a:visited
{
color: white;
text-decoration: none;
}

#npcontainer a:hover
{
background-color: #33b656;
color: #fff;
}

.subhead
{
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #5b73f9;
}